Skip to content

Commit 133c9e0

Browse files
Add setter
1 parent 1fa313d commit 133c9e0

File tree

2 files changed

+2
-2
lines changed
  • 14/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor
  • 15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/block-editor

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ public class BlockGridElementData
623623
public Udi Udi { get; }
624624

625625
[JsonExtensionData]
626-
public Dictionary<string, object>? Data { get; }
626+
public Dictionary<string, object>? Data { get; set;}
627627
}
628628
```
629629
{% endcode %}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ public class BlockGridElementData
623623
public Udi Udi { get; }
624624

625625
[JsonExtensionData]
626-
public Dictionary<string, object>? Data { get; }
626+
public Dictionary<string, object>? Data { get; set;}
627627
}
628628
```
629629
{% endcode %}

0 commit comments

Comments
 (0)