TinymceBundle icon indicating copy to clipboard operation
TinymceBundle copied to clipboard

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

Open mcaquet opened this issue 7 years ago • 2 comments

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

mcaquet avatar Apr 15 '17 02:04 mcaquet

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

nykopol avatar Apr 15 '17 05:04 nykopol

That was it ! Thanks very much @nykopol

mcaquet avatar Apr 17 '17 07:04 mcaquet