1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update templates #211

This commit is contained in:
Awilum
2020-02-05 22:06:32 +03:00
parent d9f4eb214f
commit d2566be580

View File

@@ -283,7 +283,7 @@
</select>
</div>
</div>
<div class="w-full lg:w-6/12">
<div class="w-full lg:w-6/12 col">
<div class="form-group">
<label for="output_buffering">{{ tr('admin_output_buffering') }}</label>
<input type="text" id="systemSettingsOutputBuffering" name="output_buffering" value="{{ registry.settings.output_buffering }}" class="form-control" required="required">