Skip to content

Commit 71c481f

Browse files
authored
Update 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md
1 parent 6e93b9e commit 71c481f

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

1 file changed

+1
-1
lines changed

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
@@ -158,7 +158,7 @@ Example:
158158
With ModelsBuilder:
159159

160160
```csharp
161-
@{ // Output the value of field with alias 'heading' from the Element Type selected as Content section }@
161+
@* Output the value of field with alias 'heading' from the Element Type selected as Content section *@
162162
<h1>@content.Heading</h1>
163163
```
164164

0 commit comments

Comments
 (0)