Lars-Erik
08/16/2023, 8:48 AMleekelleher
08/16/2023, 1:33 PMIContentBlocksDisplayMode
](https://github.com/leekelleher/umbraco-contentment/blob/develop/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/IContentBlocksDisplayMode.cs) interface. But this isn't at block/item level, it's the entire property editor (all blocks). From then there are lots of moving parts, so not really a trivial undertaking. Feel free to leverage whatever Contentment can offer, in terms of markup and JS.
e.g.
https://github.com/leekelleher/umbraco-contentment/blob/develop/src/Umbraco.Community.Contentment/DataEditors/ContentBlocks/content-blocks.html
https://github.com/leekelleher/umbraco-contentment/blob/develop/src/Umbraco.Community.Contentment/DataEditors/_/_components.js#L47
https://github.com/leekelleher/umbraco-contentment/blob/develop/src/Umbraco.Community.Contentment/Web/UI/App_Plugins/Contentment/components/blocks-editor.html
I have been toying with an idea of having a "templated label" display mode, e.g. using custom AngularJS template, then that could open the door to making an inline display mode too. But I dunno, these days I can't seem to find the time. š¬Lars-Erik
08/16/2023, 1:36 PMleekelleher
08/16/2023, 1:38 PMLars-Erik
08/16/2023, 1:38 PMleekelleher
08/16/2023, 1:38 PMleekelleher
08/16/2023, 1:39 PMLars-Erik
08/16/2023, 1:40 PMLars-Erik
08/16/2023, 1:43 PMLars-Erik
08/16/2023, 1:44 PMLars-Erik
08/16/2023, 1:45 PM<umb-element-editor-content model="block.content"></umb-element-editor-content>
Lars-Erik
08/18/2023, 8:09 AM