forked from auniverseaway/svg-sightly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdialog.xml
executable file
·51 lines (51 loc) · 1.87 KB
/
dialog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Dialog"
helpPath="en/cq/current/wcm/default_components.html#Text"
title="svg"
xtype="tabpanel">
<items jcr:primaryType="cq:WidgetCollection">
<tab1
jcr:primaryType="cq:Panel"
title="Layout">
<items jcr:primaryType="cq:WidgetCollection">
<svgUrl
jcr:primaryType="cq:Widget"
fieldDescription="Drop an SVG from the Content Finder"
fieldLabel="Link To"
name="./svgUrl"
rootPath="/"
xtype="pathfield"/>
<inlineSvg
jcr:primaryType="cq:Widget"
fieldLabel="SVG Inline"
name="./inlineSvg"
rootPath="/"
xtype="textarea"/>
<linkUrl
jcr:primaryType="cq:Widget"
fieldDescription="Drop files or pages from the Content Finder"
fieldLabel="Link To"
name="./linkURL"
rootPath="/content"
xtype="pathfield"/>
</items>
</tab1>
<tab2
jcr:primaryType="cq:Panel"
title="Advanced">
<items jcr:primaryType="cq:WidgetCollection">
<svgClass
jcr:primaryType="cq:Widget"
fieldLabel="SVG Class"
name="./svgClass"
xtype="textfield"/>
<svgId
jcr:primaryType="cq:Widget"
fieldLabel="SVG ID"
name="./svgId"
xtype="textfield"/>
</items>
</tab2>
</items>
</jcr:root>