cofoundry icon indicating copy to clipboard operation
cofoundry copied to clipboard

Editing blocks in custom entity/page admin panel

Open stephenthornton opened this issue 8 years ago • 3 comments

stephenthornton avatar Feb 20 '17 09:02 stephenthornton

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.

HeyJoel avatar Feb 24 '17 13:02 HeyJoel

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

stephenthornton avatar Apr 19 '17 16:04 stephenthornton

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.

HeyJoel avatar Apr 11 '18 08:04 HeyJoel