]> BookStack Code Mirror - bookstack/blobdiff - resources/views/settings/customization.blade.php
Updated attachment links to have dropdown for open type
[bookstack] / resources / views / settings / customization.blade.php
index b7be95b4a1519ac53da4b746c942300627b308a3..a7392196b68be6ad0329a57dffbb9c0191ea4052 100644 (file)
             <div>
                 <label for="setting-app-custom-head" class="setting-list-label">{{ trans('settings.app_custom_html') }}</label>
                 <p class="small">{{ trans('settings.app_custom_html_desc') }}</p>
-                <textarea name="setting-app-custom-head" id="setting-app-custom-head" class="simple-code-input mt-m">{{ setting('app-custom-head', '') }}</textarea>
+                <div class="mt-m">
+                    <textarea component="code-textarea"
+                              option:code-textarea:mode="html"
+                              name="setting-app-custom-head"
+                              id="setting-app-custom-head"
+                              class="simple-code-input">{{ setting('app-custom-head', '') }}</textarea>
+                </div>
                 <p class="small text-right">{{ trans('settings.app_custom_html_disabled_notice') }}</p>
             </div>