Added a basic text to PDF renderer.

This commit is contained in:
Jan Böhmer 2020-04-14 11:07:07 +02:00
parent a8a92b9c5d
commit dee4094d8b
10 changed files with 546 additions and 5 deletions

View file

@ -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"]