Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created October 17, 2025 18:39
Show Gist options
  • Select an option

  • Save sitefinitySDK/27a3baa0e6ed1c110bf2b56822c73116 to your computer and use it in GitHub Desktop.

Select an option

Save sitefinitySDK/27a3baa0e6ed1c110bf2b56822c73116 to your computer and use it in GitHub Desktop.
{
"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