We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cfdecd commit 58c619cCopy full SHA for 58c619c
src/components/com_tjucm/administrator/config.xml
@@ -3,4 +3,10 @@
3
<fieldset name="permissions" description="JCONFIG_PERMISSIONS_DESC" label="JCONFIG_PERMISSIONS_LABEL">
4
<field name="rules" type="rules" component="com_tjucm" class="inputbox" filter="rules" validate="rules" label="JCONFIG_PERMISSIONS_LABEL" section="component" />
5
</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>
12
</config>
0 commit comments