Block Custom View
Bring your own representation for Blocks.
Build a Custom View
{
"$schema": "../../umbraco-package-schema.json",
"name": "My.CustomViewPackage",
"version": "0.1.0",
"extensions": [
{
"type": "blockEditorCustomView",
"alias": "my.blockEditorCustomView.Example",
"name": "My Example Custom View",
"element": "/App_Plugins/block-custom-view/dist/example-block-custom-view.js",
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
"forBlockEditor": "block-list" // insert block type(s) here
}
]
}Last updated
Was this helpful?