Open mcaquet opened 7 years ago
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
hello @matdev it look like you forgot to clear the production cache with php bin/console cache:clear --env=prod
php bin/console cache:clear --env=prod
That was it ! Thanks very much @nykopol
I have the following config in my app/config/config.yml file
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