From e63dfaf59feef7951fce66c05a24fede01b2f252 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Thu, 16 Oct 2025 18:10:41 +0200 Subject: [PATCH] Fix CTA arrow icons with valid Font Awesome icon names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change default from 'angle-double-right' to 'chevron-right' (valid FA6 icon) - Update example icons in descriptions to use valid FA6 names - Replace deprecated icon names with current equivalents: - angle-double-right → chevron-right, angles-right - long-arrow-alt-right → arrow-right - Ensures arrow icons display correctly in all CTA cards --- settings.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/settings.yml b/settings.yml index 742af0b..713f5de 100644 --- a/settings.yml +++ b/settings.yml @@ -162,11 +162,11 @@ cta_card_1_cta_text: hu: 1. CTA kártya cselekvésre ösztönző szöveg cta_card_1_cta_icon: - default: "angle-double-right" + default: "chevron-right" type: string description: - en: "CTA card 1 arrow icon (Font Awesome). Examples: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" - hu: "1. CTA kártya nyíl ikon (Font Awesome). Példák: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" + en: "CTA card 1 arrow icon (Font Awesome). Examples: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" + hu: "1. CTA kártya nyíl ikon (Font Awesome). Példák: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" cta_card_1_url: default: "https://www.nyiltvilag.hu/c/tudasbazis/9" @@ -232,11 +232,11 @@ cta_card_2_cta_text: hu: 2. CTA kártya cselekvésre ösztönző szöveg cta_card_2_cta_icon: - default: "angle-double-right" + default: "chevron-right" type: string description: - en: "CTA card 2 arrow icon (Font Awesome). Examples: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" - hu: "2. CTA kártya nyíl ikon (Font Awesome). Példák: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" + en: "CTA card 2 arrow icon (Font Awesome). Examples: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" + hu: "2. CTA kártya nyíl ikon (Font Awesome). Példák: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" cta_card_2_url: default: "https://www.nyiltvilag.hu/c/altalanos/4" @@ -302,11 +302,11 @@ cta_card_3_cta_text: hu: 3. CTA kártya cselekvésre ösztönző szöveg cta_card_3_cta_icon: - default: "angle-double-right" + default: "chevron-right" type: string description: - en: "CTA card 3 arrow icon (Font Awesome). Examples: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" - hu: "3. CTA kártya nyíl ikon (Font Awesome). Példák: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" + en: "CTA card 3 arrow icon (Font Awesome). Examples: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" + hu: "3. CTA kártya nyíl ikon (Font Awesome). Példák: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" cta_card_3_url: default: "https://www.nyiltvilag.hu/c/fejlesztes/7" @@ -372,11 +372,11 @@ cta_card_4_cta_text: hu: 4. CTA kártya cselekvésre ösztönző szöveg cta_card_4_cta_icon: - default: "angle-double-right" + default: "chevron-right" type: string description: - en: "CTA card 4 arrow icon (Font Awesome). Examples: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" - hu: "4. CTA kártya nyíl ikon (Font Awesome). Példák: 'angle-double-right', 'arrow-right', 'chevron-right', 'long-arrow-alt-right'" + en: "CTA card 4 arrow icon (Font Awesome). Examples: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" + hu: "4. CTA kártya nyíl ikon (Font Awesome). Példák: 'chevron-right', 'arrow-right', 'angles-right', 'circle-arrow-right'" cta_card_4_url: default: "https://www.nyiltvilag.hu/c/biztonsag/8"