Use this page when your site has CMS sections or blocks and you want content teams to add Cevoid widgets without editing code. This is an advanced setup path. Start with Embed Galleries and Cards if you have not added the base widget script yet. Build one reusable Cevoid widget block that can render either a gallery or a card.Documentation Index
Fetch the complete documentation index at: https://docs.cevoid.com/llms.txt
Use this file to discover all available pages before exploring further.
Recommended fields
type to decide whether the block renders a gallery or a card.
Use title and description when the CMS should render surrounding section copy, such as “Inspiration from our community” above the widget.
Use width when editors should choose between a full-width widget and the site’s normal content width.
Gallery widget types
UsewidgetType only for galleries:
default: render onlydata-galleryproduct: adddata-product="auto"or a specific product IDcollection: adddata-collection="auto"or a specific collection identifiercategory: adddata-category="auto"or a specific category identifier
Rendering rules
Render a gallery block like this:widgetType is dynamic, add only the matching dynamic attribute. Do not combine data-product, data-category, and data-collection on the same container.