1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Page Editors: Added switching/options for new lexical editor

This commit is contained in:
Dan Brown
2024-09-22 20:06:55 +01:00
parent c8ccb2bac7
commit 8b32e6c15a
10 changed files with 134 additions and 28 deletions

View File

@ -3,6 +3,7 @@
namespace BookStack\Entities\Models;
use BookStack\Entities\Tools\PageContent;
use BookStack\Entities\Tools\PageEditorType;
use BookStack\Permissions\PermissionApplicator;
use BookStack\Uploads\Attachment;
use Illuminate\Database\Eloquent\Builder;