Not able to achieve inherited allowed templates in a project path
I have a project path like /content/a/b/c
There are certain templates that I don't want to show for page paths having 'a' in it. So, I thought of using cq:allowedTemplates property.
The problem is that this property value is not getting inherited from the parent node to its child nodes.
What am I doing wrong here?