]> BookStack Code Mirror - bookstack/blobdiff - resources/views/settings/customization.blade.php
TS: Converted dom and keyboard nav services
[bookstack] / resources / views / settings / customization.blade.php
index 4845e2055fc38f3d75248910666cf55978a89962..70a490298c779022f1769387e996be370025985d 100644 (file)
@@ -32,6 +32,7 @@
                     <select name="setting-app-editor" id="setting-app-editor">
                         <option @if(setting('app-editor') === 'wysiwyg') selected @endif value="wysiwyg">WYSIWYG</option>
                         <option @if(setting('app-editor') === 'markdown') selected @endif value="markdown">Markdown</option>
+                        <option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (alpha testing)</option>
                     </select>
                 </div>
             </div>