Skip to content

Commit 240cf44

Browse files
Update 16/umbraco-cms/customizing/extending-overview/extension-types/block-custom-view.md
Co-authored-by: Andy Butland <abutland73@gmail.com>
1 parent 98da567 commit 240cf44

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)