cofoundry
cofoundry copied to clipboard
Editing blocks in custom entity/page admin panel
Progress is in featurs/admin-module-editing branch. Everything is stubbed out, needs styling and a little throught as to how it works from a UX perspective.
Add/Edit/Delete are implemented and tested on branch. Needs some back-end work to surface the PermittedBlockTypes over API. Also some thought needed around how drag-drop works in terms of consistancy
We can leverage the preview attributes here with block data e.g. [PreviewTitle]
, [PreviewImage]
in order to show module data. See #172 for more info.