.content.xml 5.01 KB
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:granite="http://www.adobe.com/jcr/granite/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
    jcr:primaryType="nt:unstructured">
    <createpage
        granite:rel="screens-dcc-actions-create-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="foundation.link"
        activeSelectionCount="single"
        icon="add"
        text="Create"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate="/screens/createwizard.html{+item}"/>
    </createpage>
    <open
        granite:rel="screens-dcc-actions-edit-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.wcm.open"
        activeSelectionCount="multiple"
        icon="edit"
        text="Edit"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            cookiePath.url="/"
            href.uritemplate="/bin/wcmcommand?cmd=open&amp;_charset_=utf-8&amp;path={item}"/>
    </open>
    <viewproperties
        granite:rel="screens-dcc-actions-properties-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.screens.dcc.properties"
        activeSelectionCount="single"
        icon="infoCircle"
        text="Properties"
        variant="actionBar"/>
    <viewfolderproperties
        granite:rel="screens-dcc-actions-folderproperties-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="foundation.link"
        activeSelectionCount="single"
        icon="infoCircle"
        text="Properties"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate="/mnt/overlay/wcm/core/content/sites/folderproperties.html{+item}"/>
    </viewfolderproperties>
    <viewchanneldashboard
        granite:rel="screens-dcc-actions-channelDashboard-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="foundation.link"
        activeSelectionCount="single"
        icon="viewGrid"
        text="Dashboard"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate="/screens/dashboard/channel.html{+item*}"/>
    </viewchanneldashboard>
    <viewdisplaydashboard
        granite:rel="screens-dcc-actions-displayDashboard-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="foundation.link"
        activeSelectionCount="single"
        icon="viewGrid"
        text="Dashboard"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate="/screens/dashboard/display.html{+item*}"/>
    </viewdisplaydashboard>
    <preview
        granite:rel="screens-dcc-actions-preview-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.wcm.open"
        activeSelectionCount="single"
        icon="viewOn"
        text="Preview"
        title="Preview"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate.abs="\{+item}.html?wcmmode=disabled"/>
    </preview>
    <firmwarepreview
        granite:rel="screens-dcc-actions-firmwarepreview-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.wcm.open"
        activeSelectionCount="single"
        icon="viewOn"
        text="Preview"
        title="Preview"
        variant="actionBar">
        <data
            jcr:primaryType="nt:unstructured"
            href.uritemplate="/screens/player.html{+item}?wcmmode=disabled"/>
    </firmwarepreview>
    <assign-channel
        granite:rel="screens-dcc-actions-assignchannel-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.screens.dcc.assignChannel"
        activeSelectionCount="multiple"
        icon="linkPage"
        text="Assign Channel"
        title="Create a new channel assignment"
        variant="actionBar"/>
    <delete
        granite:rel="screens-dcc-actions-delete-activator"
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/collection/action"
        action="cq.wcm.delete"
        activeSelectionCount="multiple"
        icon="delete"
        text="Delete"
        variant="actionBar"/>
</jcr:root>