symfony-cmf / simple-cms-bundle

UNMAINTAINED - A more-than-simple cms based on the cmf components
http://cmf.symfony.com/
49 stars 45 forks source link

Enable recursive breadcrumbs in admin #113

Open dbu opened 10 years ago

dbu commented 10 years ago

We should make something like https://github.com/symfony-cmf/MenuBundle/blob/master/Admin/MenuNodeAdmin.php#L44-L81 possible for simple cms as well.

An admin extension can not do this, otherwise we could generalize it into one. Given that trees are inherent to PHCPR-ODM, we could build the feature into sonata admin phpcr-odm directly, however.