Axel Lingegaard
08/19/2024, 7:07 AMAmbert
08/19/2024, 8:22 AMAxel Lingegaard
08/20/2024, 6:04 AMAmbert
08/20/2024, 6:13 AMAmbert
08/20/2024, 6:13 AMAmbert
08/20/2024, 6:14 AM"uSync": {
"Sets": {
"Default": {
"DisabledHandlers": [ "ContentHandler", "MediaHandler", "TemplateHandler", "ContentTemplateHandler", "DomainHandler" ]
}
}
},
Ambert
08/20/2024, 6:15 AMAxel Lingegaard
08/20/2024, 6:16 AMAxel Lingegaard
08/20/2024, 6:17 AMAmbert
08/20/2024, 6:19 AMAmbert
08/20/2024, 6:19 AMAmbert
08/20/2024, 6:20 AMIt might be that you want your Dictionary items to be synced as settings and this can be done by changing the group the DictionaryHandler is assigned to.
{
"uSync" : {
"Sets": {
"Default" :{
"Handlers" : {
"DictionaryHandler" : {
"Group": "Settings"
}
}
}
}
}
}
Ambert
08/20/2024, 6:20 AMAxel Lingegaard
08/20/2024, 6:27 AMAmbert
08/20/2024, 7:48 AM