enonic / cms2xp

Enonic CMS to XP migration tool
0 stars 0 forks source link

Allow filtering of user stores to export #40

Closed aro closed 6 years ago

aro commented 6 years ago

Allow excluding user stores in the configuration.

<config>
  <source>
    <exclude>
      <userStore>some_userstore</contentPath>
    </exclude>
  </source>