-
Hi,
Is it possible to use a specified format automatically when uploading images? For example, I upload high res images, which aren't suitable for displaying inline in a web page, and Sonata Media Bu…
-
Hi all,
When I try to create a new media in a gallery context (through the galleryHasMedia field) the pop-up is well displayed, I can select a file but when I click 'create', the pop-up stay opened wi…
-
Does anybody know how I can make all child blocks show up on the CMF Tree in the Sonata Admin for the StaticContent class? The way our system uses the Symfony\Cmf\Bundle\ContentBundle\Doctrine\Phpcr\S…
-
I'm getting the following error when trying to get the list views of medias and galleries in the Admin:
FatalErrorException: Error: Class 'Sonata\CoreBundle\Form\Type\BooleanType' not found in C:\wamp…
-
I'm working on my SonataMediaBundle integration did it before with project on sf2.1
And it worked perfectly. It gives a 3 buttons " [manage] [add] [remove] "
``` php
->add(
'media',
'sonata_…
-
I created this issue in Sonata Media Admin, but I have to ask this question here.
https://github.com/sonata-project/SonataMediaBundle/issues/391#issuecomment-24081491
Somebody can show me, how inclu…
-
Hi,
So when i create a Gallery and i intent to add a media directly with the modal/lightbox, everything is ok, (choose the type of media ) , and it's when i upload a file of my computer, the name of …
-
Hello,
I am using sonataUserBundle and sonatamediabundle on my project, I added an image to sonataUserBundle like this :
and I added the field to the SonataAdmin (adminForm) and it works fine, …
-
Hi.
I want to include a form into other form.
I use SonataAdminBundle and SonataMediaBundle
I have an entity Channel, and an entity Media, the channel has relation oneToOne with Media.
And I want i…
-
Related to: https://github.com/sonata-project/SonataMediaBundle/issues/288
I think BaseMediaAdmin.php is missing a validate() implementation that calls the pool's validate. Right now, validation is n…