From 721e4747cf7ee1ca184c4e83b8a6bf879694da5a Mon Sep 17 00:00:00 2001 From: malik-phcc Date: Wed, 22 Jul 2026 14:39:06 +0300 Subject: [PATCH] Add IsEmptyEntity property to widget metadata To disable edit option --- src/custom-section/src/app/widget-registry.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }