diff --git a/config/packages/fos_ckeditor.yaml b/config/packages/fos_ckeditor.yaml index c52b604d..a4204ecd 100644 --- a/config/packages/fos_ckeditor.yaml +++ b/config/packages/fos_ckeditor.yaml @@ -17,5 +17,5 @@ fos_ck_editor: plugins: bbcode: - path: "/ckeditor/plugins/bbcode/" # with trailing slash + path: "ckeditor/plugins/bbcode/" # with trailing slash filename: "plugin.js" \ No newline at end of file