devcut

Results 5 issues of devcut

| Q | A |---------------- | ------ | Bundle version | 1.16.0 | Symfony version | 5.1.8 | PHP version | 7.4.6 ### Support Question I want to remove attachment...

Support

Hello, When i edit my entity with already image in database, the imageField show the required HTML5 tooltip... ```php $picture = ImageField::new('picture') ->setUploadDir('public/uploads/gifts') ->setBasePath('uploads/gifts') ->setSortable(false); ``` ![Capture d’écran 2020-12-01 à...

I try to set web_root outside `public` folder but the bundle continue to create folder in public. Versions: 1. Bundle version : 2.11 2. PHP: 8.2 This is my configuration...

With ```twig {{ web_image(shopping_guide.image) }} ``` The output is : ```/uploads/shopping_guide/Capture%20d%E2%80%99e%CC%81cran%202022-01-21%20a%CC%80%2010.07.07.png``` and gregwar show me the default image...