Skip to content

Commit 58c619c

Browse files
authored
Update config.xml
1 parent 2cfdecd commit 58c619c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/com_tjucm/administrator/config.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
<fieldset name="permissions" description="JCONFIG_PERMISSIONS_DESC" label="JCONFIG_PERMISSIONS_LABEL">
44
<field name="rules" type="rules" component="com_tjucm" class="inputbox" filter="rules" validate="rules" label="JCONFIG_PERMISSIONS_LABEL" section="component" />
55
</fieldset>
6+
<fieldset name="component" label="COM_TJUCM_COPY_ITEM_SETTING_LABEL">
7+
<field name="tjqueue_copy_items" class="btn-group" type="radio" default="0" label="COM_TJUCM_USE_TJQUEUE_WHILE_COPY_ITEM" description="COM_TJUCM_USE_TJQUEUE_WHILE_COPY_ITEM_DESC">
8+
<option value="0">COM_TJUCM_NO</option>
9+
<option value="1">COM_TJUCM_YES</option>
10+
</field>
11+
</fieldset>
612
</config>

0 commit comments

Comments
 (0)