Background
Need a BibleQuotesCarousel component schema so editors can configure a carousel of Bible quotes (reference + text) in the CMS for display on the web.
Expected outcome
- A BibleQuotesCarousel component exists with repeatable quote items (e.g. reference, text, optional attribution) and optional section heading.
Acceptance criteria
Possible solution(s)
- Add
components/sections/bible-quotes-carousel.json with heading and quotes (repeatable component: reference, text, optional translation).
- Reuse a generic
quote or carousel-item component if other carousels share structure.
References
Background
Need a BibleQuotesCarousel component schema so editors can configure a carousel of Bible quotes (reference + text) in the CMS for display on the web.
Expected outcome
Acceptance criteria
Possible solution(s)
components/sections/bible-quotes-carousel.jsonwithheadingandquotes(repeatable component:reference,text, optionaltranslation).quoteorcarousel-itemcomponent if other carousels share structure.References
apps/cms/src/components/sections/apps/cms/schema.graphqlParent: epic(cms): Experience schema for Easter-style watch page #175 Epic A (CMS)
Related (web implementation): feat(web): add BibleQuotesCarousel component #157