Skip to content

Instantly share code, notes, and snippets.

View bestinjohn's full-sized avatar
😀

Bestin John bestinjohn

😀
View GitHub Profile
@bestinjohn
bestinjohn / Migration_Guide_Generated_By_Copilot.md
Last active October 27, 2025 15:08
Widget to Designer Block Migration Guide(Copilot Generated)

Migrating a Widget to a Content Designer Block (Based on ServiceNow Block Migration)

This guide outlines the steps and best practices for migrating a legacy widget to a modern content designer block in the Staffbase Designer, using the ServiceNow block migration as a baseline. The following steps are synthesized from the detailed PRs related to ServiceNow block migrations and the current structure of migrated blocks in services/html-renderer/src/render/blocks.


1. Prepare the Block Skeleton

Reference PR: SNOW-114: ServiceNow skeleton