Skip to main content
Version: v8.x - Umbraco 8

Dictionary Handler

The Dictionary Handler synchronizes the dictionary items between Umbraco instances.

OneWay Syncing

Starting with uSync.ContentEdition v8.4, you can now add a setting so that the dictionary handler will only create missing dictionary items, and not overwrite any that are already set.

<Handler Alias="dictionaryHandler" Enabled="true">
<Add Key="OneWay" Value="true" />
</Handler>

!!! Note From uSync 8.7 you can use the global CreateOnly setting to make any handler only create elements and not overwrite existing values.

With this value set, if a dictionary item already exists it will not be synced from the source.