joomla_test/administrator/components/com_templates/config.xml
2020-01-02 22:20:31 +07:00

37 lines
792 B
XML

<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset
name="templates"
label="COM_TEMPLATES_SUBMENU_TEMPLATES"
description="COM_TEMPLATES_CONFIG_FIELDSET_DESC">
<field
name="template_positions_display"
type="radio"
class="btn-group"
default="0"
label="COM_TEMPLATES_CONFIG_POSITIONS_LABEL"
description="COM_TEMPLATES_CONFIG_POSITIONS_DESC">
<option
value="0">JDISABLED</option>
<option
value="1">JENABLED</option>
</field>
</fieldset>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC"
>
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
filter="rules"
validate="rules"
component="com_templates"
section="component" />
</fieldset>
</config>