mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-05 21:07:57 +00:00
20 lines
377 B
XML
20 lines
377 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<config>
|
||
|
<fieldset
|
||
|
name="permissions"
|
||
|
label="JCONFIG_PERMISSIONS_LABEL"
|
||
|
description="JCONFIG_PERMISSIONS_DESC"
|
||
|
>
|
||
|
<field
|
||
|
name="rules"
|
||
|
type="rules"
|
||
|
label="JCONFIG_PERMISSIONS_LABEL"
|
||
|
class="inputbox"
|
||
|
validate="rules"
|
||
|
filter="rules"
|
||
|
component="com_jedchecker"
|
||
|
section="component"
|
||
|
/>
|
||
|
</fieldset>
|
||
|
</config>
|