Dont use absolute path for ckeditor plugin.

This commit is contained in:
Jan Böhmer 2019-03-27 20:24:01 +01:00
parent c8bcec7161
commit dfa7e1c93c

View file

@ -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"