Skip to content

Instantly share code, notes, and snippets.

@kr1st1nagr03g3r
Last active March 4, 2022 19:51
Show Gist options
  • Save kr1st1nagr03g3r/113a98631ee0d5b9ad5f809360e2121d to your computer and use it in GitHub Desktop.
Save kr1st1nagr03g3r/113a98631ee0d5b9ad5f809360e2121d to your computer and use it in GitHub Desktop.
AEM Cloud Front-End Development Flow with Maven Architecture

💻 AEM Cloud Template Creation

Within the codebase

A template needs to be created in the codebase at: Root > ui.content > src > main > content > jcr_root > conf > Project-Name > settings > wcm > templates > template-name

Within the template-name, the following folders are set up:

📁 template-name
-:file_folder: initial
.content.xml
-:file_folder: policies
.content.xml
-:file_folder: structure
.content.xml
-:file_folder: thumbnail.png.dir (optional directory for adding a thumbnail to the template in the AEM UI)
_dam_thumbnail_48.png
.content.xml
thumbnail.png (optional)

The tempate folder can be created with the .content.xml information in the following repo: Template Repo

Within AEM UI

in today's KT session, will update when more knowledge gets into my 🧠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment