Nicolas Morand

Results 7 comments of Nicolas Morand

Any news about this I could use to edit in the _Skin_ package related callback events before merging?

Thanks for your patience guys, I'm currently working on my branch. Could I ask you something? When you select a skin in the _Forms_ tab, does it work correctly or...

Ok, thanks @Bloke.

I was looking how to extend socialite with the pinterest extension and this is what I'm now using. - Include Socialite.js or Socialite.min.js ``` ``` - Include the extension ```...

If it can help, here is the workaround I'm using to not toggle the modal at all on defined batch actions. ```php /** * {@inheritDoc} */ public function configureActions(Actions $actions):...

Adding an `AdminRoute` attribute, [as recommended in the doc](https://symfony.com/bundles/EasyAdminBundle/current/actions.html#adding-custom-actions:~:text=It%27s%20recommended%20to%20apply%20the%20%23%5BAdminRoute%5D%20attribute%20to%20your%20custom%20actions), worked for me on v4.27.4.