Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I have created 2 templates. One is a parent template and the other a child template. Child templates can only be created under the parent template is it possible to use allowedparents to restrict this, I have tried this but it does not seem to work.
Chris
Solved! Go to Solution.
yes, for eg.
you have parent template T1 and child template T2
add allowedchildren property to T1 with value T2
and add allowedparent property to T2 with value T1.
or use cq:allowedTemplates property to content/jcr:content node
View solution in original post
Views
Likes
Replies