diff --git a/.changeset/fair-feet-exercise.md b/.changeset/fair-feet-exercise.md new file mode 100644 index 0000000000..e4ab157aa4 --- /dev/null +++ b/.changeset/fair-feet-exercise.md @@ -0,0 +1,5 @@ +--- +"strapi-cms": minor +--- + +Add subhead to hero slide diff --git a/apps/strapi-cms/src/components/common/hero-slide.json b/apps/strapi-cms/src/components/common/hero-slide.json index 2a19fa4ec4..4a83f3f4e5 100644 --- a/apps/strapi-cms/src/components/common/hero-slide.json +++ b/apps/strapi-cms/src/components/common/hero-slide.json @@ -9,8 +9,23 @@ "title": { "type": "string" }, + "subhead" : { + "type": "blocks", + "required": false + }, + "subheadColor": { + "type": "enumeration", + "default": "contrastText", + "enum": [ + "contrastText", + "main", + "light", + "dark" + ] + }, "titleColor": { "type": "enumeration", + "default": "contrastText", "enum": [ "contrastText", "main",