N°2875 - Update config. param.

This commit is contained in:
Molkobain
2021-10-19 15:40:42 +02:00
parent 0811fd4aa7
commit e53a45ec5d

View File

@@ -1335,9 +1335,9 @@ class Config
],
'mentions.allowed_classes' => [
'type' => 'array',
'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value can be either a DM class or a valid OQL (eg. "@" => "Person", "?" => "SELECT FAQ WHERE status = \'published\'")',
'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value must be a DM class (eg. "@" => "Person", "?" => "FAQ")',
'default' => [
'@' => 'SELECT Person WHERE status = \'active\'',
'@' => 'Person',
],
'value' => false,
'source_of_value' => '',