David Buchmann
David Buchmann
the locales are implicit. depending on your set up, it means either a child node for the corresponding locale or translated properties exist in your locale. there is https://github.com/sonata-project/SonataTranslationBundle/ which...
> What if one of the extension form fields is required in the model? this could be a problem when creating new items, indeed. editing existing documents is ok, you...
that would add yet another method to admin and admin extensions, not sure if thomas would be happy about that. i think a method isEmbeddedAdmin instead of the unobvious check...
@sjopet the problem is that if you enable pwf by interface, it will always trigger, also on embedded. in this case it does not matter how we attach the pwf,...
@rande when editing embedded menu items with https://github.com/symfony-cmf/MenuBundle/blob/master/Admin/Extension/MenuNodeReferrersExtension.php (edit inline, table) and having other extensions activated on the MenuAdmin, the table rows get awfully squeezed together. you can look at...
@rande is there a way to control the layout of an embedded admin? can it be multiline? or have some sort of horizontal tabs?
looking at the symfony doc, we should get rid of the section "cookbook" but its ok to keep "stuff" that does not fit into a specific bundle. i guess thats...
@wouterj would you agree that we close this issue and do one to get rid of most cookbook things except those that don't fit into a specific bundle? or is...
i think we should get rid of the tutorial. go through it to see if there is anything important that should be added to the bundle docs, and then delete...
we have the quick tour. imho that is enough of a tutorial. if somebody wants to host a more complete tutorial, please do, and we can also link it from...