Expand my Community achievements bar.

SOLVED

Configure option not showing in toolbar

Avatar

Level 4

Screenshot 2021-09-01 at 21.51.04.png
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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @anelem1760873 

 

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.

 

asutosh_jena_0-1630561455198.png

 

View solution in original post

7 Replies

Avatar

Community Advisor

Hi @anelem1760873 

 

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!

Avatar

Correct answer by
Community Advisor

Hi @anelem1760873 

 

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.

 

asutosh_jena_0-1630561455198.png

 

Avatar

Community Advisor

Hi @anelem1760873 ,

Can you please confirm if this is not a live copy?

We cannot modify the live copies components.

Avatar

Level 4

Hi  @Prince_Shivhare 

No this a master page. but regardless we should be able to configure the component.

Avatar

Community Advisor

Please check the access as suggested by Ashutosh. also remove the editConfig Node.

configure option should be available by default for any component.

Avatar

Level 2

I have same problem, logged in as admin. Checked /content  it has all permissions. I deleted cq:editConfig as well.