In Editable Templates you can set a policy to allow components on the Layout Container. I add my component to the allowed components in the Layout Container policy. This component has a parsys which should only allow author to add Text component but author can add any component allowed on the Layout Container. I think this is because the parsys in my component inherits all of the allowed components allowed in the Layout Container.
How can I set the policy for the parsys in my component for Editable Template and not allow author to add components allowed in the Layout Container?
Hi @aaldros, if I good understand your case, below steps should allow you to achieve what you want.
Navigate to editable template where you have you have added your component into Layout Container.
Find your component and select Policy option for your component.
New window will appear where you can define policy specific to this component.
In Policy section create new policy.
Under Properties section switch to Allowed Components, and select components or group of components that you want to be available on your component parsys.