Blocklist not rendering in back office
# help-with-umbraco
c
V13.5.2 I'm adding a block list editor to the default member type. It's for data purposes only and doesn't need to be rendered out anywhere. However, when I open a Member's Content tab, I just see 3 rotating/flashing circles where the block list property editor should be. I've been through the instructions many times and don't understand why it wouldn't show up. See the screenshot to see what I see with the console output for reference. Any advice would be appreciated. Whether that's point out a fault or debug advice. Thanks https://cdn.discordapp.com/attachments/1319679460777398376/1319680242251464714/Screenshot_from_2024-12-20_14-53-33.png?ex=6766d780&is=67658600&hm=f3a5d92e0b8518f9d43729e2da336f52912801c00641cfe9a44c2da558b73543&
k
Looks like the member editor doesn't support blocklists, from the error. We've never tried that.
c
I need to get a list in it that can be added to. Not sure how else I could do that. Each item has two text strings and a multinode treepicker.
I switched to a [Contentment] Content Blocks editor and that renders ok. I was wanting the inline editing and to be able to get the data out easily with
IEnumerable<IPublishedElement>
. I'll have to live with the slideout panel and hope the data is accessible without too much messing about I guess.
s
I guess it might have something to do with https://github.com/umbraco/Umbraco-CMS/issues/16191 ?
It seems it is not supported and with nested content disappearing after Umbraco 13, it is odd that the blocklist is not supported
12 Views