From 235aa36e4c8151b3ef6821efa032093a2d8f68d8 Mon Sep 17 00:00:00 2001 From: Daniel Gergely Date: Mon, 16 Mar 2026 16:03:02 +0100 Subject: [PATCH] [T3053] FEAT: added optional text alignment to Banner component - FEAT: used in the call to action banner on the volunteer page --- theme_compassion_2025/templates/components/Banner.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme_compassion_2025/templates/components/Banner.xml b/theme_compassion_2025/templates/components/Banner.xml index 16608ad96..b385bc947 100644 --- a/theme_compassion_2025/templates/components/Banner.xml +++ b/theme_compassion_2025/templates/components/Banner.xml @@ -20,6 +20,7 @@ - target (string, optional): Target attribute for the button link (e.g., '_blank'). - rel (string, optional): Rel attribute for the button link. Automatically set to 'noopener noreferrer' if target='_blank' and no rel is provided. + - align_text (string, optional): Text alignment for the banner content, default is 'left'. -->