내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Widgets in Adobe Experience Manager

Avatar

Level 1

Hey,

i just wanted to know, if you can use one widget as a "master" widget? Meaning that you can implement this widget on multiple pages with content. And when the content changes, you can adjust the "master" widget, and all instances of it will follow? Can you do this with AEM out of the box, or with little programming effort? Or do you need to programm alot for this?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 4

You can try to use content fragment in AEM 6.3 and AEM 6.4 to achieve the requirement.

Adobe Experience Manager Help | Using Content Fragments in AEM.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

Community Advisor

Can't you use sling:resourceType and sling:resourceSuperType properties for the same?

Like define the sling:resourceType for the parent component and then use sling:resourceSuperType in the instance of it so that the changes are immediately reflected.

Apache Sling :: Resources

Avatar

정확한 답변 작성자:
Level 4

You can try to use content fragment in AEM 6.3 and AEM 6.4 to achieve the requirement.

Adobe Experience Manager Help | Using Content Fragments in AEM.