AEM6.3 cq:hideOnEdit is not working for reference dialog path (Page Property Dialog)
Hi,
I am facing issue in Page Property. retirement is we have to hide name field from Page Properties.
I have used cq:hideOnEdit="{Boolean}true : which is working within a Dialog, (Customizing Views of Page Properties )
But if I reference the Basic tab dialog to other Page property dialog for dialog for reusing or Dialog refactoring, in that case cq:hideOnEdit is not working

Means In this above case, the Page Property dialog which has the path reference for Basic tab -- to tab_basic_touch tab cq:hideOnEdit is not working.
Did anyone faced the same issue in AEM6.3.0?
or Please suggest me the solution for hiding the the particular name field.