michael barbey
michael barbey
If I dump some data : ```twig {% for payment in operation.paymentMethodsConfig | filter(p => p.enabled) %} {{ dump(loop) }} {% endfor %} {{ dump(operation.paymentMethodsConfig) }} ``` Here is the...
@LogansUA Hello, That what I did first, but it appear that the JS function `initTinyMCE` parse the options and only use the hardcoded properties. That why I said that it...
Hi @mattab, Did you have some news for this problem ? I am using the piwik script in an external file too to prevent having any inline js code in...