Skip to content

Commit

Permalink
Remove not used option (#12699)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo authored and rdeutz committed Nov 15, 2016
1 parent 154c3fd commit b50e748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 0 additions & 2 deletions administrator/language/en-GB/en-GB.plg_system_fields.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_AFTER_TITLE="After Title"
PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_BEFORE_DISPLAY="Before Display"
PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_DESC="Joomla offers several content events which are triggered during the content creation process. Here you can define how the custom fields should be integrated into content."
PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_LABEL="Automatic Display"
PLG_SYSTEM_FIELDS_CONFIG_PREPARE_CONTENT_DESC="Should the content be parsed for commands like {{#fields}}?"
PLG_SYSTEM_FIELDS_CONFIG_PREPARE_CONTENT_LABEL="Prepare Content"
PLG_SYSTEM_FIELDS_XML_DESCRIPTION="The system fields plugin lets you display the custom fields."
14 changes: 1 addition & 13 deletions plugins/system/fields/fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,12 @@
label="PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_LABEL"
description="PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_DESC"
default="2"
>
>
<option value="1">PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_AFTER_TITLE</option>
<option value="2">PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_BEFORE_DISPLAY</option>
<option value="3">PLG_SYSTEM_FIELDS_CONFIG_DISPLAY_AFTER_DISPLAY</option>
<option value="0">JNO</option>
</field>

<field
name="prepare_content"
type="radio"
class="btn-group btn-group-yesno"
label="PLG_SYSTEM_FIELDS_CONFIG_PREPARE_CONTENT_LABEL"
description="PLG_SYSTEM_FIELDS_CONFIG_PREPARE_CONTENT_DESC"
default="1"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</config>
Expand Down

0 comments on commit b50e748

Please sign in to comment.