Skip to content
New issue

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

Error changing plugin path #199

Open
Julen10 opened this issue Aug 7, 2019 · 0 comments
Open

Error changing plugin path #199

Julen10 opened this issue Aug 7, 2019 · 0 comments

Comments

@Julen10
Copy link

Julen10 commented Aug 7, 2019

Environment

Symfony 4.2.8

Symfony packages

$ composer show --latest 'symfony/*'

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:

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'

Expected results

The plugin changes from localhost:8080/bundles/fosckeditor/plugins/wordcount/plugin.js to localhost:8080/fosckeditor/plugins/wordcount/plugin.js

Actual results

imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant