Skip to content

Commit 6e93b9e

Browse files
idseefeldeshanrnh
andauthored
Update 16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor/block-list-editor.md
You are absolutely right. I did this kind only because the GitHub preview colorizes Razor comments not nicely. Hopefully uDoc does a better job😁 Co-authored-by: Esha Noronha <[email protected]>
1 parent f5111ab commit 6e93b9e

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
@@ -151,7 +151,7 @@ Example:
151151
var settings = Model.Settings as ContentModels.MyElementTypeAliasOfContent; // Cast Model.Settings safely using 'as' to avoid null reference exceptions
152152
}
153153

154-
@{ // Output the value of field with alias 'heading' from the Element Type selected as Content section }@
154+
@* Output the value of field with alias 'heading' from the Element Type selected as Content section *@
155155
<h1>@content.Value("heading")</h1>
156156
```
157157

0 commit comments

Comments
 (0)