diff options
author | 2021-12-22 14:06:31 -0500 | |
---|---|---|
committer | 2021-12-22 14:06:31 -0500 | |
commit | 4208640587a333065072231bc6a6593bc35ee4d4 (patch) | |
tree | 6cff09157ce877f4467dd8d08e56aa8dd5005fe8 /examples/cms-prismic/Prismic Template/header.json | |
parent | aac1d4e18d5ba3a948f623cd172303b85b2f3fec (diff) | |
download | astro-4208640587a333065072231bc6a6593bc35ee4d4.tar.gz astro-4208640587a333065072231bc6a6593bc35ee4d4.tar.zst astro-4208640587a333065072231bc6a6593bc35ee4d4.zip |
Revert "added prismic x astro example. (#2247)" (#2251)
This reverts commit aac1d4e18d5ba3a948f623cd172303b85b2f3fec.
Diffstat (limited to '')
-rw-r--r-- | examples/cms-prismic/Prismic Template/header.json | 50 |
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 |