mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Added an CKEditor plugin for easy placeholder selection.
This commit is contained in:
parent
726cab1c5a
commit
a39f816422
7 changed files with 221 additions and 0 deletions
|
@ -21,6 +21,7 @@ fos_ck_editor:
|
|||
height: 100
|
||||
enterMode: 2
|
||||
toolbar: label_toolbar
|
||||
extraPlugins: "partdb_label"
|
||||
|
||||
plugins:
|
||||
bbcode:
|
||||
|
@ -32,6 +33,9 @@ fos_ck_editor:
|
|||
specialchar:
|
||||
path: "ckeditor/plugins/specialchar"
|
||||
filename: "plugin.js"
|
||||
partdb_label:
|
||||
path: "ckeditor/plugins/partdb_label/"
|
||||
filename: "plugin.js"
|
||||
|
||||
|
||||
toolbars:
|
||||
|
@ -44,6 +48,7 @@ fos_ck_editor:
|
|||
- "/"
|
||||
- ['Format', 'FontSize']
|
||||
- ['Table', 'HorizontalRule']
|
||||
- ['Placeholders']
|
||||
description_toolbar:
|
||||
- [ 'Bold', 'Italic', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ]
|
||||
- ["SpecialChar"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue