mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 18:02:59 +01:00
Wrap CKEDITOR5 toolbar if too long for a single line.
This commit is contained in:
@@ -129,7 +129,6 @@ Editor.builtinPlugins = [
|
||||
Editor.defaultConfig = {
|
||||
toolbar: {
|
||||
items: [
|
||||
'partdb_label',
|
||||
'heading',
|
||||
'alignment',
|
||||
'|',
|
||||
@@ -168,7 +167,10 @@ Editor.defaultConfig = {
|
||||
'redo',
|
||||
'findAndReplace',
|
||||
'sourceEditing',
|
||||
]
|
||||
'|',
|
||||
'partdb_label',
|
||||
],
|
||||
shouldNotGroupWhenFull: true
|
||||
},
|
||||
language: 'en',
|
||||
image: {
|
||||
|
||||
@@ -162,7 +162,8 @@ Editor.defaultConfig = {
|
||||
'redo',
|
||||
'findAndReplace',
|
||||
'sourceEditing',
|
||||
]
|
||||
],
|
||||
shouldNotGroupWhenFull: true
|
||||
},
|
||||
language: 'en',
|
||||
image: {
|
||||
|
||||
Reference in New Issue
Block a user