diff --git a/custom_types/author.json b/custom_types/author.json old mode 100644 new mode 100755 index 6b6c06d..63ffbff --- a/custom_types/author.json +++ b/custom_types/author.json @@ -1,26 +1 @@ -{ - "Main" : { - "name" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Name" - } - }, - "bio" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Bio" - } - }, - "picture" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Picture" - } - } - } -} \ No newline at end of file +{"Main":{"name":{"type":"StructuredText","config":{"single":"paragraph","label":"Name"}},"bio":{"type":"StructuredText","config":{"single":"paragraph","label":"Bio"}},"picture":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Picture"}}}} \ No newline at end of file diff --git a/custom_types/blog_home.json b/custom_types/blog_home.json old mode 100644 new mode 100755 index 6d46784..4f04041 --- a/custom_types/blog_home.json +++ b/custom_types/blog_home.json @@ -1,79 +1 @@ -{ - "SEO & Social" : { - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"SEO & Social":{"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/custom_types/blog_post.json b/custom_types/blog_post.json old mode 100644 new mode 100755 index 14857c5..a006757 --- a/custom_types/blog_post.json +++ b/custom_types/blog_post.json @@ -1,119 +1 @@ -{ - "Main" : { - "title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Title" - } - }, - "image" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Image" - } - }, - "rich_content" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, heading2, strong, em, hyperlink, image", - "allowTargetBlank" : true, - "label" : "Rich content" - } - } - }, - "SEO & Social" : { - "uid" : { - "type" : "UID", - "config" : { - "label" : "UID" - } - }, - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "author" : { - "type" : "Link", - "config" : { - "select" : "document", - "customtypes" : [ "author" ], - "label" : "Author", - "placeholder" : "Johnny McJohn" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"Main":{"title":{"type":"StructuredText","config":{"single":"heading1","label":"Title"}},"image":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Image"}},"rich_content":{"type":"StructuredText","config":{"multi":"paragraph, heading2, strong, em, hyperlink, image","allowTargetBlank":true,"label":"Rich content"}}},"SEO & Social":{"uid":{"type":"UID","config":{"label":"UID"}},"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"author":{"type":"Link","config":{"select":"document","customtypes":["author"],"label":"Author","placeholder":"Johnny McJohn"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/custom_types/homepage.json b/custom_types/homepage.json old mode 100644 new mode 100755 index 57fad2a..2a0a6cc --- a/custom_types/homepage.json +++ b/custom_types/homepage.json @@ -1,276 +1 @@ -{ - "Main" : { - "title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1, strong", - "label" : "Title", - "placeholder" : "Title of the homepage" - } - }, - "banner_image" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Banner image" - } - }, - "banner_text" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, strong", - "label" : "Banner text", - "placeholder" : "Coffee, reimagined. Enjoy your coffee like you never did before..." - } - }, - "body" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "featured_items" : { - "type" : "Slice", - "fieldset" : "Featured items", - "description" : "Set of featured items with illustration, title, description and CTA", - "icon" : "star", - "display" : "grid", - "non-repeat" : { - "section_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Section title", - "placeholder" : "Our smart algorithms picks ..." - } - }, - "button_label" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Button Label", - "placeholder" : "Visit Shop" - } - }, - "button_link" : { - "type" : "Link", - "config" : { - "label" : "Button Link", - "placeholder" : "Choose your link" - } - } - }, - "repeat" : { - "link_to_product" : { - "type" : "Link", - "config" : { - "select" : "document", - "customtypes" : [ "product" ], - "label" : "Link to product", - "placeholder" : "Select a product" - } - } - } - }, - "cta_banner" : { - "type" : "Slice", - "fieldset" : "CTA Banner", - "description" : "A wide banner with text and button", - "icon" : "chrome_reader_mode", - "display" : "list", - "non-repeat" : { - "image_banner" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Image Banner" - } - }, - "banner_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Banner title", - "placeholder" : "Our story" - } - }, - "banner_text" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Banner text", - "placeholder" : "It all started in 1999 ..." - } - }, - "cta_label" : { - "type" : "Text", - "config" : { - "label" : "CTA label", - "placeholder" : "You'll never guess ...." - } - }, - "cta_link" : { - "type" : "Link", - "config" : { - "label" : "CTA link", - "placeholder" : "CTA link", - "allowTargetBlank" : true - } - } - }, - "repeat" : { } - }, - "big_bullet_item" : { - "type" : "Slice", - "fieldset" : "Item with numbers", - "description" : "1 number and description in a grid layout", - "icon" : "filter_1", - "display" : "grid", - "non-repeat" : { - "title_section" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title Section", - "placeholder" : "How it works ..." - } - } - }, - "repeat" : { - "description_paragraph" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, strong, em", - "label" : "Description paragraph", - "placeholder" : "Select some amazing coffee" - } - } - } - }, - "text_block" : { - "type" : "Slice", - "fieldset" : "Text block", - "description" : "Text block", - "icon" : "text_fields", - "display" : "list", - "non-repeat" : { - "title1" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title", - "placeholder" : "Philosophy" - } - }, - "paragraph" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph", - "label" : "Paragraph", - "placeholder" : "We believe that having a good cup of coffee ..." - } - } - }, - "repeat" : { } - }, - "separator" : { - "type" : "Slice", - "fieldset" : "Separator", - "description" : "Separator", - "icon" : "remove", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - }, - "SEO & Social" : { - "display_name" : { - "type" : "StructuredText", - "config" : { - "useAsTitle" : true, - "single" : "paragraph", - "label" : "Display name", - "placeholder" : "Display name" - } - }, - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"Main":{"title":{"type":"StructuredText","config":{"single":"heading1, strong","label":"Title","placeholder":"Title of the homepage"}},"banner_image":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Banner image"}},"banner_text":{"type":"StructuredText","config":{"multi":"paragraph, strong","label":"Banner text","placeholder":"Coffee, reimagined. Enjoy your coffee like you never did before..."}},"body":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"featured_items":{"type":"Slice","fieldset":"Featured items","description":"Set of featured items with illustration, title, description and CTA","icon":"star","display":"grid","non-repeat":{"section_title":{"type":"StructuredText","config":{"single":"heading2","label":"Section title","placeholder":"Our smart algorithms picks ..."}},"button_label":{"type":"StructuredText","config":{"single":"paragraph","label":"Button Label","placeholder":"Visit Shop"}},"button_link":{"type":"Link","config":{"label":"Button Link","placeholder":"Choose your link"}}},"repeat":{"link_to_product":{"type":"Link","config":{"select":"document","customtypes":["product"],"label":"Link to product","placeholder":"Select a product"}}}},"cta_banner":{"type":"Slice","fieldset":"CTA Banner","description":"A wide banner with text and button","icon":"chrome_reader_mode","display":"list","non-repeat":{"image_banner":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Image Banner"}},"banner_title":{"type":"StructuredText","config":{"single":"heading2","label":"Banner title","placeholder":"Our story"}},"banner_text":{"type":"StructuredText","config":{"single":"paragraph","label":"Banner text","placeholder":"It all started in 1999 ..."}},"cta_label":{"type":"Text","config":{"label":"CTA label","placeholder":"You'll never guess ...."}},"cta_link":{"type":"Link","config":{"label":"CTA link","placeholder":"CTA link","allowTargetBlank":true}}},"repeat":{}},"big_bullet_item":{"type":"Slice","fieldset":"Item with numbers","description":"1 number and description in a grid layout","icon":"filter_1","display":"grid","non-repeat":{"title_section":{"type":"StructuredText","config":{"single":"heading2","label":"Title Section","placeholder":"How it works ..."}}},"repeat":{"description_paragraph":{"type":"StructuredText","config":{"multi":"paragraph, strong, em","label":"Description paragraph","placeholder":"Select some amazing coffee"}}}},"text_block":{"type":"Slice","fieldset":"Text block","description":"Text block","icon":"text_fields","display":"list","non-repeat":{"title1":{"type":"StructuredText","config":{"single":"heading2","label":"Title","placeholder":"Philosophy"}},"paragraph":{"type":"StructuredText","config":{"multi":"paragraph","label":"Paragraph","placeholder":"We believe that having a good cup of coffee ..."}}},"repeat":{}},"separator":{"type":"Slice","fieldset":"Separator","description":"Separator","icon":"remove","display":"list","non-repeat":{},"repeat":{}}}}}},"SEO & Social":{"display_name":{"type":"StructuredText","config":{"useAsTitle":true,"single":"paragraph","label":"Display name","placeholder":"Display name"}},"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/custom_types/index.js b/custom_types/index.js deleted file mode 100644 index 9d84b45..0000000 --- a/custom_types/index.js +++ /dev/null @@ -1,41 +0,0 @@ -[{ - "id": "author", - "name": "Author", - "repeatable": true, - "value": "author.json" -},{ - "id": "blog_home", - "name": "Blog Home Metadata", - "repeatable": false, - "value": "blog_home.json" -},{ - "id": "blog_post", - "name": "Blog post", - "repeatable": true, - "value": "blog_post.json" -},{ - "id": "homepage", - "name": "Homepage", - "repeatable": false, - "value": "homepage.json" -},{ - "id": "landing_page", - "name": "Landing Page", - "repeatable": true, - "value": "landing_page.json" -},{ - "id": "layout", - "name": "Layout", - "repeatable": false, - "value": "layout.json" -},{ - "id": "product", - "name": "Product", - "repeatable": true, - "value": "product.json" -},{ - "id": "products", - "name": "Products List", - "repeatable": true, - "value": "products.json" -}] \ No newline at end of file diff --git a/custom_types/index.json b/custom_types/index.json new file mode 100755 index 0000000..b2e36d3 --- /dev/null +++ b/custom_types/index.json @@ -0,0 +1 @@ +[{"id":"landing_page","name":"Landing Page","repeatable":true,"value":"landing_page.json"},{"id":"homepage","name":"Homepage","repeatable":false,"value":"homepage.json"},{"id":"product","name":"Product","repeatable":true,"value":"product.json"},{"id":"layout","name":"Layout","repeatable":false,"value":"layout.json"},{"id":"author","name":"Author","repeatable":true,"value":"author.json"},{"id":"products","name":"Products List","repeatable":false,"value":"products.json"},{"id":"blog_post","name":"Blog Post","repeatable":true,"value":"blog_post.json"},{"id":"blog_home","name":"Blog Home Metadata","repeatable":false,"value":"blog_home.json"}] \ No newline at end of file diff --git a/custom_types/landing_page.json b/custom_types/landing_page.json old mode 100644 new mode 100755 index 4664b46..22f6dc5 --- a/custom_types/landing_page.json +++ b/custom_types/landing_page.json @@ -1,219 +1 @@ -{ - "Main" : { - "title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1, strong", - "label" : "Title", - "placeholder" : "Title" - } - }, - "body" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "labels" : { - "product_quote" : [ { - "name" : "normal", - "display" : "Text left - Image right (default)" - }, { - "name" : "reverse", - "display" : "Text right - Image left" - } ] - }, - "choices" : { - "big_bullet_item" : { - "type" : "Slice", - "fieldset" : "Item with numbers", - "description" : "1 number and description in a grid layout", - "icon" : "filter_1", - "display" : "grid", - "non-repeat" : { - "title_section" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title Section", - "placeholder" : "How it works ..." - } - } - }, - "repeat" : { - "description_paragraph" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, strong, em", - "label" : "Description paragraph", - "placeholder" : "Select some amazing coffee" - } - } - } - }, - "banner_split" : { - "type" : "Slice", - "fieldset" : "Banner split", - "description" : "Banner image with splitted text", - "icon" : "image", - "display" : "list", - "non-repeat" : { - "banner_image" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Image" - } - }, - "banner_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title" - } - }, - "banner_text" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Text" - } - } - }, - "repeat" : { } - }, - "product_quote" : { - "type" : "Slice", - "fieldset" : "Product + quote", - "description" : "Product + quote", - "icon" : "format_quote", - "display" : "list", - "non-repeat" : { - "quote_background" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Quote background" - } - }, - "quote_text" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Quote text" - } - }, - "quote_author" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Quote author" - } - }, - "product_image" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Product image" - } - }, - "product_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Product description" - } - } - }, - "repeat" : { } - } - } - } - } - }, - "SEO & Social" : { - "uid" : { - "type" : "UID", - "config" : { - "label" : "Slug for url", - "placeholder" : "uid" - } - }, - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"Main":{"title":{"type":"StructuredText","config":{"single":"heading1, strong","label":"Title","placeholder":"Title"}},"body":{"type":"Slices","fieldset":"Slice zone","config":{"labels":{"product_quote":[{"name":"normal","display":"Text left - Image right (default)"},{"name":"reverse","display":"Text right - Image left"}]},"choices":{"big_bullet_item":{"type":"Slice","fieldset":"Item with numbers","description":"1 number and description in a grid layout","icon":"filter_1","display":"grid","non-repeat":{"title_section":{"type":"StructuredText","config":{"single":"heading2","label":"Title Section","placeholder":"How it works ..."}}},"repeat":{"description_paragraph":{"type":"StructuredText","config":{"multi":"paragraph, strong, em","label":"Description paragraph","placeholder":"Select some amazing coffee"}}}},"banner_split":{"type":"Slice","fieldset":"Banner split","description":"Banner image with splitted text","icon":"image","display":"list","non-repeat":{"banner_image":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Image"}},"banner_title":{"type":"StructuredText","config":{"single":"heading2","label":"Title"}},"banner_text":{"type":"StructuredText","config":{"single":"paragraph","label":"Text"}}},"repeat":{}},"product_quote":{"type":"Slice","fieldset":"Product + quote","description":"Product + quote","icon":"format_quote","display":"list","non-repeat":{"quote_background":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Quote background"}},"quote_text":{"type":"StructuredText","config":{"single":"paragraph","label":"Quote text"}},"quote_author":{"type":"StructuredText","config":{"single":"paragraph","label":"Quote author"}},"product_image":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Product image"}},"product_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Product description"}}},"repeat":{}}}}}},"SEO & Social":{"uid":{"type":"UID","config":{"label":"Slug for url","placeholder":"uid"}},"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/custom_types/layout.json b/custom_types/layout.json old mode 100644 new mode 100755 index 29e1058..645d77a --- a/custom_types/layout.json +++ b/custom_types/layout.json @@ -1,75 +1 @@ -{ - "Header" : { - "site_name" : { - "type" : "Text", - "config" : { - "label" : "Site name" - } - }, - "header_nav_items" : { - "type" : "Group", - "config" : { - "fields" : { - "text" : { - "type" : "Text", - "config" : { - "label" : "Text" - } - }, - "link" : { - "type" : "Link", - "config" : { - "label" : "Link" - } - } - }, - "label" : "Header navigation items" - } - } - }, - "Footer" : { - "footer_nav_items" : { - "type" : "Group", - "config" : { - "fields" : { - "text" : { - "type" : "Text", - "config" : { - "label" : "Text" - } - }, - "link" : { - "type" : "Link", - "config" : { - "label" : "Link" - } - } - }, - "label" : "Footer navigation items" - } - }, - "footer_social_items" : { - "type" : "Group", - "config" : { - "fields" : { - "icon" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Icon" - } - }, - "link" : { - "type" : "Link", - "config" : { - "allowTargetBlank" : true, - "label" : "Link" - } - } - }, - "label" : "Footer social items" - } - } - } -} \ No newline at end of file +{"Header":{"site_name":{"type":"Text","config":{"label":"Site name"}},"header_nav_items":{"type":"Group","config":{"fields":{"text":{"type":"Text","config":{"label":"Text"}},"link":{"type":"Link","config":{"label":"Link"}}},"label":"Header navigation items"}}},"Footer":{"footer_nav_items":{"type":"Group","config":{"fields":{"text":{"type":"Text","config":{"label":"Text"}},"link":{"type":"Link","config":{"label":"Link"}}},"label":"Footer navigation items"}},"footer_social_items":{"type":"Group","config":{"fields":{"icon":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Icon"}},"link":{"type":"Link","config":{"allowTargetBlank":true,"label":"Link"}}},"label":"Footer social items"}}}} \ No newline at end of file diff --git a/custom_types/product.json b/custom_types/product.json old mode 100644 new mode 100755 index 60d2bfb..8657fb9 --- a/custom_types/product.json +++ b/custom_types/product.json @@ -1,194 +1 @@ -{ - "Main" : { - "product_image" : { - "type" : "Image", - "config" : { - "constraint" : { }, - "thumbnails" : [ ], - "label" : "Product Image" - } - }, - "product_name" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Product Name", - "placeholder" : "Thought Leader's Coffee" - } - }, - "rich_content" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, heading2, list-item", - "label" : "Rich content" - } - }, - "button_label" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Button Label", - "placeholder" : "Add to cart" - } - }, - "button_link" : { - "type" : "Link", - "config" : { - "label" : "Button Link" - } - }, - "sub_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Sub title", - "placeholder" : "Kenya" - } - }, - "product" : { - "type" : "IntegrationFields", - "config" : { - "catalog" : "new-demo--products_catalog", - "label" : "Product", - "placeholder" : "Map this product page with the Product Catalog data" - } - }, - "product_old" : { - "type" : "IntegrationFields", - "config" : { - "catalog" : "new-demo--disrupt_coffee_catalog_api", - "label" : "Product_old", - "placeholder" : "Map this product page with the Product Catalog data" - } - } - }, - "Product Description" : { - "title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title", - "placeholder" : "What we like" - } - }, - "product_description" : { - "type" : "StructuredText", - "config" : { - "multi" : "paragraph, heading3, heading4, heading5, strong, em, hyperlink, list-item, o-list-item, o-list-item", - "allowTargetBlank" : true, - "label" : "Product description", - "placeholder" : "This coffee guarantees a rather complex set of flavors" - } - } - }, - "Related Product" : { - "related_products_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading2", - "label" : "Title" - } - }, - "related_products" : { - "type" : "Group", - "config" : { - "fields" : { - "product1" : { - "type" : "Link", - "config" : { - "select" : "document", - "customtypes" : [ "product" ], - "label" : "Product", - "placeholder" : "Select a product" - } - } - }, - "label" : "Related products" - } - } - }, - "SEO & Social" : { - "uid" : { - "type" : "UID", - "config" : { - "label" : "Slug for url", - "placeholder" : "uid" - } - }, - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"Main":{"product_image":{"type":"Image","config":{"constraint":{},"thumbnails":[],"label":"Product Image"}},"product_name":{"type":"StructuredText","config":{"single":"heading1","label":"Product Name","placeholder":"Thought Leader's Coffee"}},"rich_content":{"type":"StructuredText","config":{"multi":"paragraph, heading2, list-item","label":"Rich content"}},"button_label":{"type":"StructuredText","config":{"single":"paragraph","label":"Button Label","placeholder":"Add to cart"}},"button_link":{"type":"Link","config":{"label":"Button Link"}},"sub_title":{"type":"StructuredText","config":{"single":"heading2","label":"Sub title","placeholder":"Kenya"}},"product":{"type":"IntegrationFields","config":{"catalog":"new-demo--products_catalog","label":"Product","placeholder":"Map this product page with the Product Catalog data"}},"product_old":{"type":"IntegrationFields","config":{"catalog":"new-demo--disrupt_coffee_catalog_api","label":"Product_old","placeholder":"Map this product page with the Product Catalog data"}}},"Product Description":{"title":{"type":"StructuredText","config":{"single":"heading2","label":"Title","placeholder":"What we like"}},"product_description":{"type":"StructuredText","config":{"multi":"paragraph, heading3, heading4, heading5, strong, em, hyperlink, list-item, o-list-item, o-list-item","allowTargetBlank":true,"label":"Product description","placeholder":"This coffee guarantees a rather complex set of flavors"}}},"Related Product":{"related_products_title":{"type":"StructuredText","config":{"single":"heading2","label":"Title"}},"related_products":{"type":"Group","config":{"fields":{"product1":{"type":"Link","config":{"select":"document","customtypes":["product"],"label":"Product","placeholder":"Select a product"}}},"label":"Related products"}}},"SEO & Social":{"uid":{"type":"UID","config":{"label":"Slug for url","placeholder":"uid"}},"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/custom_types/products.json b/custom_types/products.json old mode 100644 new mode 100755 index 71d1acd..1913177 --- a/custom_types/products.json +++ b/custom_types/products.json @@ -1,88 +1 @@ -{ - "Main" : { - "title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Title" - } - } - }, - "SEO & Social" : { - "meta_title" : { - "type" : "StructuredText", - "config" : { - "single" : "heading1", - "label" : "Meta title", - "placeholder" : "Meta title" - } - }, - "meta_description" : { - "type" : "StructuredText", - "config" : { - "single" : "paragraph", - "label" : "Meta description", - "placeholder" : "Meta description" - } - }, - "canonical_url" : { - "type" : "StructuredText", - "config" : { - "label" : "Canonical URL", - "placeholder" : "Canonical URL" - } - }, - "body1" : { - "type" : "Slices", - "fieldset" : "Slice zone", - "config" : { - "choices" : { - "twitter_card" : { - "type" : "Slice", - "fieldset" : "Twitter card", - "description" : "Fields you need to customize the Twitter Card", - "icon" : "adjust", - "display" : "list", - "non-repeat" : { - "card_title" : { - "type" : "Text", - "config" : { - "label" : "Title", - "placeholder" : "Title for Twitter" - } - }, - "card_description" : { - "type" : "Text", - "config" : { - "label" : "Description", - "placeholder" : "Description for Twitter" - } - }, - "card_image" : { - "type" : "Image", - "config" : { - "constraint" : { - "width" : 1200, - "height" : 630 - }, - "thumbnails" : [ ], - "label" : "Image" - } - } - }, - "repeat" : { } - }, - "facebook__open_graph_" : { - "type" : "Slice", - "fieldset" : "Facebook (Open Graph)", - "description" : "Fields to customize OG cards", - "icon" : "thumb_up", - "display" : "list", - "non-repeat" : { }, - "repeat" : { } - } - } - } - } - } -} \ No newline at end of file +{"Main":{"title":{"type":"StructuredText","config":{"single":"heading1","label":"Title"}}},"SEO & Social":{"meta_title":{"type":"StructuredText","config":{"single":"heading1","label":"Meta title","placeholder":"Meta title"}},"meta_description":{"type":"StructuredText","config":{"single":"paragraph","label":"Meta description","placeholder":"Meta description"}},"canonical_url":{"type":"StructuredText","config":{"label":"Canonical URL","placeholder":"Canonical URL"}},"body1":{"type":"Slices","fieldset":"Slice zone","config":{"choices":{"twitter_card":{"type":"Slice","fieldset":"Twitter card","description":"Fields you need to customize the Twitter Card","icon":"adjust","display":"list","non-repeat":{"card_title":{"type":"Text","config":{"label":"Title","placeholder":"Title for Twitter"}},"card_description":{"type":"Text","config":{"label":"Description","placeholder":"Description for Twitter"}},"card_image":{"type":"Image","config":{"constraint":{"width":1200,"height":630},"thumbnails":[],"label":"Image"}}},"repeat":{}},"facebook__open_graph_":{"type":"Slice","fieldset":"Facebook (Open Graph)","description":"Fields to customize OG cards","icon":"thumb_up","display":"list","non-repeat":{},"repeat":{}}}}}}} \ No newline at end of file diff --git a/documents/en-us/W0StJykAACsAZZJ5=#=W1cr8ygAACgAaDpR=#=layout=#=W0StJykAACsAZZJ7=#=en-us.json b/documents/en-us/W0StJykAACsAZZJ5=#=W1cr8ygAACgAaDpR=#=layout=#=W0StJykAACsAZZJ7=#=en-us.json new file mode 100755 index 0000000..f589a1b --- /dev/null +++ b/documents/en-us/W0StJykAACsAZZJ5=#=W1cr8ygAACgAaDpR=#=layout=#=W0StJykAACsAZZJ7=#=en-us.json @@ -0,0 +1 @@ +{"site_name":"Disrupt Coffee","header_nav_items":[{"text":"Products","link":{"id":"W1Ca4ykAACkAmcvr","mask":"products","wioUrl":"wio://documents/W1Ca4ykAACkAmcvr"}},{"text":"Blog","link":{"id":"W1Hg0SkAACsAn2Bj","mask":"blog_home","wioUrl":"wio://documents/W1Hg0SkAACsAn2Bj"}}],"footer_nav_items":[{"text":"Products","link":{"id":"W1Ca4ykAACkAmcvr","mask":"products","wioUrl":"wio://documents/W1Ca4ykAACkAmcvr"}},{"text":"Blog","link":{"id":"W1Hg0SkAACsAn2Bj","mask":"blog_home","wioUrl":"wio://documents/W1Hg0SkAACsAn2Bj"}}],"site_name_TYPE":"Text","site_name_POSITION":0,"header_nav_items_TYPE":"Group","header_nav_items_POSITION":1,"header_nav_items.text_TYPE":"Text","header_nav_items.text_POSITION":2,"header_nav_items.link_TYPE":"Link","header_nav_items.link_POSITION":3,"footer_nav_items_TYPE":"Group","footer_nav_items_POSITION":4,"footer_nav_items.text_TYPE":"Text","footer_nav_items.text_POSITION":5,"footer_nav_items.link_TYPE":"Link","footer_nav_items.link_POSITION":6,"footer_social_items_TYPE":"Group","footer_social_items_POSITION":7,"footer_social_items.icon_TYPE":"Image","footer_social_items.icon_POSITION":8,"footer_social_items.link_TYPE":"Link","footer_social_items.link_POSITION":9,"slugs_INTERNAL":["disrupt-coffee","untitled-document"],"footer_social_items":[{"link":{"url":"https://facebook.com","preview":null,"target":"_blank"},"icon":{"origin":{"id":"W0yrlCkAACwAiHv_","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F3671bfbe-1e95-4e55-8737-d2686675e6e2_facebook-icon.svg","width":28,"height":28},"width":28,"height":28,"edit":{"background":"#fff","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo%2F3671bfbe-1e95-4e55-8737-d2686675e6e2_facebook-icon.svg"}},{"link":{"url":"https://twitter.com","preview":null,"target":"_blank"},"icon":{"origin":{"id":"W0yrqSkAACwAiHxY","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F3d1071ef-2097-4b1b-864f-0622f22eb2a7_twitter-icon.svg","width":28,"height":28},"width":28,"height":28,"edit":{"background":"#fff","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo%2F3d1071ef-2097-4b1b-864f-0622f22eb2a7_twitter-icon.svg"}},{"link":{"url":"https://instagram.com","preview":null,"target":"_blank"},"icon":{"origin":{"id":"W0yrvikAACsAiHy6","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F63696393-0ecc-4cfa-9804-759123883179_instagram-icon.svg","width":28,"height":28},"width":28,"height":28,"edit":{"background":"#fff","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo%2F63696393-0ecc-4cfa-9804-759123883179_instagram-icon.svg"}}],"uids_INTERNAL":[]} \ No newline at end of file diff --git a/documents/en-us/W1Ca4ykAACkAmcvr=#=XIu3mhAAAHFeDQ1f=#=products=#=W1Ca4ykAACkAmcvt=#=en-us.json b/documents/en-us/W1Ca4ykAACkAmcvr=#=XIu3mhAAAHFeDQ1f=#=products=#=W1Ca4ykAACkAmcvt=#=en-us.json new file mode 100755 index 0000000..e704455 --- /dev/null +++ b/documents/en-us/W1Ca4ykAACkAmcvr=#=XIu3mhAAAHFeDQ1f=#=products=#=W1Ca4ykAACkAmcvt=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"Products","spans":[]}}],"meta_title":[{"type":"heading1","content":{"text":"Products","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Products","spans":[]}}],"title_TYPE":"StructuredText","title_POSITION":0,"meta_title_TYPE":"StructuredText","meta_title_POSITION":1,"meta_description_TYPE":"StructuredText","meta_description_POSITION":2,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":3,"body1_TYPE":"Slices","body1_POSITION":4,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":5,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":6,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":7,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":8,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":9,"slugs_INTERNAL":["products","title-page"],"uids_INTERNAL":[]} \ No newline at end of file diff --git a/documents/en-us/W1Cl6SkAACsAmfrw=#=W2gw3yYAACYAWNhG=#=product=#=W1Cl6SkAACsAmfry=#=en-us.json b/documents/en-us/W1Cl6SkAACsAmfrw=#=W2gw3yYAACYAWNhG=#=product=#=W1Cl6SkAACsAmfry=#=en-us.json new file mode 100755 index 0000000..4ea8baf --- /dev/null +++ b/documents/en-us/W1Cl6SkAACsAmfrw=#=W2gw3yYAACYAWNhG=#=product=#=W1Cl6SkAACsAmfry=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Should Designers Code","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Kenya · Filter","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Buy","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Kenya · Filter","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~3","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}},{"product1":{"id":"WzZyRSgAACcAj0wk","mask":"product","wioUrl":"wio://documents/WzZyRSgAACcAj0wk"}},{"product1":{"id":"WzZyWigAACYAj0yG","mask":"product","wioUrl":"wio://documents/WzZyWigAACYAj0yG"}}],"uid":"the-coffee-from-colombia","meta_title":[{"type":"heading1","content":{"text":"The coffee from Colombia","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"The coffee from Colombia","spans":[]}}],"product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["should-designers-code","the-coffee-from-colombia"],"product_image":{"origin":{"id":"W2HIvygAACgA2LnM","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F4bcefe6e-f64e-4e27-a613-f37defc49b60_03.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/338bc7c22224974a58947195c2679979b1ad611d_03.png","thumbnails":{"medium":{"origin":{"id":"W2HIvygAACgA2LnM","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F4bcefe6e-f64e-4e27-a613-f37defc49b60_03.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/d2dfef2825a316dece3bda7c831a43bd34a19ea2_03.png"}}},"uids_INTERNAL":["the-coffee-from-colombia"]} \ No newline at end of file diff --git a/documents/en-us/W1CloSkAACsAmfmv=#=W2geGCYAACcAWIWY=#=product=#=W1CloSkAACsAmfmx=#=en-us.json b/documents/en-us/W1CloSkAACsAmfmv=#=W2geGCYAACcAWIWY=#=product=#=W1CloSkAACsAmfmx=#=en-us.json new file mode 100755 index 0000000..d572a47 --- /dev/null +++ b/documents/en-us/W1CloSkAACsAmfmv=#=W2geGCYAACcAWIWY=#=product=#=W1CloSkAACsAmfmx=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Digital Transformation Coffee","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Honduras · Filter","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Honduras · Filter","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~1","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}},{"product1":{"id":"W1Cl6SkAACsAmfrw","mask":"product","wioUrl":"wio://documents/W1Cl6SkAACsAmfrw"}},{"product1":{"id":"WzZs0SkAACYAJq4F","mask":"product","wioUrl":"wio://documents/WzZs0SkAACYAJq4F"}}],"uid":"the-coffee-from-brasil","meta_title":[{"type":"heading1","content":{"text":"The coffee from Brasil","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"The coffee from Brasil","spans":[]}}],"product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"title_TYPE":"StructuredText","title_POSITION":7,"product_description_TYPE":"StructuredText","product_description_POSITION":8,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":9,"related_products_TYPE":"Group","related_products_POSITION":10,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":11,"uid_TYPE":"UID","uid_POSITION":12,"meta_title_TYPE":"StructuredText","meta_title_POSITION":13,"meta_description_TYPE":"StructuredText","meta_description_POSITION":14,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":15,"body1_TYPE":"Slices","body1_POSITION":16,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":17,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":18,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":19,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":20,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":21,"slugs_INTERNAL":["digital-transformation-coffee","the-coffee-from-brasil"],"product_image":{"origin":{"id":"W2HIvigAACkA2LnE","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F4b4676c8-fe45-4e29-91a3-53dd214561a8_02.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/a9ac2ee784c9885dcec11f212b9c600f71426af2_02.png","thumbnails":{"medium":{"origin":{"id":"W2HIvigAACkA2LnE","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F4b4676c8-fe45-4e29-91a3-53dd214561a8_02.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/90d59e28e716434a5e1bd8ff96436822708a9b72_02.png"}}},"uids_INTERNAL":["the-coffee-from-brasil"]} \ No newline at end of file diff --git a/documents/en-us/W1Hf3ikAACwAn1wr=#=W1dhcSgAACcAaS-y=#=blog_post=#=W1Hf3ikAACwAn1wt=#=en-us.json b/documents/en-us/W1Hf3ikAACwAn1wr=#=W1dhcSgAACcAaS-y=#=blog_post=#=W1Hf3ikAACwAn1wt=#=en-us.json new file mode 100755 index 0000000..19f3572 --- /dev/null +++ b/documents/en-us/W1Hf3ikAACwAn1wr=#=W1dhcSgAACcAaS-y=#=blog_post=#=W1Hf3ikAACwAn1wt=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"The key to great coffee is passionate people3","spans":[]}}],"rich_content":[{"type":"paragraph","content":{"text":"From the moment coffee is planted, till it’s served, our coffee has gone through the hands of countless individuals that are all remarkable within their field of expertise.","spans":[]}}],"uid":"blog-post-3","meta_title":[{"type":"heading1","content":{"text":"Blog post 3","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Blog post 3","spans":[]}}],"title_TYPE":"StructuredText","title_POSITION":0,"image_TYPE":"Image","image_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"uid_TYPE":"UID","uid_POSITION":3,"meta_title_TYPE":"StructuredText","meta_title_POSITION":4,"meta_description_TYPE":"StructuredText","meta_description_POSITION":5,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":6,"author_TYPE":"Link","author_POSITION":7,"body1_TYPE":"Slices","body1_POSITION":8,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":9,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":10,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":11,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":12,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":13,"slugs_INTERNAL":["the-key-to-great-coffee-is-passionate-people3","the-key-to-great-coffee-is-passionate-people-3","blog-post-3"],"image":{"origin":{"id":"W1BiiikAACwAmNZD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F19c4805d-0297-416e-8508-74ddc276c66f_coffee_banner.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/330e40371b0e799cffaf71e79ee3d1371e707f94_coffee_banner.png"},"uids_INTERNAL":["blog-post-3"]} \ No newline at end of file diff --git a/documents/en-us/W1HfNCkAACYAn1ku=#=W1dSqygAACkAaO3r=#=blog_post=#=W1HfNCkAACYAn1kw=#=en-us.json b/documents/en-us/W1HfNCkAACYAn1ku=#=W1dSqygAACkAaO3r=#=blog_post=#=W1HfNCkAACYAn1kw=#=en-us.json new file mode 100755 index 0000000..343444f --- /dev/null +++ b/documents/en-us/W1HfNCkAACYAn1ku=#=W1dSqygAACkAaO3r=#=blog_post=#=W1HfNCkAACYAn1kw=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"The key to great coffee is passionate people1","spans":[]}}],"uid":"blog-post-1","meta_title":[{"type":"heading1","content":{"text":"Blog post 1","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Blog post 1","spans":[]}}],"author":{"id":"W1c6UCgAACgAaH1g","mask":"author","wioUrl":"wio://documents/W1c6UCgAACgAaH1g"},"title_TYPE":"StructuredText","title_POSITION":0,"image_TYPE":"Image","image_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"uid_TYPE":"UID","uid_POSITION":3,"meta_title_TYPE":"StructuredText","meta_title_POSITION":4,"meta_description_TYPE":"StructuredText","meta_description_POSITION":5,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":6,"author_TYPE":"Link","author_POSITION":7,"body1_TYPE":"Slices","body1_POSITION":8,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":9,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":10,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":11,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":12,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":13,"slugs_INTERNAL":["the-key-to-great-coffee-is-passionate-people1","roasting-coffee","the-key-to-great-coffee-is-passionate-people-1","blog-post-1"],"image":{"origin":{"id":"W1BiiikAACwAmNZD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F19c4805d-0297-416e-8508-74ddc276c66f_coffee_banner.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/330e40371b0e799cffaf71e79ee3d1371e707f94_coffee_banner.png"},"rich_content":[{"type":"paragraph","content":{"text":"From the moment coffee is planted, till it’s served, our coffee has gone through the hands of countless individuals that are all remarkable within their field. Farmers, planting varietals sacrificing yield over cup quality, coffee pickers only picking red ripe cherries during harvest, importers storing coffee in climate controlled warehouses. These critical efforts result in coffees that are a sum of choices made with a single goal in mind, what does the final product taste like in your cup.","spans":[{"start":94,"end":103,"type":"strong"},{"start":104,"end":115,"type":"em"},{"start":129,"end":139,"type":"hyperlink","data":{"preview":{"title":"https://prismic.io"},"url":"https://prismic.io","target":"_blank"}}]}},{"type":"paragraph","content":{"text":"We are at the end of this cycle, our job is to roast the coffee, we do this with the best of old techniques combined with the best of new techniques, continually looking for the best production methods, this search and combination is also referred to as “Retro Innovation”.","spans":[]}},{"content":{"spans":[],"text":""},"type":"image","label":null,"direction":null,"data":{"origin":{"id":"W1BiiikAACwAmNZD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F19c4805d-0297-416e-8508-74ddc276c66f_coffee_banner.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","linkTo":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/330e40371b0e799cffaf71e79ee3d1371e707f94_coffee_banner.png"}},{"type":"heading2","content":{"text":"Roasting coffee","spans":[]}},{"type":"paragraph","content":{"text":"Our idea of roasting is the counter opposite of what is commonly regarded as the way to roast coffee, which is, we roast it as little as possible, enough to fully develop all flavours, with the aim to highlight what makes a coffee distinct. The resulting cup should be clean, clear and pure, free from tastes that are produced by the roast itself.","spans":[]}},{"type":"heading2","content":{"text":"Trading practices","spans":[]}},{"type":"paragraph","content":{"text":"When we opened our shop in 2006 we were often asked by our customers if our coffee carries the fair trade label.","spans":[]}},{"type":"paragraph","content":{"text":"We looked into the topic ‘Fair Trade Coffee’, what we found was, Fair Trade labeled coffees are not traded in a way that inspired us. Between the way we like to work and improve with coffee and the way the Fair Trade Organisation works, lies a discrepancy in ideas for us.","spans":[]}},{"type":"paragraph","content":{"text":"That naturally lead us to join the movement within coffee that focusses on quality. Paying for quality, in examples of other companies that have gone before us, results in an authentic affiliation to farmers, an impressive product and a challenging way of working that keeps us going.","spans":[]}},{"type":"paragraph","content":{"text":"We deal with coffees where the prices range from morally correct to where the kilo price fetched on rare coffees of exceptionally high quality is news on itself.","spans":[]}},{"type":"paragraph","content":{"text":"But what is more important to you is that you can taste the difference, the resulting cup is truly surprising, we can imagine that this is a better reason to pay for what you are drinking.","spans":[]}},{"content":{"spans":[],"text":""},"type":"image","label":null,"direction":null,"data":{"origin":{"id":"W1BiiikAACwAmNZD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F19c4805d-0297-416e-8508-74ddc276c66f_coffee_banner.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","linkTo":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/330e40371b0e799cffaf71e79ee3d1371e707f94_coffee_banner.png"}},{"type":"paragraph","content":{"text":"Our idea of roasting is the counter opposite of what is commonly regarded as the way to roast coffee, which is, we roast it as little as possible, enough to fully develop all flavours, with the aim to highlight what makes a coffee distinct. The resulting cup should be clean, clear and pure, free from tastes that are produced by the roast itself.","spans":[]}}],"uids_INTERNAL":["blog-post-1"]} \ No newline at end of file diff --git a/documents/en-us/W1HfuSkAACwAn1uC=#=W1dhfigAACkAaS_v=#=blog_post=#=W1HfuSkAACwAn1uE=#=en-us.json b/documents/en-us/W1HfuSkAACwAn1uC=#=W1dhfigAACkAaS_v=#=blog_post=#=W1HfuSkAACwAn1uE=#=en-us.json new file mode 100755 index 0000000..e4e12d0 --- /dev/null +++ b/documents/en-us/W1HfuSkAACwAn1uC=#=W1dhfigAACkAaS_v=#=blog_post=#=W1HfuSkAACwAn1uE=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"The key to great coffee is passionate people2","spans":[]}}],"rich_content":[{"type":"paragraph","content":{"text":"From the moment coffee is planted, till it’s served, our coffee has gone through the hands of countless individuals that are all remarkable within their field of expertise.","spans":[]}}],"uid":"blog-post-2","meta_title":[{"type":"heading1","content":{"text":"Blog post 2","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Blog post 2","spans":[]}}],"title_TYPE":"StructuredText","title_POSITION":0,"image_TYPE":"Image","image_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"uid_TYPE":"UID","uid_POSITION":3,"meta_title_TYPE":"StructuredText","meta_title_POSITION":4,"meta_description_TYPE":"StructuredText","meta_description_POSITION":5,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":6,"author_TYPE":"Link","author_POSITION":7,"body1_TYPE":"Slices","body1_POSITION":8,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":9,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":10,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":11,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":12,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":13,"slugs_INTERNAL":["the-key-to-great-coffee-is-passionate-people2","the-key-to-great-coffee-is-passionate-people-2","blog-post-2"],"image":{"origin":{"id":"W1BiiikAACwAmNZD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F19c4805d-0297-416e-8508-74ddc276c66f_coffee_banner.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/330e40371b0e799cffaf71e79ee3d1371e707f94_coffee_banner.png"},"uids_INTERNAL":["blog-post-2"]} \ No newline at end of file diff --git a/documents/en-us/W1Hg0SkAACsAn2Bj=#=W1c1gigAACcAaGbe=#=blog_home=#=W1Hg0SkAACsAn2Bl=#=en-us.json b/documents/en-us/W1Hg0SkAACsAn2Bj=#=W1c1gigAACcAaGbe=#=blog_home=#=W1Hg0SkAACsAn2Bl=#=en-us.json new file mode 100755 index 0000000..76bd921 --- /dev/null +++ b/documents/en-us/W1Hg0SkAACsAn2Bj=#=W1c1gigAACcAaGbe=#=blog_home=#=W1Hg0SkAACsAn2Bl=#=en-us.json @@ -0,0 +1 @@ +{"meta_title":[{"type":"heading1","content":{"text":"Blog","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Blog","spans":[]}}],"meta_title_TYPE":"StructuredText","meta_title_POSITION":0,"meta_description_TYPE":"StructuredText","meta_description_POSITION":1,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":2,"body1_TYPE":"Slices","body1_POSITION":3,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":4,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":5,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":6,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":7,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":8,"slugs_INTERNAL":["blog","blog-home"],"uids_INTERNAL":[]} \ No newline at end of file diff --git a/documents/en-us/W1c6UCgAACgAaH1g=#=W1dSEygAACcAaOsT=#=author=#=W1c6UCgAACgAaH1i=#=en-us.json b/documents/en-us/W1c6UCgAACgAaH1g=#=W1dSEygAACcAaOsT=#=author=#=W1c6UCgAACgAaH1i=#=en-us.json new file mode 100755 index 0000000..3d33f61 --- /dev/null +++ b/documents/en-us/W1c6UCgAACgAaH1g=#=W1dSEygAACcAaOsT=#=author=#=W1c6UCgAACgAaH1i=#=en-us.json @@ -0,0 +1 @@ +{"name":[{"type":"paragraph","content":{"text":"John Doe","spans":[]}}],"bio":[{"type":"paragraph","content":{"text":"Our idea of roasting is the counter opposite of what is commonly regarded as the way to roast coffee, which is, we roast it as little as possible.","spans":[]}}],"name_TYPE":"StructuredText","name_POSITION":0,"bio_TYPE":"StructuredText","bio_POSITION":1,"picture_TYPE":"Image","picture_POSITION":2,"slugs_INTERNAL":["john-doe","untitled-document"],"picture":{"origin":{"id":"W1c6PygAACoAaH0V","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fee43cf44-1768-4d98-ad0b-900c88cac12b_avatar.jpg","width":612,"height":612},"alt":"Avatar","credits":"","width":612,"height":612,"edit":{"zoom":1,"crop":{"x":0,"y":0},"background":"#fff"},"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/91515e0adafc360b1c38cb745042897f13a86776_avatar.jpg"},"uids_INTERNAL":[]} \ No newline at end of file diff --git a/documents/en-us/W1cjyikAACwAtnnv=#=W18FrSoAACkACPYA=#=landing_page=#=W1cjyikAACwAtnnx=#=en-us.json b/documents/en-us/W1cjyikAACwAtnnv=#=W18FrSoAACkACPYA=#=landing_page=#=W1cjyikAACwAtnnx=#=en-us.json new file mode 100755 index 0000000..f6db7d3 --- /dev/null +++ b/documents/en-us/W1cjyikAACwAtnnv=#=W18FrSoAACkACPYA=#=landing_page=#=W1cjyikAACwAtnnx=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"A coffee shop for startup people who are making the world a better place","spans":[{"start":0,"end":32,"type":"strong"}]}}],"uid":"a-coffee-shop-for-startup-people","meta_title":[{"type":"heading1","content":{"text":"A coffee shop for startup people","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"A coffee shop for startup people","spans":[]}}],"title_TYPE":"StructuredText","title_POSITION":0,"body_TYPE":"Slices","body_POSITION":1,"body.big_bullet_item_TYPE":"Slice","body.big_bullet_item_POSITION":2,"body.big_bullet_item.non-repeat.title_section_TYPE":"StructuredText","body.big_bullet_item.non-repeat.title_section_POSITION":3,"body.big_bullet_item.repeat.description_paragraph_TYPE":"StructuredText","body.big_bullet_item.repeat.description_paragraph_POSITION":4,"body.banner_split_TYPE":"Slice","body.banner_split_POSITION":5,"body.banner_split.non-repeat.banner_image_TYPE":"Image","body.banner_split.non-repeat.banner_image_POSITION":6,"body.banner_split.non-repeat.banner_title_TYPE":"StructuredText","body.banner_split.non-repeat.banner_title_POSITION":7,"body.banner_split.non-repeat.banner_text_TYPE":"StructuredText","body.banner_split.non-repeat.banner_text_POSITION":8,"body.product_quote_TYPE":"Slice","body.product_quote_POSITION":9,"body.product_quote.non-repeat.quote_background_TYPE":"Image","body.product_quote.non-repeat.quote_background_POSITION":10,"body.product_quote.non-repeat.quote_text_TYPE":"StructuredText","body.product_quote.non-repeat.quote_text_POSITION":11,"body.product_quote.non-repeat.quote_author_TYPE":"StructuredText","body.product_quote.non-repeat.quote_author_POSITION":12,"body.product_quote.non-repeat.product_image_TYPE":"Image","body.product_quote.non-repeat.product_image_POSITION":13,"body.product_quote.non-repeat.product_description_TYPE":"StructuredText","body.product_quote.non-repeat.product_description_POSITION":14,"uid_TYPE":"UID","uid_POSITION":15,"meta_title_TYPE":"StructuredText","meta_title_POSITION":16,"meta_description_TYPE":"StructuredText","meta_description_POSITION":17,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":18,"body1_TYPE":"Slices","body1_POSITION":19,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":20,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":21,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":22,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":23,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":24,"slugs_INTERNAL":["a-coffee-shop-for-startup-people-who-are-making-the-world-a-better-place"],"body":[{"key":"banner_split$26c83c37-7f48-4ed5-8beb-0dcfbc697029","value":{"repeat":[{}],"non-repeat":{"banner_title":[{"type":"heading2","content":{"text":"Our smart algorithms pick the most contextually relevant coffee ever possible","spans":[]}}],"banner_text":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup.","spans":[]}}],"banner_image":{"origin":{"id":"WzycRygAACcAqnZq","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F77b137d6-85ec-437b-a224-8b596d9c7b5e_banner-demo-%402x.png","width":3372,"height":1200},"width":3372,"height":1200,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"One of our delicious coffees. Perfect for morning standup meetings.","thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/e754a0394b9528955ad34d9825b6b5cbad9dfb6a_banner-demo-2x.png"}}}},{"key":"product_quote$d14f8cf8-d5a8-4fd7-b32f-0dbc963c21e2","label":"normal","value":{"repeat":[{}],"non-repeat":{"quote_text":[{"type":"paragraph","content":{"text":"Our smart algorithms pick the most contextually relevant coffee ever possible","spans":[]}}],"quote_author":[{"type":"paragraph","content":{"text":"Steve Jobs","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam...","spans":[]}}],"quote_background":{"origin":{"id":"W177tCoAACkACMoL","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F8c39cd7e-aac8-4c35-ac33-c9e7a9d63633_product-quote-background.png","width":1328,"height":1044},"width":1328,"height":1044,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/333e293d8b1c6d09a507c81b48f70ba3273e7cd3_product-quote-background.png"},"product_image":{"origin":{"id":"W177yCoAACsACMpk","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fdba3e26c-8cfa-42ee-9b4a-7359eff2c136_product-quote-image.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/8fd82e371335c256af11c4549c50492048e95240_product-quote-image.png"}}}},{"key":"big_bullet_item$1982ed17-cfea-4c70-8e1d-1a1d8d6cf947","value":{"repeat":[{"description_paragraph":[{"type":"paragraph","content":{"text":"Select some amazing coffee on our innovative HTML5 Web 3.0 website","spans":[]}}]},{"description_paragraph":[{"type":"paragraph","content":{"text":"Place your order and pay for it using groundbreaking HTTPS security technology","spans":[]}},{"type":"paragraph","content":{"text":"(*Might take up to 14 days)","spans":[{"start":0,"end":27,"type":"em"}]}}]},{"description_paragraph":[{"type":"paragraph","content":{"text":"Wait for the blazing fast delivery* thanks to our world-class partners","spans":[]}}]}],"non-repeat":{"title_section":[{"type":"heading2","content":{"text":"How it works","spans":[]}}]}}},{"key":"product_quote$20d23803-759e-4c58-a33a-e0e50bbb8ee5","label":"reverse","value":{"repeat":[{}],"non-repeat":{"quote_text":[{"type":"paragraph","content":{"text":"Our smart algorithms pick the most contextually relevant coffee ever possible","spans":[]}}],"quote_author":[{"type":"paragraph","content":{"text":"Steve Jobs","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam...","spans":[]}}],"quote_background":{"origin":{"id":"W177tCoAACkACMoL","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F8c39cd7e-aac8-4c35-ac33-c9e7a9d63633_product-quote-background.png","width":1328,"height":1044},"width":1328,"height":1044,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/333e293d8b1c6d09a507c81b48f70ba3273e7cd3_product-quote-background.png"},"product_image":{"origin":{"id":"W177yCoAACsACMpk","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fdba3e26c-8cfa-42ee-9b4a-7359eff2c136_product-quote-image.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":"Coffee Agile vs. Scrum","thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/new-demo/8fd82e371335c256af11c4549c50492048e95240_product-quote-image.png"}}}}],"uids_INTERNAL":["a-coffee-shop-for-startup-people"]} \ No newline at end of file diff --git a/documents/en-us/WzNOVikAAJ5A5EjQ=#=XJJ0IRAAAPCQKpyN=#=homepage=#=WzNOVikAAJ5A5EjS=#=en-us.json b/documents/en-us/WzNOVikAAJ5A5EjQ=#=XJJ0IRAAAPCQKpyN=#=homepage=#=WzNOVikAAJ5A5EjS=#=en-us.json new file mode 100755 index 0000000..aa24d2b --- /dev/null +++ b/documents/en-us/WzNOVikAAJ5A5EjQ=#=XJJ0IRAAAPCQKpyN=#=homepage=#=WzNOVikAAJ5A5EjS=#=en-us.json @@ -0,0 +1 @@ +{"title":[{"type":"heading1","content":{"text":"A coffee shop for startup people who are making the world a better place","spans":[{"start":0,"end":32,"type":"strong"}]}}],"banner_text":[{"type":"paragraph","content":{"text":"Coffee, reimagined. Enjoy your coffee like you never did before. We're disrupting the coffee industry, changing the way people order, drink and buy coffee forever.","spans":[{"start":0,"end":19,"type":"strong"}]}},{"type":"paragraph","content":{"text":"Powered by AI, blockchain, machine learning and SEO.","spans":[]}}],"display_name":[{"type":"heading1","content":{"text":"Homepage","spans":[]}}],"meta_title":[{"type":"heading1","content":{"text":"Disrupt Coffee","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Disrupt Coffee","spans":[]}}],"title_TYPE":"StructuredText","title_POSITION":0,"banner_image_TYPE":"Image","banner_image_POSITION":1,"banner_text_TYPE":"StructuredText","banner_text_POSITION":2,"body_TYPE":"Slices","body_POSITION":3,"body.featured_items_TYPE":"Slice","body.featured_items_POSITION":4,"body.featured_items.non-repeat.section_title_TYPE":"StructuredText","body.featured_items.non-repeat.section_title_POSITION":5,"body.featured_items.non-repeat.button_label_TYPE":"StructuredText","body.featured_items.non-repeat.button_label_POSITION":6,"body.featured_items.non-repeat.button_link_TYPE":"Link","body.featured_items.non-repeat.button_link_POSITION":7,"body.featured_items.repeat.link_to_product_TYPE":"Link","body.featured_items.repeat.link_to_product_POSITION":8,"body.cta_banner_TYPE":"Slice","body.cta_banner_POSITION":9,"body.cta_banner.non-repeat.image_banner_TYPE":"Image","body.cta_banner.non-repeat.image_banner_POSITION":10,"body.cta_banner.non-repeat.banner_title_TYPE":"StructuredText","body.cta_banner.non-repeat.banner_title_POSITION":11,"body.cta_banner.non-repeat.banner_text_TYPE":"StructuredText","body.cta_banner.non-repeat.banner_text_POSITION":12,"body.cta_banner.non-repeat.cta_label_TYPE":"Text","body.cta_banner.non-repeat.cta_label_POSITION":13,"body.cta_banner.non-repeat.cta_link_TYPE":"Link","body.cta_banner.non-repeat.cta_link_POSITION":14,"body.big_bullet_item_TYPE":"Slice","body.big_bullet_item_POSITION":15,"body.big_bullet_item.non-repeat.title_section_TYPE":"StructuredText","body.big_bullet_item.non-repeat.title_section_POSITION":16,"body.big_bullet_item.repeat.description_paragraph_TYPE":"StructuredText","body.big_bullet_item.repeat.description_paragraph_POSITION":17,"body.text_block_TYPE":"Slice","body.text_block_POSITION":18,"body.text_block.non-repeat.title1_TYPE":"StructuredText","body.text_block.non-repeat.title1_POSITION":19,"body.text_block.non-repeat.paragraph_TYPE":"StructuredText","body.text_block.non-repeat.paragraph_POSITION":20,"body.separator_TYPE":"Slice","body.separator_POSITION":21,"display_name_TYPE":"StructuredText","display_name_POSITION":22,"meta_title_TYPE":"StructuredText","meta_title_POSITION":23,"meta_description_TYPE":"StructuredText","meta_description_POSITION":24,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":25,"body1_TYPE":"Slices","body1_POSITION":26,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":27,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":28,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":29,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":30,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":31,"slugs_INTERNAL":["homepage","a-coffee-shop-for-startup-people-who-are-making-the-world-a-better-place","our-smart-algorithms-pick-the-most-contextually-relevant-coffee-ever-possible","how-it-works","untitled-document"],"body":[{"key":"featured_items$663332dd-9a56-442f-b466-1e06ccf8a800","value":{"repeat":[{"link_to_product":{"id":"WzZs0SkAACYAJq4F","mask":"product","wioUrl":"wio://documents/WzZs0SkAACYAJq4F"}},{"link_to_product":{"id":"W1CloSkAACsAmfmv","mask":"product","wioUrl":"wio://documents/W1CloSkAACsAmfmv"}},{"link_to_product":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}}],"non-repeat":{"section_title":[{"type":"heading2","content":{"text":"Our smart algorithms pick the most contextually relevant coffee ever possible","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Visit shop","spans":[]}}],"button_link":{"id":"W1Ca4ykAACkAmcvr","mask":"products","wioUrl":"wio://documents/W1Ca4ykAACkAmcvr"}}}},{"key":"cta_banner$dabf7d1d-0c1e-4a6c-a6f6-cc0f08702c90","value":{"repeat":[{}],"non-repeat":{"banner_title":[{"type":"heading2","content":{"text":"Our story","spans":[]}}],"banner_text":[{"type":"paragraph","content":{"text":"It all started back in 1999, on a rainy September day.","spans":[]}}],"cta_label":"You'll never guess what happened next","cta_link":{"url":"https://prismic.io","preview":null,"target":"_blank"},"image_banner":{"origin":{"id":"W2gPECYAACQAWENU","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F057e642a-e2bc-4492-8551-6b256fb70f62_story.png","width":1330,"height":1330},"width":1330,"height":1330,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/prismic-gatsby-coffee/8ba9576f3da591d0961227ec4a0506f4f6f566b7_story.png"}}}},{"key":"big_bullet_item$f00356b5-582b-4813-88b5-7c48b1278857","value":{"repeat":[{"description_paragraph":[{"type":"paragraph","content":{"text":"Select some amazing coffee on our innovative HTML5 Web 3.0 website","spans":[]}}]},{"description_paragraph":[{"type":"paragraph","content":{"text":"Place your order and pay for it using groundbreaking HTTPS security technology","spans":[]}},{"type":"paragraph","content":{"text":"(*Might take up to 14 days)","spans":[{"start":0,"end":27,"type":"em"}]}}]},{"description_paragraph":[{"type":"paragraph","content":{"text":"Wait for the blazing fast delivery* thanks to our world-class partners","spans":[]}}]}],"non-repeat":{"title_section":[{"type":"heading2","content":{"text":"How it works","spans":[]}}]}},"label":"three-per-line"},{"key":"separator$95a73315-0193-4b11-a996-27a5df5add82","value":{"repeat":[{}],"non-repeat":{}}},{"key":"text_block$8e98ac4d-c33d-41ce-9639-33674df1c5a7","value":{"repeat":[{}],"non-repeat":{"title1":[{"type":"heading2","content":{"text":"Philosophy","spans":[]}}],"paragraph":[{"type":"paragraph","content":{"text":"We believe that having a good cup of coffee in the morning is the most important thing in the world. We're committed to working hard and applying the advanced modern-day technology to bring you the best coffee there is.","spans":[]}}]}}}],"banner_image":{"origin":{"id":"W2gO2iYAACQAWEJl","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F852d354b-f9de-4f21-87db-665922c527ef_header.png","width":3360,"height":1200},"width":3360,"height":1200,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{},"url":"https://prismic-io.s3.amazonaws.com/prismic-gatsby-coffee/dcdceec3410a136c0918cfef96610981896f1d53_header.png"},"uids_INTERNAL":[]} \ No newline at end of file diff --git a/documents/en-us/WzZs0SkAACYAJq4F=#=XIo2gBAAAMQlBnAn=#=product=#=WzZs0SkAACYAJq4H=#=en-us.json b/documents/en-us/WzZs0SkAACYAJq4F=#=XIo2gBAAAMQlBnAn=#=product=#=WzZs0SkAACYAJq4H=#=en-us.json new file mode 100755 index 0000000..5925c0c --- /dev/null +++ b/documents/en-us/WzZs0SkAACYAJq4F=#=XIo2gBAAAMQlBnAn=#=product=#=WzZs0SkAACYAJq4H=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Thought Leader's Coffee","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Ethiopia · Filter","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Ethiopia · Filter","spans":[]}}],"product":"new-demo--products_catalog~3","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyaSgAACoAj0zL","mask":"product","wioUrl":"wio://documents/WzZyaSgAACoAj0zL"}},{"product1":{"id":"W1CloSkAACsAmfmv","mask":"product","wioUrl":"wio://documents/W1CloSkAACsAmfmv"}},{"product1":{"id":"W1Cl6SkAACsAmfrw","mask":"product","wioUrl":"wio://documents/W1Cl6SkAACsAmfrw"}}],"uid":"thought-leaders-coffee","meta_title":[{"type":"paragraph","content":{"text":"Thought Leader's Coffee","spans":[]}}],"meta_description":[{"type":"paragraph","content":{"text":"Thought Leader's Coffee","spans":[]}}],"product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["thought-leaders-coffee","thought-leaders-coffee-q"],"product_image":{"origin":{"id":"W2HIvygAACkA2LnG","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F5a5a5d71-5f79-4e81-be46-781593bd774a_05.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{"medium":{"origin":{"id":"W2HIvygAACkA2LnG","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F5a5a5d71-5f79-4e81-be46-781593bd774a_05.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/prismic-gatsby-coffee/8d2927d07ece767e1c29d55c6fe301eb1ba47092_05.png"}},"url":"https://prismic-io.s3.amazonaws.com/prismic-gatsby-coffee/462c6de152dc861f441d0b8b832505e48dff2380_05.png"},"uids_INTERNAL":["thought-leaders-coffee"]} \ No newline at end of file diff --git a/documents/en-us/WzZyDigAACcAj0sq=#=W2gcPSYAACUAWH1r=#=product=#=WzZyDigAACcAj0ss=#=en-us.json b/documents/en-us/WzZyDigAACcAj0sq=#=W2gcPSYAACUAWH1r=#=product=#=WzZyDigAACcAj0ss=#=en-us.json new file mode 100755 index 0000000..eedd11b --- /dev/null +++ b/documents/en-us/WzZyDigAACcAj0sq=#=W2gcPSYAACUAWH1r=#=product=#=WzZyDigAACcAj0ss=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Agile vs. Scrum (Cold Brew)","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Costa Rica · Filter","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Costa Rica · Filter","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~2","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"W1CloSkAACsAmfmv","mask":"product","wioUrl":"wio://documents/W1CloSkAACsAmfmv"}},{"product1":{"id":"WzZs0SkAACYAJq4F","mask":"product","wioUrl":"wio://documents/WzZs0SkAACYAJq4F"}},{"product1":{"id":"WzZyaSgAACoAj0zL","mask":"product","wioUrl":"wio://documents/WzZyaSgAACoAj0zL"}}],"uid":"agile-vs.-scrum","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"title_TYPE":"StructuredText","title_POSITION":7,"product_description_TYPE":"StructuredText","product_description_POSITION":8,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":9,"related_products_TYPE":"Group","related_products_POSITION":10,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":11,"uid_TYPE":"UID","uid_POSITION":12,"meta_title_TYPE":"StructuredText","meta_title_POSITION":13,"meta_description_TYPE":"StructuredText","meta_description_POSITION":14,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":15,"body1_TYPE":"Slices","body1_POSITION":16,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":17,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":18,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":19,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":20,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":21,"slugs_INTERNAL":["agile-vs.-scrum-cold-brew","agile-vs.-scrum"],"product_image":{"origin":{"id":"W2HIvygAACkA2LnL","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F685cf448-f120-4742-b7a8-8d4aa87abb5c_01.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{"medium":{"origin":{"id":"W2HIvygAACkA2LnL","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F685cf448-f120-4742-b7a8-8d4aa87abb5c_01.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/1a1e38d8fd688ad59bcdaa96324e4dc7340a1dbf_01.png"}},"url":"https://prismic-io.s3.amazonaws.com/new-demo/9e13d0e9a0e7d508ed3557b6c07bbd3dd8efe173_01.png"},"uids_INTERNAL":["agile-vs.-scrum"]} \ No newline at end of file diff --git a/documents/en-us/WzZyRSgAACcAj0wk=#=W2gwuyYAACQAWNej=#=product=#=WzZyRSgAACcAj0wm=#=en-us.json b/documents/en-us/WzZyRSgAACcAj0wk=#=W2gwuyYAACQAWNej=#=product=#=WzZyRSgAACcAj0wm=#=en-us.json new file mode 100755 index 0000000..0bde4ea --- /dev/null +++ b/documents/en-us/WzZyRSgAACcAj0wk=#=W2gwuyYAACQAWNej=#=product=#=WzZyRSgAACcAj0wm=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Leveraging Innovation","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Kenya · Filter","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Kenya · Filter","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~9","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyaSgAACoAj0zL","mask":"product","wioUrl":"wio://documents/WzZyaSgAACoAj0zL"}},{"product1":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}},{"product1":{"id":"WzZyWigAACYAj0yG","mask":"product","wioUrl":"wio://documents/WzZyWigAACYAj0yG"}}],"uid":"digital-transformation1","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["leveraging-innovation","digital-transformation"],"product_image":{"origin":{"id":"W2HIwCgAACcA2LnT","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F5597d5ef-ccdf-4d2b-ab70-98b3fc2ef12c_04.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/902566ecb67205f251504d6650bf93e0331250cc_04.png","thumbnails":{"medium":{"origin":{"id":"W2HIwCgAACcA2LnT","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F5597d5ef-ccdf-4d2b-ab70-98b3fc2ef12c_04.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/e68c9c4356ad32f4b75f9aa453b15415b5a5587a_04.png"}}},"uids_INTERNAL":["digital-transformation1"]} \ No newline at end of file diff --git a/documents/en-us/WzZyVCgAACgAj0xp=#=W2gxAiYAACcAWNjl=#=product=#=WzZyVCgAACgAj0xr=#=en-us.json b/documents/en-us/WzZyVCgAACgAj0xp=#=W2gxAiYAACcAWNjl=#=product=#=WzZyVCgAACgAj0xr=#=en-us.json new file mode 100755 index 0000000..ab272cb --- /dev/null +++ b/documents/en-us/WzZyVCgAACgAj0xp=#=W2gxAiYAACcAWNjl=#=product=#=WzZyVCgAACgAj0xr=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Blockchain Advisor's Coffee","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Ethiopia · Espresso","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Ethiopia · Espresso","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~8","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZs0SkAACYAJq4F","mask":"product","wioUrl":"wio://documents/WzZs0SkAACYAJq4F"}},{"product1":{"id":"WzZyWigAACYAj0yG","mask":"product","wioUrl":"wio://documents/WzZyWigAACYAj0yG"}},{"product1":{"id":"W1Cl6SkAACsAmfrw","mask":"product","wioUrl":"wio://documents/W1Cl6SkAACsAmfrw"}}],"uid":"digital-transformation2","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["blockchain-advisors-coffee","digital-transformation"],"product_image":{"origin":{"id":"W2HIwCgAACgA2LnS","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F57dfa584-8e78-4b20-a632-4a51bb8b100b_09.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{"medium":{"origin":{"id":"W2HIwCgAACgA2LnS","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F57dfa584-8e78-4b20-a632-4a51bb8b100b_09.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/57277cca69257abde2dba9eb9af193530f615337_09.png"}},"url":"https://prismic-io.s3.amazonaws.com/new-demo/a00e3490bb73c71bbd72ae898237a345e2fb8564_09.png"},"uids_INTERNAL":["digital-transformation2"]} \ No newline at end of file diff --git a/documents/en-us/WzZyWigAACYAj0yG=#=W2gxGSYAACUAWNlP=#=product=#=WzZyWigAACYAj0yI=#=en-us.json b/documents/en-us/WzZyWigAACYAj0yG=#=W2gxGSYAACUAWNlP=#=product=#=WzZyWigAACYAj0yI=#=en-us.json new file mode 100755 index 0000000..9333050 --- /dev/null +++ b/documents/en-us/WzZyWigAACYAj0yG=#=W2gxGSYAACUAWNlP=#=product=#=WzZyWigAACYAj0yI=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Talent Acquisition Pipeline","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Brazil · Espresso","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Brazil · Espresso","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~5","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyVCgAACgAj0xp","mask":"product","wioUrl":"wio://documents/WzZyVCgAACgAj0xp"}},{"product1":{"id":"W1Cl6SkAACsAmfrw","mask":"product","wioUrl":"wio://documents/W1Cl6SkAACsAmfrw"}},{"product1":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}}],"uid":"talent-acquisition-pipeline","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["talent-acquisition-pipeline"],"product_image":{"origin":{"id":"W2HIwCgAACgA2LnR","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F475ad73a-4e60-4713-8475-2091e162bc81_06.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{"medium":{"origin":{"id":"W2HIwCgAACgA2LnR","url":"https://prismic-io.s3.amazonaws.com/new-demo%2F475ad73a-4e60-4713-8475-2091e162bc81_06.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/2ed2f367935f10b3363bee34fc4547ba27ce47cb_06.png"}},"url":"https://prismic-io.s3.amazonaws.com/new-demo/4f01a53cf8a4a3d21fd471d9815b094fb301cc1d_06.png"},"uids_INTERNAL":["talent-acquisition-pipeline"]} \ No newline at end of file diff --git a/documents/en-us/WzZyaSgAACoAj0zL=#=W2gxOCYAACcAWNnd=#=product=#=WzZyaSgAACoAj0zN=#=en-us.json b/documents/en-us/WzZyaSgAACoAj0zL=#=W2gxOCYAACcAWNnd=#=product=#=WzZyaSgAACoAj0zN=#=en-us.json new file mode 100755 index 0000000..45e6cab --- /dev/null +++ b/documents/en-us/WzZyaSgAACoAj0zL=#=W2gxOCYAACcAWNnd=#=product=#=WzZyaSgAACoAj0zN=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Data-Driven Approach","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Costa Rica · Espresso","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Costa Rica · Espresso","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~6","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyWigAACYAj0yG","mask":"product","wioUrl":"wio://documents/WzZyWigAACYAj0yG"}},{"product1":{"id":"WzZyVCgAACgAj0xp","mask":"product","wioUrl":"wio://documents/WzZyVCgAACgAj0xp"}},{"product1":{"id":"W1Cl6SkAACsAmfrw","mask":"product","wioUrl":"wio://documents/W1Cl6SkAACsAmfrw"}}],"uid":"data-driven-approach","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["data-driven-approach"],"product_image":{"origin":{"id":"W2HIvigAACcA2LnD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fd7579cb7-24fe-4166-8c85-e869f0b2d6e3_07.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"thumbnails":{"medium":{"origin":{"id":"W2HIvigAACcA2LnD","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fd7579cb7-24fe-4166-8c85-e869f0b2d6e3_07.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/47fe8a272cb13f92b203da2869545dc8cf251a8a_07.png"}},"url":"https://prismic-io.s3.amazonaws.com/new-demo/323e61c6efbbbb10f6468b3ca0a4cdba7ecc5b7f_07.png"},"uids_INTERNAL":["data-driven-approach"]} \ No newline at end of file diff --git a/documents/en-us/WzZycigAACgAj0z2=#=W2gwpyYAACUAWNdG=#=product=#=WzZycigAACgAj0z4=#=en-us.json b/documents/en-us/WzZycigAACgAj0z2=#=W2gwpyYAACUAWNdG=#=product=#=WzZycigAACgAj0z4=#=en-us.json new file mode 100755 index 0000000..6828f42 --- /dev/null +++ b/documents/en-us/WzZycigAACgAj0z2=#=W2gwpyYAACUAWNdG=#=product=#=WzZycigAACgAj0z4=#=en-us.json @@ -0,0 +1 @@ +{"product_name":[{"type":"heading1","content":{"text":"Immersive Brand Experience","spans":[]}}],"rich_content":[{"type":"heading2","content":{"text":"Colombia · Espresso","spans":[]}},{"type":"list-item","content":{"text":"€14,50 per 250 grams","spans":[]}},{"type":"list-item","content":{"text":"Taste & Notes: Plum Jam. Guji Berry. Elderflower","spans":[]}},{"type":"list-item","content":{"text":"Origin: Kimunye, Kirinyaga","spans":[]}},{"type":"list-item","content":{"text":"Varietal: SL28, SL34, Ruiru 11","spans":[]}},{"type":"list-item","content":{"text":"Process: Fully washed","spans":[]}},{"type":"heading2","content":{"text":"Shipping","spans":[]}},{"type":"paragraph","content":{"text":"€2,65 shipping within France, delivery time 3-5 days. More about shipping.","spans":[]}}],"button_label":[{"type":"paragraph","content":{"text":"Add to cart","spans":[]}}],"button_link":{"url":"https://prismic.io","preview":null},"sub_title":[{"type":"heading2","content":{"text":"Colombia · Espresso","spans":[]}}],"product":"new-demo--disrupt_coffee_catalog_api~7","title":[{"type":"heading2","content":{"text":"What we like","spans":[]}}],"product_description":[{"type":"paragraph","content":{"text":"This coffee guarantees a rather complex set of flavors based on the fruit qualities quite typical for this region. Sweetness levels are somewhere between medium and high, comparable perhaps to the taste of plum jam, with a subtle hint of maple syrup. The acidity is modulated supremely well: expect notes of Guji Berry and red currants – and then, as the cup cools down, a cranberry aftertaste shows up. A good finale indeed.","spans":[]}}],"related_products_title":[{"type":"heading2","content":{"text":"Related Products","spans":[]}}],"related_products":[{"product1":{"id":"WzZyRSgAACcAj0wk","mask":"product","wioUrl":"wio://documents/WzZyRSgAACcAj0wk"}},{"product1":{"id":"WzZyDigAACcAj0sq","mask":"product","wioUrl":"wio://documents/WzZyDigAACcAj0sq"}},{"product1":{"id":"WzZyaSgAACoAj0zL","mask":"product","wioUrl":"wio://documents/WzZyaSgAACoAj0zL"}}],"uid":"immersive-brand-experience","product_image_TYPE":"Image","product_image_POSITION":0,"product_name_TYPE":"StructuredText","product_name_POSITION":1,"rich_content_TYPE":"StructuredText","rich_content_POSITION":2,"button_label_TYPE":"StructuredText","button_label_POSITION":3,"button_link_TYPE":"Link","button_link_POSITION":4,"sub_title_TYPE":"StructuredText","sub_title_POSITION":5,"product_TYPE":"IntegrationFields","product_POSITION":6,"product_old_TYPE":"IntegrationFields","product_old_POSITION":7,"title_TYPE":"StructuredText","title_POSITION":8,"product_description_TYPE":"StructuredText","product_description_POSITION":9,"related_products_title_TYPE":"StructuredText","related_products_title_POSITION":10,"related_products_TYPE":"Group","related_products_POSITION":11,"related_products.product1_TYPE":"Link","related_products.product1_POSITION":12,"uid_TYPE":"UID","uid_POSITION":13,"meta_title_TYPE":"StructuredText","meta_title_POSITION":14,"meta_description_TYPE":"StructuredText","meta_description_POSITION":15,"canonical_url_TYPE":"StructuredText","canonical_url_POSITION":16,"body1_TYPE":"Slices","body1_POSITION":17,"body1.twitter_card_TYPE":"Slice","body1.twitter_card_POSITION":18,"body1.twitter_card.non-repeat.card_title_TYPE":"Text","body1.twitter_card.non-repeat.card_title_POSITION":19,"body1.twitter_card.non-repeat.card_description_TYPE":"Text","body1.twitter_card.non-repeat.card_description_POSITION":20,"body1.twitter_card.non-repeat.card_image_TYPE":"Image","body1.twitter_card.non-repeat.card_image_POSITION":21,"body1.facebook__open_graph__TYPE":"Slice","body1.facebook__open_graph__POSITION":22,"slugs_INTERNAL":["immersive-brand-experience"],"product_image":{"origin":{"id":"W2HIvigAACgA2LnF","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fb878d372-cb56-451a-a5a0-19a7ae3395a1_08.png","width":1130,"height":1130},"width":1130,"height":1130,"edit":{"background":"transparent","zoom":1,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/d1b4d39236832de29d48fbc79b0ff1d911400e05_08.png","thumbnails":{"medium":{"origin":{"id":"W2HIvigAACgA2LnF","url":"https://prismic-io.s3.amazonaws.com/new-demo%2Fb878d372-cb56-451a-a5a0-19a7ae3395a1_08.png","width":1130,"height":1130},"width":800,"height":800,"edit":{"background":"transparent","zoom":0.7079646017699115,"crop":{"x":0,"y":0}},"credits":null,"alt":null,"url":"https://prismic-io.s3.amazonaws.com/new-demo/dcdfa085b65df9851da0cfc42686762216b297c2_08.png"}}},"uids_INTERNAL":["immersive-brand-experience"]} \ No newline at end of file diff --git a/documents/index.json b/documents/index.json new file mode 100755 index 0000000..c4ca516 --- /dev/null +++ b/documents/index.json @@ -0,0 +1 @@ +{"signature":"9607938769f31442b6bd1d0a81e48dfa4465f13f"} \ No newline at end of file