Created
October 17, 2025 18:39
-
-
Save sitefinitySDK/27a3baa0e6ed1c110bf2b56822c73116 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Commands": { | |
| "Migrate": { | |
| ... | |
| "Widgets": { | |
| "Telerik.Sitefinity.Modules.GenericContent.Web.UI.ContentBlock": { | |
| // the name of the new widget in ASP.NET Core and Next.js renderers | |
| "Name": "SitefinityContentBlock", | |
| // the whitelist of properties to keep during the migration | |
| "Whitelist": ["Html", "ProviderName", "SharedContentID"], | |
| "Rename": { // the properties to be renamed | |
| "Html": "Content" | |
| }, | |
| "CleanNullProperties": true | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment