1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Input WYSIWYG: Updated tests, Added simple html limiting

This commit is contained in:
Dan Brown
2023-12-19 15:10:29 +00:00
parent 077b9709d4
commit 7fd6d5b2cc
9 changed files with 134 additions and 36 deletions

View File

@ -329,7 +329,7 @@ export function buildForInput(options) {
menubar: false,
plugins: 'link autolink lists',
contextmenu: false,
toolbar: 'bold italic underline link bullist numlist',
toolbar: 'bold italic link bullist numlist',
content_style: getContentStyle(options),
color_map: colorMap,
file_picker_types: 'file',