We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: