Import at startup
Run an import of files from the disk when Umbraco starts
{{vm.settings.importAtStartup}}
Export at startup
Export the Umbraco settings when the site starts up
{{vm.settings.exportAtStartup}}
Export on Save
Generate uSync files when items are saved
{{vm.settings.exportOnSave}}
UI Enabled groups
Handler groups that can be seen/used on the dashboard
{{vm.settings.uiEnabledGroups}}
Disable dashboard
Disable the default uSync dashboard (e.g if you only want to use exporter)
{{vm.settings.disableDashboard}}
Root folder
Default location uSync files are saved and loaded from
{{vm.settings.rootFolder}}
Setting are controlled via the appsettings.json file see our docs
Flat structure
All items of a type are stored in a flat folder structure
Use GUIDs for filenames
Use the GUID of an item as the filename
Handler groups
Groups to limit handler set to
{{group}}
All
Disabled handlers
Handlers explicitly disabled for this handler set
(uSync.Complete will add some handlers in here automatically)
{{handler}}
None
Fail on missing parent
If uSync can't find a item's parent don't import it (when off best fit is used)

If you change these settings, you should perform a 'Clean Export' as they alter the structure of the uSync folders

{{handler.alias}}
Enabled for :
  • {{action}}
All

Custom handler sets need to be registered in code, they may appear in this list (which is reads the configuration to get the list), but they won't work as Handler sets unless they are registered.

Set Name: {{name}}
{{set | json}}