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

Input WYSIWYG: Updated UpdateUrlCommand, Added chapter HTML display

This commit is contained in:
Dan Brown
2023-12-18 18:31:16 +00:00
parent bc354e8b12
commit c07aa056c2
3 changed files with 27 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ class UpdateUrlCommand extends Command
$columnsToUpdateByTable = [
'attachments' => ['path'],
'pages' => ['html', 'text', 'markdown'],
'chapters' => ['description_html'],
'books' => ['description_html'],
'bookshelves' => ['description_html'],
'images' => ['url'],
'settings' => ['value'],
'comments' => ['html', 'text'],