DFS 9.0.0 - How to auto publish assets

To enable auto publish of asset in your silo. You do the following:

  1. Locate the config file \App_Config\Include\damforsitecore\DFS.Connect.config.
  2. Find this area <event name="item:saved">
  3. The handler with the method OnItemSavedPublish is by default disabled. Enable it and reload the site

How it works

If you manually synchronizes the silo, the items wont automatically be published to web,  you have to publish the silo manually but the the background process which keeps the silo up to date will automatically publish any changes to the web database.