Hi
In AEM 6.1, I am trying the edit the text and text/image component in out-of-box Geometrixx page. No dialog is popping up.
I tried to drag & drop the Text component from General group from Side kick. No luck. Getting dropped successfully, but unable to edit.
Please provide me a solution if there is any specific hotfix is there for it.
Views
Replies
Total Likes
Views
Replies
Total Likes
If you cannot do this - lets setup a connect session so i can see it - you may have a bug somewhere. Anyhow - try a fresh CQ instance.
Views
Replies
Total Likes
Hi
Please check the error.log and browser console logs to further debug this issue.
I myself also not able to reproduce this behavior. As mentioned by Scott, try it on fresh instance.
[Workaround] Use the edit bar
//
To add the edit bar to your component, create an cq:editConfig node of type cq:EditConfig under the component. This link shows the various properties to add to the component. Adding cq:actions to the properties allows functionality to move the component around the page.
The table below from the CQ documentation shows the different options for the edit bar.
Property Value | Description |
text:<some text> | Displays the static text value <some text> |
Adds a spacer | |
edit | Adds a button to edit the component |
delete | Adds a button to delete the component |
insert | Adds a button to insert a new component before the current one |
copymove | Adds a button to copy and cut the component |
Here are some typical properties to allow editing, moving, and deleting the component from the page. You must have insert selected if you want to move the component around the page and replace it between two components.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies