From fe009278cc05e082e6b73c0e032213f3ed563ca7 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Thu, 30 Jan 2025 22:35:23 +0100 Subject: [PATCH] allow passing headline and content string through manifest --- .../src/packages/core/entity-action/common/delete/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/types.ts b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/types.ts index e01e50df2b..6d51bbecf5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/types.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/delete/types.ts @@ -8,6 +8,10 @@ export interface ManifestEntityActionDeleteKind extends ManifestEntityAction