mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-25 04:19:31 +00:00
Added an "twig" lines mode, where the label lines are processed via a sandboxed twig.
This commit is contained in:
parent
c2db827c9d
commit
11225eb9cc
11 changed files with 548 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ fos_ck_editor:
|
|||
height: 100
|
||||
enterMode: 2
|
||||
toolbar: label_toolbar
|
||||
extraPlugins: "partdb_label"
|
||||
extraPlugins: ["partdb_label", "showprotected"]
|
||||
font_names: >
|
||||
DejaVu Sans Mono/DejaVu Sans Mono;
|
||||
DejaVu Sans/DejaVu Sans;
|
||||
|
|
@ -43,6 +43,9 @@ fos_ck_editor:
|
|||
partdb_label:
|
||||
path: "ckeditor/plugins/partdb_label/"
|
||||
filename: "plugin.js"
|
||||
showprotected:
|
||||
path: "ckeditor/plugins/showprotected/"
|
||||
filename: "plugin.js"
|
||||
|
||||
|
||||
toolbars:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue