Skip to content

Commit

Permalink
kill the description for render values
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 17, 2019
1 parent 6ef3b94 commit 1d8a01a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -7,7 +7,6 @@ PLG_FIELDS_SUBFIELDS="Fields - Subfields"
PLG_FIELDS_SUBFIELDS_LABEL="Subfields (%s)"
PLG_FIELDS_SUBFIELDS_PARAMS_CUSTOMFIELD_LABEL="Subfield"
PLG_FIELDS_SUBFIELDS_PARAMS_OPTIONS_LABEL="Subfields"
PLG_FIELDS_SUBFIELDS_PARAMS_RENDER_VALUES_DESC="Whether you want the plugin to pre-render the values of this subfield. Pre-rendering comes at a cost of performance and it might not be necessary, especially if you have a custom layout override where you take care of rendering the raw value."
PLG_FIELDS_SUBFIELDS_PARAMS_RENDER_VALUES_LABEL="Render Values"
PLG_FIELDS_SUBFIELDS_PARAMS_REPEAT_LABEL="Repeatable"
PLG_FIELDS_SUBFIELDS_XML_DESCRIPTION="This plugin lets you create new fields of type 'subfields' in any extension where custom fields are supported."
1 change: 0 additions & 1 deletion plugins/fields/subfields/params/subfields.xml
Expand Up @@ -43,7 +43,6 @@
name="render_values"
type="radio"
label="PLG_FIELDS_SUBFIELDS_PARAMS_RENDER_VALUES_LABEL"
description="PLG_FIELDS_SUBFIELDS_PARAMS_RENDER_VALUES_DESC"
class="switcher"
default="1"
>
Expand Down

0 comments on commit 1d8a01a

Please sign in to comment.