aem-project-archetype icon indicating copy to clipboard operation
aem-project-archetype copied to clipboard

Template Types should be deployed with "replace" filter

Open HitmanInWis opened this issue 1 year ago • 0 comments

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.

HitmanInWis avatar Sep 06 '24 16:09 HitmanInWis