From dfa7e1c93c3b8e758164644a231c97bb2485c8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 27 Mar 2019 20:24:01 +0100 Subject: [PATCH] Dont use absolute path for ckeditor plugin. --- config/packages/fos_ckeditor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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