Skip to content

Commit

Permalink
Updating dialogs and service user mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolvin committed Jul 3, 2024
1 parent b779937 commit ee70146
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Brightcove Playlist Player"
sling:resourceType="cq/gui/components/authoring/dialog"
helpPath="https://www.adobe.com/go/aem_cmp_list_v4">
<content
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<tabs
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/tabs"
maximized="{Boolean}true">
<items jcr:primaryType="nt:unstructured">
<general
jcr:primaryType="nt:unstructured"
jcr:title="List Settings"
sling:resourceType="granite/ui/components/coral/foundation/container"
margin="{Boolean}true">
<items jcr:primaryType="nt:unstructured">
<disableChildren
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
fieldDescription="Disable children list type"
name="./hideAdvanced"
text="Hide Advanced"
uncheckedValue="false"
value="true"/>
</items>
</general>
</items>
</tabs>
</items>
</content>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</items>
</tab-video>
<tab-styles
granite:hide="${cqDesign.hideAdvanced}"
jcr:primaryType="nt:unstructured"
jcr:title="Advanced"
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Brightcove Player"
sling:resourceType="cq/gui/components/authoring/dialog"
helpPath="https://www.adobe.com/go/aem_cmp_list_v4">
<content
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/container">
<items jcr:primaryType="nt:unstructured">
<tabs
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/tabs"
maximized="{Boolean}true">
<items jcr:primaryType="nt:unstructured">
<general
jcr:primaryType="nt:unstructured"
jcr:title="List Settings"
sling:resourceType="granite/ui/components/coral/foundation/container"
margin="{Boolean}true">
<items jcr:primaryType="nt:unstructured">
<disableChildren
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/checkbox"
fieldDescription="Disable children list type"
name="./hideAdvanced"
text="Hide Advanced"
uncheckedValue="false"
value="true"/>
</items>
</general>
</items>
</tabs>
</items>
</content>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</items>
</tab-video>
<tab-styles
granite:hide="${cqDesign.hideAdvanced}"
jcr:primaryType="nt:unstructured"
jcr:title="Advanced"
sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"service.ranking": "0",
"user.mapping": [
"brightcove.core:brightcoveWrite=brightcove_admin"
"brightcove.core:brightcoveWrite=[brightcove_admin]"
]
}

0 comments on commit ee70146

Please sign in to comment.