Antonin
Antonin
Hello, this is probably because composer chose an older version for some reasons, latest version is `5.4.4` and the `TreeBuilder` return type was added in `3.0`, so `1.x` or `2.x`...
Hi, - If you haven't installed yarn it's not an issue but you need at least a js package manager like npm and webpack encore for bundle to work as...
> I just tried it with EasyAdmin 4.x and the style sheets don't really match. > > Besides that, the actual functionality seems nice. The style sheets should be ok...
If the image uploads successfully and the field updates correctly, it's normal if the input's value is not set in the `value` attribute right after the file upload, it's like...
Hi, I hadn't tested Live components with this bundle as it's pretty recent. TBH I thought it was still experimental but I just saw it's now been considered stable since...
> hi again, render problem on live components > > using > > ``` > ->add('images', UxMediaCollectionType::class, [ > 'conf' => 'default', > 'tree' => true, > 'entry_options' => ['readonly'...
It's a bit tricky to fix as collections need to be handled differently when using live components, so when you refresh your form it can't map properly the client-side collection...
Hi, sorry but this bundle requires bootstrap as written in the documentation
Strange, your controllers.json looks correct Are these bundles in bundles.php ? ```php Artgris\Bundle\FileManagerBundle\ArtgrisFileManagerBundle::class => ['all' => true], Arkounay\Bundle\UxCollectionBundle\ArkounayUxCollectionBundle::class => ['all' => true], Arkounay\Bundle\UxMediaBundle\ArkounayUxMediaBundle::class => ['all' => true], ``` maybe your...
Sure, I've uploaded a simple demo here: https://github.com/Arkounay/tmp-demo-sf7b