Skip to content

Commit 6feff0e

Browse files
committed
Merge branch 'update-block-custom-view' of https://github.com/umbraco/UmbracoDocs into update-block-custom-view
2 parents 3c4443d + 240cf44 commit 6feff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/block-custom-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can also refer to the tutorial [Custom Views for Block List](https://docs.um
3333
"name": "My Example Custom View",
3434
"element": "/App_Plugins/block-custom-view/dist/example-block-custom-view.js",
3535
"forContentTypeAlias": "myElementTypeAlias", // insert element type alias here
36-
"forBlockEditor": "block-list" // insert block type here
36+
"forBlockEditor": "block-list" // insert block type(s) here
3737
}
3838
]
3939
}

0 commit comments

Comments
 (0)