The value of allowedParents is not being respected on the component
I have two templates. The first has a parsys with the path article, the second has a parsys with the path parsys.
I have a custom component. I have set the allowedParents attribute on the jcr:root node in .content.xml to:
allowedParents="[*/article]"
I am allowed to add this component to any parsys across my site, regardless of path. This does not seem to be the correct behaviour - it's certainly not expected. What am I doing wrong?