Hi All,
We have following structure
/apps/*/config - (sling:folder)
/apps/*/config.author - (nt:folder)
/apps/*/config.author.dev - (nt:folder)
We are running aem with author runmodes [dev, author].
Now when we deploy these folders only configs from config.author.dev activate the osgi component. Even if we manually change configs in /apps/*/config folder it does not activate my component with new config.
However, if we change configs under config.author.dev it does reactivate my component with the configs under the config.author.dev folder.
Documentation says config is applicable to all run modes. So just wondering if this behavior is correct.
Further, do we need have all the folders as sling:folder rather than nt:folder. What is the purpose of declaring a folder as sling:folder ?