summaryrefslogtreecommitdiff
path: root/examples/cms-prismic/Prismic Template/header.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/cms-prismic/Prismic Template/header.json50
1 files changed, 0 insertions, 50 deletions
diff --git a/examples/cms-prismic/Prismic Template/header.json b/examples/cms-prismic/Prismic Template/header.json
deleted file mode 100644
index 7e08d8911..000000000
--- a/examples/cms-prismic/Prismic Template/header.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "Main" : {
- "title" : {
- "type" : "StructuredText",
- "config" : {
- "single" : "heading1",
- "label" : "title",
- "placeholder" : "Header title"
- }
- },
- "hero_image" : {
- "type" : "Image",
- "config" : {
- "constraint" : {
- "width" : null,
- "height" : null
- },
- "thumbnails" : [ {
- "name" : "large",
- "width" : 1600,
- "height" : 850
- }, {
- "name" : "medium",
- "width" : 1200,
- "height" : 638
- }, {
- "name" : "small",
- "width" : 800,
- "height" : 425
- } ],
- "label" : "Hero image"
- }
- },
- "subheading" : {
- "type" : "StructuredText",
- "config" : {
- "single" : "heading1,heading2,heading3,heading4,heading5,heading6",
- "label" : "Subheading"
- }
- },
- "tag_line" : {
- "type" : "StructuredText",
- "config" : {
- "multi" : "paragraph",
- "allowTargetBlank" : true,
- "label" : "Tag Line"
- }
- }
- }
- } \ No newline at end of file