Skip to content

Commit

Permalink
Update config.xml (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy authored and brianteeman committed May 27, 2017
1 parent 8d14345 commit 21bd709
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions administrator/components/com_redirect/config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset name="redirect"
<fieldset
name="redirect"
label="COM_REDIRECT_ADVANCED_OPTIONS"
>
<field
Expand All @@ -15,18 +16,20 @@
<option value="0">JNO</option>
</field>
</fieldset>

<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC">

description="JCONFIG_PERMISSIONS_DESC"
>
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
filter="rules"
validate="rules"
component="com_redirect"
section="component" />
section="component"
/>
</fieldset>
</config>

0 comments on commit 21bd709

Please sign in to comment.