この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi Team,
When ever i create the component i need to provide properties for the component some of the like below
Where i can see what and all properties available in AEM.
If we want to create custom property how we can create.
Regards
Kusuma.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Those are set under the cq:dialog
so anything you set under that dialog is save with that name.
表示
返信
いいね!の合計
Its not really clear what component you are referring to so its better to provide a specific use case so we understand the requirements. Meanwhile you can check the following document to get some idea on how to create/extend AEM components:
表示
返信
いいね!の合計
you can check all properties at below inside Node Type Administration section
http://localhost:4504/crx/explorer/index.jsp
you can create custom node type by creating cnd file
表示
返信
いいね!の合計
Arun Patidar has provided the information to get all the properties for the node type cq:Component. I just wanted to expand on your question about creating custom properties. The node type cq:Component is OOTB and you cannot (should not) modify it to add new custom properties to the node type definition. With that said, you can add custom properties to an instance of the node type cq:Component. You will need to manage the name and the data type definition of the custom properties within your code.
表示
返信
いいね!の合計
Those are set under the cq:dialog
so anything you set under that dialog is save with that name.
表示
返信
いいね!の合計