From 5fdafdca60cf83a36cce6b90536d7869cddbcb56 Mon Sep 17 00:00:00 2001 From: Gildardo Diaz <100874861+gildardoSOD@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:32:00 -0700 Subject: [PATCH] feat(SNW-178): Add background to CTA Button component (#47) --- .strapi-updater.json | 2 +- src/components/dynamics/cta-button.json | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.strapi-updater.json b/.strapi-updater.json index 799b4fb..3f496a2 100644 --- a/.strapi-updater.json +++ b/.strapi-updater.json @@ -1,5 +1,5 @@ { "latest": "4.9.2", - "lastUpdateCheck": 1682097786833, + "lastUpdateCheck": 1682362912628, "lastNotification": 1681487174267 } \ No newline at end of file diff --git a/src/components/dynamics/cta-button.json b/src/components/dynamics/cta-button.json index ba10bd3..03172bd 100644 --- a/src/components/dynamics/cta-button.json +++ b/src/components/dynamics/cta-button.json @@ -22,8 +22,9 @@ "images" ] }, - "background_color": { - "type": "string" + "button_color": { + "type": "string", + "required": false }, "margin_top": { "type": "enumeration", @@ -75,6 +76,10 @@ "type": "string", "maxLength": 30, "required": false + }, + "background_color": { + "type": "string", + "required": false } } }