Expand my Community achievements bar.

SOLVED

Update a Component's property value without authoring through dialog, or directly editing it on CRX

Avatar

Level 2

Hi all,

Is there any other way to directly edit a property of a component other than that of directly editing through the component's dialog or editing it from the CRX, or even have a sling script modifying it.

I have /content/project/page/jcr:content/root/parsys/component1/property1: "value1". I want this property changed to "value2". I am in my author environment.

I am expecting something like a JavaScript Ajax request. Is it possible?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@aemAmateur Check for below article to update Node JCR property using curl command if you dont want to do it Programmatically.

https://sourcedcode.com/blog/aem/update-a-node-jcr-property-in-aem-with-curl

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@aemAmateur Check for below article to update Node JCR property using curl command if you dont want to do it Programmatically.

https://sourcedcode.com/blog/aem/update-a-node-jcr-property-in-aem-with-curl