Hi,
Is there any particular folder/cache i should be flushing to remove old version of a theme. I have uploaded changes to a theme only for the old version to still load.
I have tried app/console cache:clear but this has no erffect to theme changes.
Also any reason why my images do not show in themes as the twig directive is just sent with the HTML Source. The file is correctly called email.html.twig & the images do exist?
Hi,
Is there any particular folder/cache i should be flushing to remove old version of a theme. I have uploaded changes to a theme only for the old version to still load.
I have tried app/console cache:clear but this has no erffect to theme changes.
Also any reason why my images do not show in themes as the twig directive is just sent with the HTML Source. The file is correctly called email.html.twig & the images do exist?
Try to remove the app/cache directory manually.
It seems you want to use the twig syntax in the email content directly. It will be executed only if it is in the twig file.