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

Config working using app_dev.php but not using app.php #216

Open
matdev opened this issue Apr 15, 2017 · 2 comments
Open

Config working using app_dev.php but not using app.php #216

matdev opened this issue Apr 15, 2017 · 2 comments

Comments

@matdev
Copy link

matdev commented Apr 15, 2017

I have the following config in my app/config/config.yml file

stfalcon_tinymce:
    theme:
        simple:
            plugins: "link image"
            height : "480"

The tinymce editor is picking up this config fine when I use app_dev.php, but as soon as I use app.php, it's no longer working: I get the default simple theme config

@nykopol
Copy link

nykopol commented Apr 15, 2017

hello @matdev it look like you forgot to clear the production cache with
php bin/console cache:clear --env=prod

@matdev
Copy link
Author

matdev commented Apr 17, 2017

That was it ! Thanks very much @nykopol

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

2 participants