mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +02:00
21 lines
549 B
YAML
21 lines
549 B
YAML
|
# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html
|
||
|
|
||
|
twig:
|
||
|
form_themes:
|
||
|
- '@FOSCKEditor/Form/ckeditor_widget.html.twig'
|
||
|
|
||
|
fos_ck_editor:
|
||
|
default_config: complex_config
|
||
|
configs:
|
||
|
complex_config:
|
||
|
extraPlugins: "bbcode"
|
||
|
toolbar: standard
|
||
|
simple_config:
|
||
|
extraPlugins: "bbcode"
|
||
|
toolbar: basic
|
||
|
|
||
|
|
||
|
plugins:
|
||
|
bbcode:
|
||
|
path: "/ckeditor/plugins/bbcode/" # with trailing slash
|
||
|
filename: "plugin.js"
|