I was trying to understand the concept of MixinTypes in JCR, What i red "Mixin node types usually specify additional properties or child nodes related to a capability being added to the node" but it seems some unclear, I am looking for simple defination through which i can understand. Like we have node type cq:page
and it has supertype mix:created
which is of mixin type. What if the case i remove mixin type property from mix:created
.
Or any other example. Thanks