Get Content type alias from a custom block list se...
# help-with-umbraco
e
Hey, I'm building a property editor in V15 which will be added to the settings in a block list field. I'm wondering if there is an easy way to pull the document type alias of the block being edited. I've managed it by consuming the UMB_BLOCK_WORKSPACE_CONTEXT, grabbing the content type key from there and then calling the management api to get the alias. It feels like it should be easier 😜 Cheers Chris
8 Views