diff --git a/src/custom-section/src/app/widget-registry.ts b/src/custom-section/src/app/widget-registry.ts index 0076686..1120280 100644 --- a/src/custom-section/src/app/widget-registry.ts +++ b/src/custom-section/src/app/widget-registry.ts @@ -36,7 +36,8 @@ const customWidgetRegistry: WidgetRegistry = { Title: 'Child', Category: 'Content', Section: 'Basic', - HideEmptyVisual: true + HideEmptyVisual: true, + IsEmptyEntity: true }, ssr: true // whether this is a server rendered or client rendered component }