You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though it is possible for templates to be created and managed by power users within the AEM UI, template "types" (i.e. the templates used to create templates) are manageable only via code.
The default filter that deploys template types is simply the high level one for conf with merge mode
<filter root="/conf/mysite" mode="merge"/>
The template-types folder should be deployed with replace mode to ensure changes from the code base to template types are always deployed successfully to servers.
The text was updated successfully, but these errors were encountered:
Though it is possible for templates to be created and managed by power users within the AEM UI, template "types" (i.e. the templates used to create templates) are manageable only via code.
The default filter that deploys template types is simply the high level one for conf with
merge
modeThe
template-types
folder should be deployed withreplace
mode to ensure changes from the code base to template types are always deployed successfully to servers.The text was updated successfully, but these errors were encountered: