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.
Solved! Go to Solution.
Views
Replies
Total Likes
Those are set under the cq:dialog
so anything you set under that dialog is save with that name.
Views
Replies
Total Likes
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:
Views
Replies
Total Likes
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
Adobe AEM/CQ5 Articles: Creating custom JCR node type
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Those are set under the cq:dialog
so anything you set under that dialog is save with that name.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies