Skip to content

Instantly share code, notes, and snippets.

@garpunkal
Created June 23, 2022 13:51
Show Gist options
  • Save garpunkal/e3e8fbbd8f3f939f1e9d84d30d1e7acc to your computer and use it in GitHub Desktop.
Save garpunkal/e3e8fbbd8f3f939f1e9d84d30d1e7acc to your computer and use it in GitHub Desktop.
usync config
"uSync": {
"ForceFips": true,
"Settings": {
"RootFolder": "uSync/v9/",
"DefaultSet": "Default",
"ImportAtStartup": "None",
"ExportAtStartup": "None",
"ExportOnSave": "All",
"UiEnabledGroups": "All",
"ReportDebug": false,
"AddOnPing": true,
"FailOnMissingParent": false,
"CacheFolderKeys": true,
"ShowVersionCheckWarning": true,
"CustomMappings": {},
"EnableHistory": true
},
"Sets": {
"Default": {
"Enabled": true,
"HandlerGroups": [],
"DisabledHandlers": [ "contentHandler", "mediaHandler", "domainHandler", "languageHandler", "contentTemplateHandler", "relationTypeHandler" ],
"HandlerDefaults": {
"Enabled": true,
"Actions": [],
"UseFlatStructure": false,
"GuidNames": false,
"FailOnMissingParent": false,
"Group": "",
"Settings": {}
},
"Handlers": {
"DictionaryHandler": {
"Group": "Settings",
"Settings": {
"CreateOnly": true
}
}
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment