1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge pull request #5627 from BookStackApp/lexical_20250525

Lexical Editor: Further fixes
This commit is contained in:
Dan Brown
2025-05-28 22:53:03 +01:00
committed by GitHub
21 changed files with 294 additions and 96 deletions

View File

@@ -32,7 +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>
<option @if(setting('app-editor') === 'wysiwyg2024') selected @endif value="wysiwyg2024">New WYSIWYG (beta testing)</option>
</select>
</div>
</div>