vue-essential-slices
Version:
A set of professionally made, accessible Vue components, linked to a (Prismic) backend
54 lines (53 loc) • 1.45 kB
JSON
{
"type": "Slice",
"fieldset": "Images Slider",
"description": "A slider of full-width images + description",
"icon": "image",
"display": "list",
"non-repeat": {
"eyebrow_headline": {
"type": "StructuredText",
"config": {
"multi": "paragraph, preformatted, heading1, heading2, heading3, heading4, heading5, heading6, strong, em, hyperlink, image, embed, list-item, o-list-item, o-list-item",
"allowTargetBlank": true,
"label": "Eyebrow headline"
}
},
"title": {
"type": "StructuredText",
"config": {
"single": "heading1, heading2, heading3, heading4, heading5, heading6",
"label": "Title"
}
},
"description": {
"type": "StructuredText",
"config": {
"multi": "paragraph, preformatted, heading1, heading2, heading3, heading4, heading5, heading6, strong, em, hyperlink, image, embed, list-item, o-list-item, o-list-item",
"allowTargetBlank": true,
"label": "Description"
}
}
},
"repeat": {
"image": {
"type": "Image",
"config": {
"constraint": {
"width": null,
"height": null
},
"thumbnails": [],
"label": "Full Width Image"
}
},
"description": {
"type": "StructuredText",
"config": {
"multi": "paragraph, preformatted, heading1, heading2, heading3, heading4, heading5, heading6, strong, em, hyperlink, image, embed, list-item, o-list-item, o-list-item",
"allowTargetBlank": true,
"label": "Description"
}
}
}
}