Hi,
I didn't find any post about it, but is it possible to set extra settings on this component directly in the php.ini ?
My real problem, I got an array but I can't see more than the first entry lvl..
Array [
...
"attributesListSelected" => array:1 []
"attributePrice" => array:14 []
]
This was working properly when project is set under symfony but not globally.
I use it that way (globally to all my projects) :
auto_prepend_file = C:/Users/Vincent/AppData/Roaming/Composer/vendor/autoload.php
Thanks !
Regards