-
Notifications
You must be signed in to change notification settings - Fork 0
/
contentpassword.xml
52 lines (49 loc) · 1.9 KB
/
contentpassword.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
52
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.4" type="plugin" group="content" method="upgrade">
<name>plg_content_contentpassword</name>
<author>Ralmarax (Org ProgAndy)</author>
<creationDate>2023-02-17</creationDate>
<copyright>Copyright (C) 2011 ProgAndy.de. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>ralmarax.de</authorUrl>
<version>4.0.0</version>
<description>PLG_CONTENTPASSWORD_XML_DESCRIPTION</description>
<files>
<filename plugin="contentpassword">contentpassword.php</filename>
<filename>index.html</filename>
<folder>fields</folder>
<folder>language</folder>
<folder>tmpl</folder>
</files>
<config>
<fields name="params" addfieldpath="/plugins/content/contentpassword/fields" >
<fieldset name="basic">
<field name="_enabled" type="radio" value="1"
description="PLG_CONTENTPASSWORD_FIELD_ENABLED_DESC"
label="PLG_CONTENTPASSWORD_FIELD_ENABLED_LABEL"
default="1" >
<option value="0">JOFF</option>
<option value="1">JON</option>
</field>
<field name="dosql" type="checkbox" value="1"
description="PLG_CONTENTPASSWORD_FIELD_DOSQL_DESC"
label="PLG_CONTENTPASSWORD_FIELD_DOSQL_LABEL"
default="0" />
<field name="dogroupsql" type="checkbox" value="1"
description="PLG_CONTENTPASSWORD_FIELD_DOGROUPSQL_DESC"
label="PLG_CONTENTPASSWORD_FIELD_DOGROUPSQL_LABEL"
default="0" />
<field name="allowget" type="checkbox" value="1"
description="PLG_CONTENTPASSWORD_FIELD_ALLOWGET_DESC"
label="PLG_CONTENTPASSWORD_FIELD_ALLOWGET_LABEL"
default="0" />
</fieldset>
<fieldset name="advanced">
<field name="groups" type="cpgroups"
description="PLG_CONTENTPASSWORD_FIELD_GROUPS_DESC"
label="PLG_CONTENTPASSWORD_FIELD_GROUPS_LABEL" />
</fieldset>
</fields>
</config>
</extension>