Node Types and possible property values | Community
Skip to main content
Naveen_AEM_dev
New Participant
October 16, 2015
Solved

Node Types and possible property values

  • October 16, 2015
  • 1 reply
  • 968 views

General Query - Is there any way to determine all the possible properties that are allowed for a specific jcr:PrimaryType node in AEM?

For instance, all the possible properties under cq:component

Appreciate any help provided.

 

Thanks!

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 Sham_HC

jcr:primaryType is a property and not a node. To read the defnition of all nodes use [1] after login to crx.

[1] http://localhost:4502/crx/explorer/nodetypes/index.jsp

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

jcr:primaryType is a property and not a node. To read the defnition of all nodes use [1] after login to crx.

[1] http://localhost:4502/crx/explorer/nodetypes/index.jsp