mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-31 00:04:40 +02:00
Added basic admin page for Label profiles.
This commit is contained in:
parent
b23dec0262
commit
a8a92b9c5d
20 changed files with 1688 additions and 857 deletions
|
@ -17,7 +17,9 @@ fos_ck_editor:
|
|||
extraPlugins: "markdown"
|
||||
height: 60
|
||||
toolbar: description_toolbar
|
||||
|
||||
label_config:
|
||||
height: 100
|
||||
toolbar: config_toolbar
|
||||
|
||||
plugins:
|
||||
bbcode:
|
||||
|
@ -33,6 +35,13 @@ fos_ck_editor:
|
|||
|
||||
toolbars:
|
||||
configs:
|
||||
config_toolbar:
|
||||
- [ 'Bold', 'Italic', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ]
|
||||
- ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']
|
||||
- ["SpecialChar"]
|
||||
- ["Source"]
|
||||
- "/"
|
||||
- ['Format', 'FontSize' ]
|
||||
description_toolbar:
|
||||
- [ 'Bold', 'Italic', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ]
|
||||
- ["SpecialChar"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue