summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/wml-1-2/access.tag
blob: a06e214774569083c2ae01c46d41d797aa3bbc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE TAGS>
<TAGS>
<tag name="access" hasCore="1" single="1">
    
    <attr name="domain" status="implied" type="input">
        <text>Domain</text>
	<tooltip>URL domain that can access this deck</tooltip>
        <textlocation col="0" row="0" />
        <location col="1" row="0"/>
    </attr>

    <attr name="path" status="implied" type="input">
        <text>Path</text>
        <textlocation col="0" row="1" />
	<tooltip>The URL root that can access this deck</tooltip>
        <location col="1" row="1"/>
    </attr>

</tag>
</TAGS>