Dictionary
Information on the dictionary settings section.
Dictionary settings allow you to configure how dictionary items are searched in the Umbraco backoffice.
The following snippet contains all the available options with their default values:
{
"Umbraco": {
"CMS": {
"Dictionary": {
"EnableValueSearch": false
}
}
}
}EnableValueSearch
Key: UseDictionaryValueSearch
Type: bool (default: false)
Enables searching dictionary items by their translation values in addition to keys in the backoffice.
When set to false (default), only dictionary keys are searched using prefix matching.
When set to true, both dictionary keys and translation values are searched. Keys use prefix matching while values use substring matching, allowing editors to find dictionary items by their translated content.
Related Links
Last updated
Was this helpful?