cq:InplaceEditing doesn't modify the attribute I choose in Adobe AEM 6.0
Hello,
I've been trying to get the cq:InplaceEditing to modify an attribute of my choosing. By default, it modifies the "text" property in the JCR. I read the following article which claims that you can change the attribute the InplaceEditing modifies:
I decided to choose the attribute to modify based on a JCR node in a configPath. When I modified the dialog, though, it still would only modify the "text" attribute instead of an attribute with the name that I wanted. I specified the attribute I wanted to modify in the "textPropertyName" attribute in the node inside of the configPath.
This is a picture of my InplaceEditingConfig:
[img]cqeditingdialog.png[/img]
This is a picture of the JCR Node at the configPath specified in the InplaceEditingConfig:
[img]configPath.png[/img]
Finally, this is a picture of the JCR tree containing the two items above:
[img]jcrTree.png[/img]
Any idea why it only changes the "text" property instead of the one specified by the attribute "textPropertyName"?