mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Allow to choose between the different fonts in CKEDITOR.
This commit is contained in:
parent
74b1b7acf5
commit
2768eb1745
15 changed files with 128 additions and 5 deletions
|
@ -22,6 +22,13 @@ fos_ck_editor:
|
|||
enterMode: 2
|
||||
toolbar: label_toolbar
|
||||
extraPlugins: "partdb_label"
|
||||
font_names: >
|
||||
DejaVu Sans Mono/DejaVu Sans Mono;
|
||||
DejaVu Sans/DejaVu Sans;
|
||||
DejaVu Serif/DejaVu Serif;
|
||||
Helvetica/Helvetica, Arial, sans-serif;
|
||||
Times New Roman/Times New Roman, Times, serif;
|
||||
Courier New/Courier New, Courier, monospace;
|
||||
|
||||
plugins:
|
||||
bbcode:
|
||||
|
@ -46,7 +53,7 @@ fos_ck_editor:
|
|||
- ["SpecialChar"]
|
||||
- ["Source"]
|
||||
- "/"
|
||||
- ['Format', 'FontSize']
|
||||
- ['Format', 'FontSize', 'Font']
|
||||
- ['Table', 'HorizontalRule']
|
||||
- ['Placeholders']
|
||||
description_toolbar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue