Where to find AEM docs ??
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 ???
