Open Julen10 opened 5 years ago
Symfony 4.2.8
$ composer show --latest 'symfony/*'
Symfony flex ones
I can´t change the plugin path, it just takes the default path
Install plugin and add this:
fos_ck_editor: default_config: simple_config configs: simple_config: extraPlugins: - 'wordcount' - 'notification' plugins: wordcount: path: 'fosckeditor/plugins/wordcount/' filename: 'plugin.js' notification: path: 'fosckeditor/plugins/notification/' filename: 'plugin.js'
The plugin changes from localhost:8080/bundles/fosckeditor/plugins/wordcount/plugin.js to localhost:8080/fosckeditor/plugins/wordcount/plugin.js
localhost:8080/bundles/fosckeditor/plugins/wordcount/plugin.js
localhost:8080/fosckeditor/plugins/wordcount/plugin.js
Environment
Symfony 4.2.8
Symfony packages
Symfony flex ones
Subject
I can´t change the plugin path, it just takes the default path
Steps to reproduce
Install plugin and add this:
Expected results
The plugin changes from
localhost:8080/bundles/fosckeditor/plugins/wordcount/plugin.js
tolocalhost:8080/fosckeditor/plugins/wordcount/plugin.js
Actual results