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

[1.1] Improve Block admin

wouterj opened this issue · 1 comments

Instead of showing one admin per block type, the admin should have just one block admin. This would start with a type field, which dynamically changes the form fields and created document based on the selected type.

We should also refactor the container admin block to have a nice drag 'n drop view. E.g. like this:
Drag 'n drop block admin
(source: https://buytaert.net/examples-of-how-to-make-drupal-outside-in)

Btw: i would implement a sonata decoupled component (mostly javascript frontend) to use here and every where else. maybe implemented as an form type here.