Skip to content

Commit

Permalink
move enable/disable switch to integration
Browse files Browse the repository at this point in the history
  • Loading branch information
johndeutesfeld committed Aug 25, 2020
1 parent 0303adb commit 5d442a0
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions administrator/components/com_content/config.xml
Expand Up @@ -37,16 +37,7 @@
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="activate_inline_editor"
type="radio"
label="JGLOBAL_INLINE_EDITOR_LABEL"
layout="joomla.form.field.radio.switcher"
default="1"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>

<field
name="show_intro"
type="radio"
Expand Down Expand Up @@ -1048,6 +1039,16 @@
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="activate_inline_editor"
type="radio"
label="JGLOBAL_INLINE_EDITOR_LABEL"
layout="joomla.form.field.radio.switcher"
default="1"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
<fieldset
name="integration_workflows"
Expand Down

0 comments on commit 5d442a0

Please sign in to comment.