Hi there,
I have tried adding the following code but the configure option is not showing still
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" cq:actions="[edit]" jcr:primaryType="cq:EditConfig"> </jcr:root>
Does anyone know the node location of this configure button or maybe the toolbar, it might be a permissions issue.
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Please navigate to http://localhost:4502/useradmin and look for your user account and see if you have permission to Modify and Create for /content and it's child node where you are working.
if you are working on /content/we-retail/home.html page, then you need to see /content/we-retail/home node and see if you have acces. Ideally access should be provided at the parent level.
There are mulitple reasons for the edit option(config) is not enabled.
First, if you do not have a cq:dialog node, which means you do not have anything to configure on the component and it's just a placeholder component, then you won't see the config option.
Second, if you do not have the edit/modify permission, you will not see the config option on the component. Having said that I believe this is your local instance so you must be logged in as "admin" user and with "admin" user we will not have this issue.
Please check the above options and see it should resolve the issue.
Thanks!
Hi @Asutosh_Jena_
Edit/modify permission from which node??
Please navigate to http://localhost:4502/useradmin and look for your user account and see if you have permission to Modify and Create for /content and it's child node where you are working.
if you are working on /content/we-retail/home.html page, then you need to see /content/we-retail/home node and see if you have acces. Ideally access should be provided at the parent level.
Hi @anelem1760873 ,
Can you please confirm if this is not a live copy?
We cannot modify the live copies components.
Hi @Prince_Shivhare
No this a master page. but regardless we should be able to configure the component.
Please check the access as suggested by Ashutosh. also remove the editConfig Node.
configure option should be available by default for any component.
I have same problem, logged in as admin. Checked /content it has all permissions. I deleted cq:editConfig as well.
Views
Replies
Total Likes
Views
Likes
Replies