Post

Umbraco - uSyn Content Disable Content Sync

By default, after you install the uSync Content Edition nuget package, it will enable the content sycn (both content and media).

To disable the auto content sycn, locate file uSyncBackOffice.Config under config folder, and set the following handler to false.

1
2
    <HandlerConfig Name="uSync: ContentHandler" Enabled="false" />
    <HandlerConfig Name="uSync: MediaHandler" Enabled="false" />

Happy Coding! 😇

This post is licensed under CC BY 4.0 by the author.

Comments powered by Disqus.

© Vincent. Some rights reserved.