Background
Need a Strapi section/component schema for VideoHero so editors can configure hero sections with video content in the CMS.
Expected outcome
- A VideoHero component exists under
apps/cms/src/components (or appropriate category).
- Schema supports video asset, optional heading/copy, and any layout/display options needed for the web app to render the hero.
Acceptance criteria
Possible solution(s)
- Add
components/sections/video-hero.json (or shared/video-hero) with attributes: media (file or relation), heading, subheading, cta (optional).
- Reuse existing media component if VideoHero is only a layout variant of a hero that already exists.
References
Background
Need a Strapi section/component schema for VideoHero so editors can configure hero sections with video content in the CMS.
Expected outcome
apps/cms/src/components(or appropriate category).Acceptance criteria
Possible solution(s)
components/sections/video-hero.json(orshared/video-hero) with attributes: media (file or relation), heading, subheading, cta (optional).References
apps/cms/src/components/sections/apps/cms/schema.graphql(generated)Parent: epic(cms): Experience schema for Easter-style watch page #175 Epic A (CMS)
Related (web implementation): feat(web): add VideoHero component #152