-
Notifications
You must be signed in to change notification settings - Fork 814
v14 replacing Newtonsoft.Json with IJsonSerializer #5996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...koffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md
Outdated
Show resolved
Hide resolved
...koffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md
Outdated
Show resolved
Hide resolved
...koffice/property-editors/built-in-umbraco-property-editors/block-editor/block-grid-editor.md
Outdated
Show resolved
Hide resolved
…in-umbraco-property-editors/block-editor/block-grid-editor.md
…in-umbraco-property-editors/block-editor/block-grid-editor.md
…in-umbraco-property-editors/block-editor/block-grid-editor.md
jonat123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alina-tincas Looks good to me :-)
|
|
||
| Building Custom Views for Block representations in Backoffice is the same for all Block Editors. [Read about building a Custom View for Blocks here](build-custom-view-for-blocks.md) | ||
|
|
||
| ## Creating BlockList programmatically |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing this as the example does not make much sense and it also follows a bad practice of using a view instead of a class.
Description
What did you add/update/change?
from v14 Newtonsoft.Json has been replaced with IJsonSerializer so I have updated the code examples to match with with this new update
will make another task internally to update the code examples from views to classes due to best practice
-
have not tested the code changes, just updated the codeType of suggestion
Product & version (if relevant)
cms v14
Deadline (if relevant)
When should the content be published?