Solved! Go to Solution.
Hi @Anilkumar208 you need to create parsys first to provide drag and drop functionality to your editable template.
step1: Create base page Component
Parsys Code(page.html):
<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" />
<div data-sly-resource="${'content' @resourceType='foundation/components/parsys'}"></div>
Step 2: Add the base page components path into your Editable template
sling:resourceType String <base page componentPath>
You will see Parsys!!
As you have created page using Editable Templates, you need to create policies for the template ( which component group you want to allow to use it on this page) , then you can able to see the option to drag components
as of now, i think your template doesnot allow any components to add to page, thats why the option is not there.
Thanks
Siva
1. Check if your editable template has a container and allowed components in it.
2. Check if it's in a locked state, if so unlock it and refresh the page.
Hi @Anilkumar208 you need to create parsys first to provide drag and drop functionality to your editable template.
step1: Create base page Component
Parsys Code(page.html):
<sly data-sly-include="/libs/wcm/core/components/init/init.jsp" />
<div data-sly-resource="${'content' @resourceType='foundation/components/parsys'}"></div>
Step 2: Add the base page components path into your Editable template
sling:resourceType String <base page componentPath>
You will see Parsys!!
Views
Likes
Replies
Views
Likes
Replies