Page Dialog overlay in AEM 6.0
Hi all,
I'm trying to add a new dialog tab to the standard page dialog in AEM 6.0. I want to keep the basic and advanced tab. How would I do that?
Here's what I tried and what didn't work:
- using the overlay tool in CRXDE I created the structure "/apps/foundation/components/page/cq:dialog/content/items/columns/items/tabs/items"
- there I created my new tab with all it's child nodes
- if I leave it as that I don't get a dialog at all so I had to add some sling:resourceType(s) to the various nodes along the way (the documentation [1] makes it sound like the types don't matter!?)
- once I added all those types back I get a dialog but it just has my new tab in it and it's missing basic/advanced
- I then tried adding those basic/advanced nodes under 'items' and inheriting their properties with "xtype=cqinclude" and "path=/libs/foundation/components/page/cq:dialog/content/items/columns/items/tabs/items/basic.infinity.json" [2] but that didn't work either, I get an error in the logs [3]
What am I missing?
[1] http://docs.adobe.com/docs/en/aem/6-0/develop/platform/overlays.html
[2] http://helpx.adobe.com/experience-manager/kb/XtypeCqInclude.html
[3] Error:
21.08.2014 16:55:50.842 *ERROR* [0:0:0:0:0:0:0:1 [1408665350825] GET /apps/foundation/components/page/_cq_dialog.html/content/plex/en/jcr:content HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource JcrNodeResource, type=cq:Widget, superType=null, path=/apps/foundation/components/page/cq:dialog/content/items/columns/items/tabs/items/basic