Skip to content

Commit 13ed6c8

Browse files
committed
Minor typo and fix to code snippet
1 parent 11eb6cd commit 13ed6c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,3 +824,5 @@ For the above code `IContent? content = _contentService.GetById(Guid.Parse("efba
824824
10. To test this implementation, run the project and send a `POST` request to `/umbraco/api/blockgridtest/create` after your domain name. If the result shows as **Saved**, then check your content node, and you will see the 2 spotElement contents.
825825

826826
![Block Grid - Result](../../../images/BlockEditorContentCreated.png)
827+
828+
_This can also be tested via Postman as well if preferred._

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`UI Alias: Umb.PropertyEditorUi.BlockList`
66

7-
`Retur![Block List - Create new](../../../../../../../16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/images/BlockListEditor_AddContentInline.png)s: IEnumerable<BlockListItem>`
7+
`Returns: IEnumerable<BlockListItem>`
88

99
{% hint style="warning" %}
1010
This article is a work in progress and may undergo further revisions, updates, or amendments. The information contained herein is subject to change without notice.

0 commit comments

Comments
 (0)