SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
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-adminIn a nutshell: When I am using 'sonata_type_collection' in OneToMany relationship I have to specify the other side …
symfony sonata-admin symfony-sonata sonataI'm using SonataAdminBundle and I have a question about filters in the class MyEntityAdmin. I have a first function protected …
symfony sonata-adminFor 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-adminSo, 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-bundleI'm working on Symfony2 and SonataAdminBundle. I need to know how to add a menu in the left part of …
symfony sonata-adminHow would I pass an array of variables to SonataMediaBundle:MediaAdmin:list_image.html.twig? There does not seem to …
symfony sonata-adminI'm using symfony2 and SonataAdminBundle. I have a simple Entity called Post in which I have content field that is …
symfony twig sonata-adminI'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-adminIn admin class: protected function configureFormFields(FormMapper $formMapper) { $formMapper ->add('name', 'text') ->add('description', 'text') ; } I …
javascript symfony sonata-admin symfony-sonata