Update a Component's property value without authoring through dialog, or directly editing it on CRX | Community
Skip to main content
Level 2
August 20, 2021
Solved

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

  • August 20, 2021
  • 1 reply
  • 1031 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Bhuwan_B

@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

1 reply

Bhuwan_B
Community Advisor
Bhuwan_BCommunity AdvisorAccepted solution
Community Advisor
August 20, 2021

@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