mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 10:14:44 +02:00
Added a basic text to PDF renderer.
This commit is contained in:
parent
a8a92b9c5d
commit
dee4094d8b
10 changed files with 546 additions and 5 deletions
|
@ -19,7 +19,8 @@ fos_ck_editor:
|
|||
toolbar: description_toolbar
|
||||
label_config:
|
||||
height: 100
|
||||
toolbar: config_toolbar
|
||||
enterMode: 2
|
||||
toolbar: label_toolbar
|
||||
|
||||
plugins:
|
||||
bbcode:
|
||||
|
@ -35,13 +36,14 @@ fos_ck_editor:
|
|||
|
||||
toolbars:
|
||||
configs:
|
||||
config_toolbar:
|
||||
label_toolbar:
|
||||
- [ 'Bold', 'Italic', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ]
|
||||
- ['JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']
|
||||
- ['JustifyLeft', 'JustifyCenter', 'JustifyRight']
|
||||
- ["SpecialChar"]
|
||||
- ["Source"]
|
||||
- "/"
|
||||
- ['Format', 'FontSize' ]
|
||||
- ['Format', 'FontSize']
|
||||
- ['Table', 'HorizontalRule']
|
||||
description_toolbar:
|
||||
- [ 'Bold', 'Italic', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ]
|
||||
- ["SpecialChar"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue