We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98da567 commit 240cf44Copy full SHA for 240cf44
16/umbraco-cms/customizing/extending-overview/extension-types/block-custom-view.md
@@ -33,7 +33,7 @@ You can also refer to the tutorial [Custom Views for Block List](https://docs.um
33
"name": "My Example Custom View",
34
"element": "/App_Plugins/block-custom-view/dist/example-block-custom-view.js",
35
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
36
- "forBlockEditor": "block-list" // insert block type here
+ "forBlockEditor": "block-list" // insert block type(s) here
37
}
38
]
39
0 commit comments