SitecoreSidekick
SitecoreSidekick copied to clipboard
Config to disable item blaster and set defaults
I have found item blaster totally unreliable with missing items and items not appearing in the tree, and media blobs not copied, so as a blanket rule I just don't use it. Can we have a config to disable it entirely in the UI, and also would like to be able to disable the event disabler by default as if you disable that the link DB goes out of sync.
As part of config, as of 1.6.0-alpha1 you can use configuration file nodes to specify default options
<DefaultChildren>true</DefaultChildren>
<DefaultOverwrite>true</DefaultOverwrite>
<DefaultRemoveLocalNotInRemote>false</DefaultRemoveLocalNotInRemote>
<DefaultPullParent>true</DefaultPullParent>
<DefaultEventDisabler>true</DefaultEventDisabler>
<DefaultBulkUpdate>true</DefaultBulkUpdate>
<DefaultUseItemBlaster>false</DefaultUseItemBlaster>
<DefaultIgnoreRevId>false</DefaultIgnoreRevId>
in the Sidekick.ContentMigrator.Local.config
Thanks for this. Would be good to remove the item blaster entirely though.