mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Added the new fields to the part edit form.
This commit is contained in:
parent
7517d83f55
commit
6a0adae8f3
17 changed files with 922 additions and 53 deletions
|
@ -8,14 +8,27 @@ fos_ck_editor:
|
|||
default_config: complex_config
|
||||
configs:
|
||||
complex_config:
|
||||
extraPlugins: "bbcode"
|
||||
extraPlugins: ["bbcode"]
|
||||
toolbar: standard
|
||||
height: 100
|
||||
simple_config:
|
||||
extraPlugins: "bbcode"
|
||||
toolbar: basic
|
||||
description_config:
|
||||
extraPlugins: "bbcode"
|
||||
height: 60
|
||||
toolbar: description_toolbar
|
||||
|
||||
|
||||
plugins:
|
||||
bbcode:
|
||||
path: "ckeditor/plugins/bbcode/" # with trailing slash
|
||||
filename: "plugin.js"
|
||||
filename: "plugin.js"
|
||||
specialchar:
|
||||
path: "ckeditor/plugins/specialchar"
|
||||
filename: "plugin.js"
|
||||
|
||||
|
||||
toolbars:
|
||||
configs:
|
||||
description_toolbar: [ ["Source", "-", 'Bold', 'Italic', "-", "RemoveFormat", "-", "Smiley", "SpecialChar"] ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue