I have a requirement where we need to create multiple custom tag fields in page properties. But when using custom tag properties, page references for tags are not working.
When we try to delete any tag which is added in custom property of a page, It is not throwing pop up of references. Where as this works in cq:tags.
we tried copying all custom tags to cq:tags property on page save. But this is happening as separate ajax call on form submit. Can we do this by overlaying page properties save functionality?
Any leads will be helpful.