How to allow list of components on parsys using policy in AEM
I have contaner component, for that container I need allow few list of components, for that I have created a component with cq:designDialog with allowed component. in html I added parsys below are the files.
cd:designDialog

HTML

component.xml

cq:policy of my component

but whenever try to add allowed components components on page through that parsys, I didn't see any allowed components

any help to fix this