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

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

Mark Solution

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

解決済み

Experience Fragment Creation in a static template

Avatar

Level 3

 Hi folks, can we able to create Experience Fragements using a static template and add that Xf to a page created using static template in AEM 6.5?

 

Thanks.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 9

Generally,  you need to have your own Experience Fragment (EF) template to create the Experience Fragments so you can see all of your styles and exact look & feel of your content. Therefore, EF is kind of editable template on the code side. So, it is recommended to use to with the editable templates. However, you can still use with the static templates and many people implement this with static templates.

 

Let me know if you have any questions.

 

Thanks,

Singaiah

元の投稿で解決策を見る

4 返信

Avatar

Level 7

Hi @Rajalakshmi ,

 

No. For experience fragments, only editable templates can be used, static templates are not fully compatible. Editable templates, which in turn are defined by editable template types and an AEM page component implementation, define the allowed AEM components that can be used to compose an Experience Fragment. The experience fragment is an instance of an editable template that represents a logical experience. Experience fragment variations adhere to the editable template, but represent differences in experience (content and design).

References: Experience Fragments

                    Getting Started with AEM Sites - WKND Tutorial

 

Regards,

Santosh

Avatar

正解者
Level 9

Generally,  you need to have your own Experience Fragment (EF) template to create the Experience Fragments so you can see all of your styles and exact look & feel of your content. Therefore, EF is kind of editable template on the code side. So, it is recommended to use to with the editable templates. However, you can still use with the static templates and many people implement this with static templates.

 

Let me know if you have any questions.

 

Thanks,

Singaiah

Singaiah_Chintalapudi

Hi, Can you please share a reference link on how to use experience fragments with static template. We are using static templates and want to leverage experience fragments. Can we create a experience fragment using editable template and then include the fragment created into the existing static template?