Caching problem with TYPO3 8.x Flexforms. If I change the flexform configuration I have to restart the Docker Apache web server. Is there a better way to modify Flexforms without web server restart in TYPO3?
Steps I already tried on my docker debian9 lamp stack:
1. in setup.ts I have already all cache disabled. config.no_cache = 1
2. I also tried rm -Rf typo3temp with no effect
3. and clear all cache in install tool no effect
4. reload frame in chrome or with shift+cmd+r no effect
6. Added options.clearCache.system = 1 into the field User TSconfig In TYPO3 V8 'flush system cache' it is not needed anymore I 'flush all cache' should work fine.
<!--
for example modification in custom_flexform.xml before:
-->
<elementBrowserAllowed>jpg,png,gif</elementBrowserAllowed>
<!--
for example modification in custom_flexform.xml after:
-->
<elementBrowserAllowed>jpg</elementBrowserAllowed>
without restart the web server, flexform I'm backend doesn't update my Flexform config.