Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Doubt on ResourceType, Allowed Children,AllowedParent in http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/website.html

Avatar

Level 9

Hi All,

What exactly do the below signify.

During template creation 

ResourceType

Allowed Parents

Allowed Children

During Component creation

Resource Type

Any thoughts on this will be helpful.

1 Accepted Solution

Avatar

Correct answer by
Employee

Your questions go to the fundamentals of AEM development. The best source for understanding these would be the Adobe AEM developer course. In the absence of formal training, you will have to go through the documentation to get all your answers

For your questions about Templates: http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/templates.html

For components: https://docs.adobe.com/docs/en/aem/6-0/develop/components.html

The following page ties all the concepts together for AEM development https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics.html

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

Your questions go to the fundamentals of AEM development. The best source for understanding these would be the Adobe AEM developer course. In the absence of formal training, you will have to go through the documentation to get all your answers

For your questions about Templates: http://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/templates.html

For components: https://docs.adobe.com/docs/en/aem/6-0/develop/components.html

The following page ties all the concepts together for AEM development https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics.html

Avatar

Level 7

Straight from documentation. I believe this is self explanatory

 

ResourceType -- path of resource that contains rendering script for this template

Allowed Parents -- Path of a template that is allowed to be a parent of this template

Allowed Children -- Path of a template that is allowed to be a child of this template.

 

https://docs.adobe.com/docs/en/aem/6-0/develop/the-basics/templates.html