feat(SW-2285): Added campaign essentials block on campaign page

Approved-by: Christian Andolf
Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-11 08:14:00 +00:00
parent c5e2fc7805
commit b4a05dae0b
18 changed files with 287 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
fragment Essentials_CampaignPage on CampaignPageBlocksEssentials {
essentials {
title
preamble
items {
label
icon_identifier
description
}
}
}