31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-05-29 03:50:46 +00:00
patchtester/administrator/components/com_patchtester/config.xml

35 lines
1.0 KiB
XML
Raw Normal View History

2011-10-11 13:02:57 +00:00
<?xml version="1.0" encoding="utf-8"?>
<config>
2012-06-12 18:42:45 +00:00
<fieldset name="component"
label="COM_PATCHTESTER_COMPONENT_LABEL"
description="COM_PATCHTESTER_COMPONENT_DESC"
>
2011-10-11 13:02:57 +00:00
2012-06-12 18:42:45 +00:00
<field name="org" type="text"
default="joomla"
description="COM_PATCHTESTER_FIELD_ORG_DESC"
label="COM_PATCHTESTER_FIELD_ORG_LABEL"
/>
2011-10-11 13:02:57 +00:00
2012-06-12 18:42:45 +00:00
<field name="repo" type="text"
default="joomla-cms"
description="COM_PATCHTESTER_FIELD_REPO_DESC"
label="COM_PATCHTESTER_FIELD_REPO_LABEL"
/>
2011-10-11 13:02:57 +00:00
2012-06-12 18:42:45 +00:00
</fieldset>
2011-10-11 13:02:57 +00:00
2012-06-12 18:42:45 +00:00
<fieldset name="permissions"
description="JCONFIG_PERMISSIONS_DESC"
label="JCONFIG_PERMISSIONS_LABEL"
>
2011-10-11 13:02:57 +00:00
2012-06-12 18:42:45 +00:00
<field name="rules" type="rules"
component="com_patchtester"
filter="rules"
validate="rules"
label="JCONFIG_PERMISSIONS_LABEL"
section="component"/>
</fieldset>
2011-10-11 13:02:57 +00:00
</config>