diff --git a/component-lib/lib4.ftd b/component-lib/lib4.ftd index 83db0b1..5168b46 100644 --- a/component-lib/lib4.ftd +++ b/component-lib/lib4.ftd @@ -943,6 +943,9 @@ caption title: body info: integer width: $width optional ftd.color bgcolor: $inherited.colors.background.step-1 +optional string cta-text: +optional string cta-link: +optional string cta-role: -- ftd.column: width: fill-container @@ -953,6 +956,9 @@ image: $hosting-hero.image info: $hosting-hero.info width: $hosting-hero.width bgcolor: $hosting-hero.bgcolor +cta-text: $hosting-hero.cta-text +cta-link: $hosting-hero.cta-link +cta-role: $hosting-hero.cta-role -- hosting-hero-mobile: $hosting-hero.title if: { ftd.device == "mobile"} @@ -960,6 +966,9 @@ image: $hosting-hero.image info: $hosting-hero.info width: $hosting-hero.width bgcolor: $hosting-hero.bgcolor +cta-text: $hosting-hero.cta-text +cta-link: $hosting-hero.cta-link +cta-role: $hosting-hero.cta-role -- end: ftd.column @@ -980,6 +989,9 @@ caption title: body info: integer width: optional ftd.color bgcolor: +optional string cta-text: +optional string cta-link: +optional string cta-role: -- ftd.column: width: fill-container @@ -1011,6 +1023,10 @@ text: $hosting-hero-desktop.info role: $inherited.types.copy-large color: $inherited.colors.text-strong +-- lib5.cta-button: $hosting-hero-desktop.cta-text +role: $hosting-hero-desktop.cta-role +link: $hosting-hero-desktop.cta-link + -- end: ftd.column -- end: ftd.column @@ -1048,6 +1064,9 @@ caption title: body info: integer width: optional ftd.color bgcolor: +optional string cta-text: +optional string cta-link: +optional string cta-role: -- ftd.column: width: fill-container @@ -1078,6 +1097,10 @@ text: $hosting-hero-mobile.info role: $inherited.types.copy-regular color: $inherited.colors.text-strong +-- lib5.cta-button: $hosting-hero-mobile.cta-text +role: $hosting-hero-mobile.cta-role +link: $hosting-hero-mobile.cta-link + -- end: ftd.column -- end: ftd.column diff --git a/lib.ftd b/lib.ftd index 2e45e01..e78c663 100644 --- a/lib.ftd +++ b/lib.ftd @@ -2184,14 +2184,18 @@ caption title: body info: integer width: $width optional ftd.color bgcolor: $inherited.colors.background.step-1 - +optional string cta-text: +optional string cta-link: +optional string cta-role: -- lib4.hosting-hero: $hosting-hero.title image: $hosting-hero.image info: $hosting-hero.info width: $hosting-hero.width bgcolor: $hosting-hero.bgcolor - +cta-text: $hosting-hero.cta-text +cta-link: $hosting-hero.cta-link +cta-role: $hosting-hero.cta-role -- end: hosting-hero