Merge branch 'feature137' into version137

This commit is contained in:
trendschau 2020-05-18 07:35:32 +02:00
commit 9eb0c6e0a0

View file

@ -105,7 +105,7 @@
</div><div class="medium{{ errors.settings.headlineanchors ? ' error' : '' }}">
<label for="settings[headlineanchors]">{{ __('Headline Anchors') }} *</label>
<label class="control-group">{{ __('Show anchors next to headlines') }}
<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors) %} checked {% endif %}>
<input name="settings[headlineanchors]" type="checkbox" {% if (settings.headlineanchors or old.settings.headlineanchors) %} checked {% endif %}>
<span class="checkmark"></span>
</label>
</div>