コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

2 返信

Avatar

正解者
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

Community Advisor

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