Top "Sonata-admin" questions

SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.

Sonata Admin Bundle - Form type: sonata_type_collection - custom template?

Is it possible to override the template for the form type: "sonata_type_collection"? Ive tried along these lines: $formMapper-&…

templates symfony symfony-sonata sonata-admin
How to properly configure 'sonata_type_collection' field in Sonata Admin

In a nutshell: When I am using 'sonata_type_collection' in OneToMany relationship I have to specify the other side …

symfony sonata-admin symfony-sonata sonata
Sonata admin, custom query in filter

I'm using SonataAdminBundle and I have a question about filters in the class MyEntityAdmin. I have a first function protected …

symfony sonata-admin
Sonata Admin Bundle Type Collection Customisation

For example I have 3 entities: Category Subcategory Product In SonataAdminBundle I'd like to be able to add Subcategory while editing …

symfony symfony-sonata sonata-admin
Handling multiple file uploads in Sonata Admin Bundle

So, after research a lot and get no results (maybe I'm a bad searcher) I coming from this topics: SonataAdmin …

php symfony sonata-admin sonata sonata-media-bundle
SonataAdmin, add menu on left

I'm working on Symfony2 and SonataAdminBundle. I need to know how to add a menu in the left part of …

symfony sonata-admin
How to pass variables to sonata admin custom list action?

How would I pass an array of variables to SonataMediaBundle:MediaAdmin:list_image.html.twig? There does not seem to …

symfony sonata-admin
SonataAdminBundle custom rendering of text fields in list

I'm using symfony2 and SonataAdminBundle. I have a simple Entity called Post in which I have content field that is …

symfony twig sonata-admin
SonataAdminBundle embedded forms sonata_admin_type issue

I've got two entities, Quiz and QuizQuestion, with manyToMany one-sided relation. I'd like to embed questions form in quiz form. …

php symfony symfony-sonata sonata-admin
Symfony2 - Sonata Admin - add javascript before field

In admin class: protected function configureFormFields(FormMapper $formMapper) { $formMapper ->add('name', 'text') ->add('description', 'text') ; } I …

javascript symfony sonata-admin symfony-sonata