Q1) For every cq:Page we need a jcr:content
I get that there are rules/schemas defined
[cq:Page] > nt:hierarchyNode orderable primaryitem jcr:content + jcr:content (nt:base) = nt:unstructured + * (nt:base) = nt:base version
where are these defined in the jcr repository.
Where are the nt:nodeType nodes defined in the jcr repo ??
Q2) What are all the in-built/ used properties for a particular node type in AEM ?? Like for cq:Dialog we can define cq:Widget as a child node . Are there other possible meaningful child nodes for cq:Dialog ??? Where can I find documentation for the same ???
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @KunalNa1
Node definations are find in the CND files
https://jackrabbit.apache.org/jcr/node-type-notation.html
You can go to localhost:4502/crx/explorer/ and login to check all the node types
Hi @KunalNa1
Node types (like cq:Page) are defined in the Oak repository and managed under the node type registry. You can find definitions in the
/libs/crx-quickstart/repository/nodetypes
directory in the JCR, or through configuration files in
/libs or /apps
in AEM.
To find in-built properties and child nodes for cq:Dialog:
Views
Like
Replies