How to add new custom properties to OOTB node types?
Hi All,
We want to store some of the custom values to custom properties defined at OOTB types like cq:Page and cq:Tag.
Please help me in this regard.
Thanks,
Kishore
Hi All,
We want to store some of the custom values to custom properties defined at OOTB types like cq:Page and cq:Tag.
Please help me in this regard.
Thanks,
Kishore
Hi,
this is something which is not really recommended, at last for cq:Page I haven't seen it yet. A working way would be to add a mixin type to the cq:Page node, and then define in the mixin type, which additional properties you want to have. But again, this is something not recommended, in case of cq:Page you would rather store your properties in the jcr_content node (with the primary type "cq:pageContent", which can be extended as like without dealing with mixins first).
kind regards,
Jörg
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.