mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Dont use absolute path for ckeditor plugin.
This commit is contained in:
parent
c8bcec7161
commit
dfa7e1c93c
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ fos_ck_editor:
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
bbcode:
|
bbcode:
|
||||||
path: "/ckeditor/plugins/bbcode/" # with trailing slash
|
path: "ckeditor/plugins/bbcode/" # with trailing slash
|
||||||
filename: "plugin.js"
|
filename: "plugin.js"
|
Loading…
Add table
Add a link
Reference in a new issue