Skip to content

Instantly share code, notes, and snippets.

@markdaugherty
Created November 2, 2015 22:37
Show Gist options
  • Save markdaugherty/d0fd14ff2b5f1b4d757e to your computer and use it in GitHub Desktop.
Save markdaugherty/d0fd14ff2b5f1b4d757e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" fileName="_cq_dialog.xml" jcr:primaryType="nt:unstructured" jcr:title="Header" mode="edit" sling:resourceType="cq/gui/components/authoring/dialog">
<content jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container">
<layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/tabs"/>
<items jcr:primaryType="nt:unstructured">
<SecondaryNavigation xmlns:cq="http://www.day.com/jcr/cq/1.0" cq:showOnCreate="{Boolean}true" jcr:primaryType="nt:unstructured" jcr:title="Secondary Navigation" sling:resourceType="granite/ui/components/foundation/section">
<layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns"/>
<items jcr:primaryType="nt:unstructured">
<column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container">
<items jcr:primaryType="nt:unstructured">
<secondaryNavLinks allowReorder="{Boolean}true" cq:showOnCreate="{Boolean}true" disabled="{Boolean}false" fieldLabel="Secondary Navigation Links" jcr:primaryType="nt:unstructured" name="./secondaryNavLinks" renderReadOnly="{Boolean}true" required="{Boolean}false" sling:resourceType="multicomposite/granite/multicomposite">
<fields jcr:primaryType="nt:unstructured">
<linkText cq:showOnCreate="{Boolean}true" disabled="{Boolean}false" fieldLabel="Link Text" jcr:primaryType="nt:unstructured" name="linkText" renderReadOnly="{Boolean}true" required="{Boolean}false" sling:resourceType="granite/ui/components/foundation/form/textfield"/>
<linkUrl cq:showOnCreate="{Boolean}true" disabled="{Boolean}false" fieldLabel="Link URL" jcr:primaryType="nt:unstructured" name="linkUrl" renderReadOnly="{Boolean}true" required="{Boolean}false" rootPath="/content/ingredion" sling:resourceType="granite/ui/components/foundation/form/pathbrowser" width="200"/>
</fields>
</secondaryNavLinks>
</items>
</column>
</items>
</SecondaryNavigation>
</items>
</content>
</jcr:root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment