Skip to content

Commit

Permalink
refs #4126 do not display a default value in case we are displaying a…
Browse files Browse the repository at this point in the history
… checkbox, not needed here
  • Loading branch information
tsteur committed Oct 23, 2013
1 parent e8456f5 commit 29dbc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreAdminHome/templates/pluginSettings.twig
Expand Up @@ -88,7 +88,7 @@

{% endif %}

{% if setting.defaultValue %}
{% if setting.defaultValue and setting.field != 'checkbox' %}
<br/>
<span class='form-description'>
{{ 'General_Default'|translate }} {{ setting.defaultValue }}
Expand Down

0 comments on commit 29dbc73

Please sign in to comment.