Dear All,
I am following below AEM document for converting Static Templates to Editable Templates.
Introducing the AEM Modernization Suite
Before using AEM Moderisation Tool , I want to create Editable Templates first and facing issue for creating Editable templates.
I have static template like below.
and my static template sling:resourcetype is sunita/components/pages/thankYou.
Now I want to create editable template for this thankyou static template...
How can I use this below content.html in my editable template ????
I am struggling from last 2 days.
I am using AEM 6.5 SP1. Can you please give me some idea how to proceed on this ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Ka,
My thank you page component is using core page ( core/wcm/components/page/v1/page) and now it is coming fine , after I include my thankyou.html inside my page.html/
Thanks
Sunita
Dear All ,
Anybody please help me on this ???
Views
Replies
Total Likes
Try creating a page component using this content.html where you can keep everything except the last two components.
Those two components you can directly include on editable template.
Hope this helps.
Views
Replies
Total Likes
Hi Ka,
Thanks for replying.
Try creating a page component using this content.html where you can keep everything except the last two components.
So do I need to create page component under components/pages "or" under structure , as shown below.
Also my editable template type uses the structure sling:resourcetype as sunita/components/structure/page , as shown below.
let me try these all options and lets see.
Views
Replies
Total Likes
I did all the steps , mentioned in above. I am getting no layout while creating editable templates from my editable template type.
Please let me know if I need to do anything else.
Views
Replies
Total Likes
Could you please check whether your page component is extending core page conponent.
Also you could create similar structure as we retail page component.
Hi Ka,
My thank you page component is using core page ( core/wcm/components/page/v1/page) and now it is coming fine , after I include my thankyou.html inside my page.html/
Thanks
Sunita
Could u pls mark it as correct will be helpful for others..
Views
Replies
Total Likes
Hi Ka,
It was not working because , the static page thankyou.html is not included in my editable structure page.html (/components/structure/page/page.html). After I include in my page.html (<sly data-sly-include="thankyou.html"></sly>) it is working fine.
Thanks
Sunita
Views
Replies
Total Likes
Views
Likes
Replies