symfony-cmf / sonata-phpcr-admin-integration-bundle

Symfony CMF sonata PHPCR admin implementations
https://cmf.symfony.com
5 stars 20 forks source link

Allign form tab group #99

Closed ElectricMaxxx closed 7 years ago

ElectricMaxxx commented 7 years ago

fix #92

had to do:

Now all form group/tab configurations live under:

cmf_sonata_phpcr_admin_integration
    bundles:
         [bundle-name];
             extensions:
                [extension-name]:
                     form_group:  xxx
                     form_tab: XXX

and the parameters are under cmf_sonata_phpcr_admin_integration.[bundle-name].extension.[extension-name].form_group|tab

ElectricMaxxx commented 7 years ago

I used routing there, cause we have group/tab[bundle name in admin parameters/services] and that is not routes, not route its routing. Any other ideas?

dbu commented 7 years ago

okay, that makes sense! thanks max!

wouterj commented 7 years ago

👎 for renaming to routing instead of routes. This name is not bound to the factory/bundle, but to the group/block it belongs to. Any bundle can have multiple blocks, with different names. The "routes" name is better than "routing" to describe the block.