m-ar-c

Results 6 comments of m-ar-c

I'm bitten by the exact same bug too. @proArtex , any chance you can elaborate on what you did please ?

Well, this is not a bug, it's just us being too dumb or not awaken enough... Here's what works : ``` php $builder->add('description', CKEditorType::class, ['config' => ['toolbar' => 'my_custom_toolbar'] ]);...

It's not a specific workflow, it's a logical and intelligent one in my opinion: a default central screen (called when 'home' button is touched/pressed) with your main, often used shortcuts,...

Yes, maybe something like : ``` php $pool->getProvider($provider)->validate($errorElement, $media); ``` But (after a few hours of investigation) I don't understand how to get `$errorElement` there or how that would automagically...

After a whole day reading the ckeditor documentation and trying to at least add the `accept = "image/*"` attribute to the input field _without success_, I added validation server side...

I can confirm the bug. I was becoming crazy that all my QR code vcards were missing fields (address, website, etc) when I tried to "add to contacts", no matter...