コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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?

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
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

元の投稿で解決策を見る

1 返信

Avatar

正解者
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