In AEM 6.5, I'm trying to customize the page properties dialog for a specific template. I created a custom dialog under /conf/[project]/settings/wcm/templates/page-standard/structure/jcr:content, but when I open the page properties, it still shows the default one.
Also tried to override the existing page component by adding custom properties and used the resourceType for my template/structure/ and no luck on that too.
Any tips on best practices to properly override the page properties dialog for specific templates in AEM?