From 5130f40d2ff2b58a457330b48f9d06b3d4484bfc Mon Sep 17 00:00:00 2001 From: axe312ger Date: Tue, 25 Jan 2022 10:59:28 +0100 Subject: [PATCH 01/11] test: update Contentful e2e fixtures --- .../src/__fixtures__/starter-blog-data.js | 52 +- .../__snapshots__/gatsby-node.js.snap | 10 - .../src/__tests__/data.json | 1429 ++++++++++------- 3 files changed, 886 insertions(+), 605 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__fixtures__/starter-blog-data.js b/packages/gatsby-source-contentful/src/__fixtures__/starter-blog-data.js index 5808f74fe837a..60dc97f683950 100644 --- a/packages/gatsby-source-contentful/src/__fixtures__/starter-blog-data.js +++ b/packages/gatsby-source-contentful/src/__fixtures__/starter-blog-data.js @@ -6,7 +6,6 @@ exports.contentTypeItems = () => [ type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `person`, @@ -21,7 +20,6 @@ exports.contentTypeItems = () => [ }, }, revision: 1, - contentful_id: `person`, }, displayField: `name`, name: `Person`, @@ -127,7 +125,6 @@ exports.contentTypeItems = () => [ type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `blogPost`, @@ -142,7 +139,6 @@ exports.contentTypeItems = () => [ }, }, revision: 1, - contentful_id: `blogPost`, }, displayField: `title`, name: `Blog Post`, @@ -241,7 +237,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `31TNnjHlfaGUoMOwU0M2og`, @@ -261,10 +256,8 @@ exports.initialSync = () => { type: `Link`, linkType: `ContentType`, id: `blogPost`, - contentful_id: `blogPost`, }, }, - contentful_id: `31TNnjHlfaGUoMOwU0M2og`, }, fields: { title: { "en-US": `Automate with webhooks` }, @@ -275,7 +268,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Asset`, id: `4shwYI3POEGkw0Eg6kcyaQ`, - contentful_id: `4shwYI3POEGkw0Eg6kcyaQ`, }, }, }, @@ -291,7 +283,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Entry`, id: `15jwOBqpxqSAOy2eOO4S0m`, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, }, }, @@ -306,7 +297,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `3K9b0esdy0q0yGqgW2g6Ke`, @@ -326,10 +316,8 @@ exports.initialSync = () => { type: `Link`, linkType: `ContentType`, id: `blogPost`, - contentful_id: `blogPost`, }, }, - contentful_id: `3K9b0esdy0q0yGqgW2g6Ke`, }, fields: { title: { "en-US": `Hello world` }, @@ -340,7 +328,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Asset`, id: `6Od9v3wzLOysiMum0Wkmme`, - contentful_id: `6Od9v3wzLOysiMum0Wkmme`, }, }, }, @@ -356,7 +343,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Entry`, id: `15jwOBqpxqSAOy2eOO4S0m`, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, }, }, @@ -371,7 +357,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `2PtC9h1YqIA6kaUaIsWEQ0`, @@ -391,10 +376,8 @@ exports.initialSync = () => { type: `Link`, linkType: `ContentType`, id: `blogPost`, - contentful_id: `blogPost`, }, }, - contentful_id: `2PtC9h1YqIA6kaUaIsWEQ0`, }, fields: { title: { "en-US": `Static sites are great` }, @@ -405,7 +388,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Asset`, id: `4NzwDSDlGECGIiokKomsyI`, - contentful_id: `4NzwDSDlGECGIiokKomsyI`, }, }, }, @@ -421,7 +403,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Entry`, id: `15jwOBqpxqSAOy2eOO4S0m`, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, }, }, @@ -436,7 +417,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `15jwOBqpxqSAOy2eOO4S0m`, @@ -456,10 +436,8 @@ exports.initialSync = () => { type: `Link`, linkType: `ContentType`, id: `person`, - contentful_id: `person`, }, }, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, fields: { name: { "en-US": `John Doe` }, @@ -479,7 +457,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Asset`, id: `7orLdboQQowIUs22KAW4U`, - contentful_id: `7orLdboQQowIUs22KAW4U`, }, }, }, @@ -494,7 +471,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `6Od9v3wzLOysiMum0Wkmme`, @@ -509,7 +485,6 @@ exports.initialSync = () => { }, }, revision: 1, - contentful_id: `6Od9v3wzLOysiMum0Wkmme`, }, fields: { title: { "en-US": `Woman with black hat` }, @@ -526,6 +501,7 @@ exports.initialSync = () => { }, }, }, + metadata: { tags: [] }, }, { sys: { @@ -534,7 +510,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `4NzwDSDlGECGIiokKomsyI`, @@ -549,7 +524,6 @@ exports.initialSync = () => { }, }, revision: 1, - contentful_id: `4NzwDSDlGECGIiokKomsyI`, }, fields: { title: { "en-US": `City` }, @@ -566,6 +540,7 @@ exports.initialSync = () => { }, }, }, + metadata: { tags: [] }, }, { sys: { @@ -574,7 +549,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `4shwYI3POEGkw0Eg6kcyaQ`, @@ -589,7 +563,6 @@ exports.initialSync = () => { }, }, revision: 1, - contentful_id: `4shwYI3POEGkw0Eg6kcyaQ`, }, fields: { title: { "en-US": `Man in the fields` }, @@ -606,6 +579,7 @@ exports.initialSync = () => { }, }, }, + metadata: { tags: [] }, }, { sys: { @@ -614,7 +588,6 @@ exports.initialSync = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `7orLdboQQowIUs22KAW4U`, @@ -629,7 +602,6 @@ exports.initialSync = () => { }, }, revision: 1, - contentful_id: `7orLdboQQowIUs22KAW4U`, }, fields: { title: { "en-US": `Sparkler` }, @@ -646,6 +618,7 @@ exports.initialSync = () => { }, }, }, + metadata: { tags: [] }, }, ], deletedEntries: [], @@ -710,7 +683,6 @@ exports.createBlogPost = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `1dHS3UzOqupJZY7AyeDc6s`, @@ -730,10 +702,8 @@ exports.createBlogPost = () => { type: `Link`, linkType: `ContentType`, id: `blogPost`, - contentful_id: `blogPost`, }, }, - contentful_id: `1dHS3UzOqupJZY7AyeDc6s`, }, fields: { title: { "en-US": `Integration tests` }, @@ -744,7 +714,6 @@ exports.createBlogPost = () => { type: `Link`, linkType: `Asset`, id: `1aaRo2sQbdfWnG8iNvnkH3`, - contentful_id: `1aaRo2sQbdfWnG8iNvnkH3`, }, }, }, @@ -760,7 +729,6 @@ exports.createBlogPost = () => { type: `Link`, linkType: `Entry`, id: `15jwOBqpxqSAOy2eOO4S0m`, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, }, }, @@ -776,7 +744,6 @@ exports.createBlogPost = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `1aaRo2sQbdfWnG8iNvnkH3`, @@ -791,7 +758,6 @@ exports.createBlogPost = () => { }, }, revision: 1, - contentful_id: `1aaRo2sQbdfWnG8iNvnkH3`, }, fields: { title: { "en-US": `Dummy image` }, @@ -805,6 +771,7 @@ exports.createBlogPost = () => { }, }, }, + metadata: { tags: [] }, }, ], deletedEntries: [], @@ -869,7 +836,6 @@ exports.updateBlogPost = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, id: `1dHS3UzOqupJZY7AyeDc6s`, @@ -889,10 +855,8 @@ exports.updateBlogPost = () => { type: `Link`, linkType: `ContentType`, id: `blogPost`, - contentful_id: `blogPost`, }, }, - contentful_id: `1dHS3UzOqupJZY7AyeDc6s`, }, fields: { title: { "en-US": `Hello world 1234` }, @@ -903,7 +867,6 @@ exports.updateBlogPost = () => { type: `Link`, linkType: `Asset`, id: `1aaRo2sQbdfWnG8iNvnkH3`, - contentful_id: `1aaRo2sQbdfWnG8iNvnkH3`, }, }, }, @@ -919,7 +882,6 @@ exports.updateBlogPost = () => { type: `Link`, linkType: `Entry`, id: `15jwOBqpxqSAOy2eOO4S0m`, - contentful_id: `15jwOBqpxqSAOy2eOO4S0m`, }, }, }, @@ -994,7 +956,6 @@ exports.removeBlogPost = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, environment: { @@ -1008,7 +969,6 @@ exports.removeBlogPost = () => { createdAt: `2020-06-03T14:28:24.828Z`, updatedAt: `2020-06-03T14:28:24.828Z`, deletedAt: `2020-06-03T14:28:24.828Z`, - contentful_id: `1dHS3UzOqupJZY7AyeDc6s`, }, }, ], @@ -1078,7 +1038,6 @@ exports.removeAsset = () => { type: `Link`, linkType: `Space`, id: `uzfinxahlog0`, - contentful_id: `uzfinxahlog0`, }, }, environment: { @@ -1092,7 +1051,6 @@ exports.removeAsset = () => { createdAt: `2020-06-03T14:28:57.237Z`, updatedAt: `2020-06-03T14:28:57.237Z`, deletedAt: `2020-06-03T14:28:57.237Z`, - contentful_id: `1aaRo2sQbdfWnG8iNvnkH3`, }, }, ], diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap index fc2abb0a802ef..a5b5e8212e2d5 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap @@ -26,7 +26,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "blogPost", "id": "blogPost", "linkType": "ContentType", "type": "Link", @@ -73,7 +72,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", @@ -114,7 +112,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "blogPost", "id": "blogPost", "linkType": "ContentType", "type": "Link", @@ -161,7 +158,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", @@ -208,7 +204,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", @@ -255,7 +250,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", @@ -296,7 +290,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "blogPost", "id": "blogPost", "linkType": "ContentType", "type": "Link", @@ -343,7 +336,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", @@ -384,7 +376,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "blogPost", "id": "blogPost", "linkType": "ContentType", "type": "Link", @@ -431,7 +422,6 @@ Object { "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "person", "id": "person", "linkType": "ContentType", "type": "Link", diff --git a/packages/gatsby-source-contentful/src/__tests__/data.json b/packages/gatsby-source-contentful/src/__tests__/data.json index 3ae5343044db9..b7d048db85054 100644 --- a/packages/gatsby-source-contentful/src/__tests__/data.json +++ b/packages/gatsby-source-contentful/src/__tests__/data.json @@ -2,16 +2,18 @@ "currentSyncData": { "entries": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.000Z", "updatedAt": "2020-06-30T11:22:54.201Z", @@ -19,8 +21,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 4, @@ -28,26 +29,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a" + } }, "fields": { - "title": { "de": "Haus & Küche", "en-US": "Home & Kitchen" }, + "title": { + "de": "Haus & Küche", + "en-US": "Home & Kitchen" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "type": "Asset", "createdAt": "2017-06-27T09:35:36.172Z", "updatedAt": "2017-06-27T09:35:36.172Z", @@ -55,22 +59,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o" + "revision": 1 }, "fields": { - "title": { "en-US": "Home and Kitchen" }, - "description": { "en-US": "category icon" }, + "title": { + "en-US": "Home and Kitchen" + }, + "description": { + "en-US": "category icon" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", "details": { "size": 2977, - "image": { "width": 256, "height": 256 } + "image": { + "width": 256, + "height": 256 + } }, "fileName": "1418244847_Streamline-18-256.png", "contentType": "image/png" @@ -86,16 +95,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c71mfnH4QKsSsQmgoaQuq6O", + "id": "71mfnH4QKsSsQmgoaQuq6O", "type": "Entry", "createdAt": "2017-11-28T02:16:10.604Z", "updatedAt": "2018-08-13T14:27:12.458Z", @@ -103,8 +114,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 4, @@ -112,16 +122,16 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "jsonTest", - "contentful_id": "jsonTest" + "id": "jsonTest" } - }, - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O" + } }, "fields": { "jsonTest": { "en-US": { - "engines": { "yarn": "^1.2.1" }, + "engines": { + "yarn": "^1.2.1" + }, "private": true, "scripts": { "jest": "jest", @@ -188,20 +198,24 @@ } } }, - "jsonStringTest": { "en-US": ["test"] } + "jsonStringTest": { + "en-US": ["test"] + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4L2GhTsJtCseMYM8Wia64i", + "id": "4L2GhTsJtCseMYM8Wia64i", "type": "Entry", "createdAt": "2018-05-28T08:49:06.230Z", "updatedAt": "2018-05-28T08:49:06.230Z", @@ -209,8 +223,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 1, @@ -218,30 +231,32 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "remarkTest", - "contentful_id": "remarkTest" + "id": "remarkTest" } - }, - "contentful_id": "4L2GhTsJtCseMYM8Wia64i" + } }, "fields": { - "title": { "en-US": "Contentful images inlined in Markdown" }, + "title": { + "en-US": "Contentful images inlined in Markdown" + }, "content": { "en-US": "## Toys\n\n![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) \n\n## Chive\n\n![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) \n\n## Playsam Streamliner\n\n![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) \n\n## Whisk beaters\n\n![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) \n\n## SoSo Wall Clock\n\n![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) \n\n## Hudson Wall Cup\n\n![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)" } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "5KsDBWseXY6QegucYAoacS", "type": "Entry", "createdAt": "2017-06-27T09:35:43.996Z", "updatedAt": "2017-06-27T09:56:59.626Z", @@ -249,8 +264,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -258,18 +272,18 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M" + "id": "2PqfXUJwE8qSYKuM0U6w8M" } - }, - "contentful_id": "5KsDBWseXY6QegucYAoacS" + } }, "fields": { "productName": { "de": "Playsam Streamliner Klassisches Auto, Espresso", "en-US": "Playsam Streamliner Classic Car, Espresso" }, - "slug": { "en-US": "playsam-streamliner-classic-car-espresso" }, + "slug": { + "en-US": "playsam-streamliner-classic-car-espresso" + }, "productDescription": { "de": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "en-US": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!" @@ -280,13 +294,15 @@ "image": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "wtrHxeu3zEoEce2MokCSi", @@ -297,22 +313,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "wtrHxeu3zEoEce2MokCSi" + "revision": 1 }, "fields": { - "title": { "en-US": "Playsam Streamliner" }, - "description": { "en-US": "Merchandise photo" }, + "title": { + "en-US": "Playsam Streamliner" + }, + "description": { + "en-US": "Merchandise photo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", "details": { "size": 27187, - "image": { "width": 600, "height": 446 } + "image": { + "width": 600, + "height": 446 + } }, "fileName": "quwowooybuqbl6ntboz3.jpg", "contentType": "image/jpeg" @@ -322,20 +343,24 @@ } ] }, - "tags": { "en-US": ["wood", "toy", "car", "sweden", "design"] }, + "tags": { + "en-US": ["wood", "toy", "car", "sweden", "design"] + }, "categories": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "type": "Entry", "createdAt": "2017-06-27T09:35:44.992Z", "updatedAt": "2017-06-27T09:46:43.477Z", @@ -343,8 +368,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -352,26 +376,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ" + } }, "fields": { - "title": { "de": "Spielzeug", "en-US": "Toys" }, + "title": { + "de": "Spielzeug", + "en-US": "Toys" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "type": "Asset", "createdAt": "2017-06-27T09:35:36.633Z", "updatedAt": "2017-06-27T09:35:36.633Z", @@ -379,22 +406,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6t4HKjytPi0mYgs240wkG" + "revision": 1 }, "fields": { - "title": { "en-US": "Toys" }, - "description": { "en-US": "Category icon set" }, + "title": { + "en-US": "Toys" + }, + "description": { + "en-US": "Category icon set" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", "details": { "size": 6744, - "image": { "width": 128, "height": 128 } + "image": { + "width": 128, + "height": 128 + } }, "fileName": "toys_512pxGREY.png", "contentType": "image/png" @@ -411,16 +443,21 @@ } ] }, - "price": { "de": 44, "en-US": 44 }, + "price": { + "de": 44, + "en-US": 44 + }, "brand": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "JrePkDVYomE8AwcuCUyMi", @@ -431,8 +468,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -440,26 +476,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi" + } }, "fields": { - "companyName": { "en-US": "Playsam" }, + "companyName": { + "en-US": "Playsam" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "type": "Asset", "createdAt": "2017-06-27T09:35:36.168Z", "updatedAt": "2017-06-27T09:35:36.168Z", @@ -467,22 +505,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2" + "revision": 1 }, "fields": { - "title": { "en-US": "Playsam" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Playsam" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", "details": { "size": 7003, - "image": { "width": 100, "height": 100 } + "image": { + "width": 100, + "height": 100 + } }, "fileName": "playsam.jpg", "contentType": "image/jpeg" @@ -495,26 +538,36 @@ "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984." }, - "website": { "en-US": "http://playsam.com/" } + "website": { + "en-US": "http://playsam.com/" + } } } }, - "quantity": { "en-US": 56 }, - "sku": { "en-US": "B001R6JUZ2" }, - "website": { "en-US": "http://www.amazon.com/dp/B001R6JUZ2/" } + "quantity": { + "en-US": 56 + }, + "sku": { + "en-US": "B001R6JUZ2" + }, + "website": { + "en-US": "http://www.amazon.com/dp/B001R6JUZ2/" + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "type": "Entry", "createdAt": "2017-06-27T09:35:43.997Z", "updatedAt": "2017-06-27T09:55:16.820Z", @@ -522,8 +575,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -531,26 +583,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q" + } }, "fields": { - "companyName": { "en-US": "Normann Copenhagen" }, + "companyName": { + "en-US": "Normann Copenhagen" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "type": "Asset", "createdAt": "2017-06-27T09:35:37.178Z", "updatedAt": "2017-06-27T09:35:37.178Z", @@ -558,22 +612,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu" + "revision": 1 }, "fields": { - "title": { "en-US": "Normann Copenhagen" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Normann Copenhagen" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", "details": { "size": 12302, - "image": { "width": 353, "height": 353 } + "image": { + "width": 353, + "height": 353 + } }, "fileName": "zJYzDlGk.jpeg", "contentType": "image/jpeg" @@ -586,23 +645,33 @@ "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic." }, - "website": { "en-US": "http://www.normann-copenhagen.com/" }, - "twitter": { "en-US": "https://twitter.com/NormannCPH" }, - "email": { "en-US": "normann@normann-copenhagen.com" }, - "phone": { "en-US": ["+45 35 55 44 59"] } + "website": { + "en-US": "http://www.normann-copenhagen.com/" + }, + "twitter": { + "en-US": "https://twitter.com/NormannCPH" + }, + "email": { + "en-US": "normann@normann-copenhagen.com" + }, + "phone": { + "en-US": ["+45 35 55 44 59"] + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c3DVqIYj4dOwwcKu6sgqOgg", + "id": "3DVqIYj4dOwwcKu6sgqOgg", "type": "Entry", "createdAt": "2017-06-27T09:35:44.006Z", "updatedAt": "2017-06-27T09:54:51.159Z", @@ -610,8 +679,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -619,30 +687,37 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M" + "id": "2PqfXUJwE8qSYKuM0U6w8M" } - }, - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg" + } }, "fields": { - "productName": { "de": "Becher", "en-US": "Hudson Wall Cup" }, - "slug": { "en-US": "hudson-wall-cup" }, + "productName": { + "de": "Becher", + "en-US": "Hudson Wall Cup" + }, + "slug": { + "en-US": "hudson-wall-cup" + }, "productDescription": { "de": "Wand-hängende Glas-Blumen-Vase und Terrarium", "en-US": "Wall Hanging Glass Flower Vase and Terrarium" }, - "sizetypecolor": { "en-US": "3 x 3 x 5 inches; 5.3 ounces" }, + "sizetypecolor": { + "en-US": "3 x 3 x 5 inches; 5.3 ounces" + }, "image": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "Xc0ny7GWsMEMCeASWO2um", @@ -653,22 +728,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "Xc0ny7GWsMEMCeASWO2um" + "revision": 1 }, "fields": { - "title": { "en-US": "Hudson Wall Cup " }, - "description": { "en-US": "Merchandise image" }, + "title": { + "en-US": "Hudson Wall Cup " + }, + "description": { + "en-US": "Merchandise image" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", "details": { "size": 48751, - "image": { "width": 600, "height": 600 } + "image": { + "width": 600, + "height": 600 + } }, "fileName": "jqvtazcyfwseah9fmysz.jpg", "contentType": "image/jpeg" @@ -678,20 +758,24 @@ } ] }, - "tags": { "en-US": ["vase", "flowers", "accessories"] }, + "tags": { + "en-US": ["vase", "flowers", "accessories"] + }, "categories": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.000Z", "updatedAt": "2020-06-30T11:22:54.201Z", @@ -699,8 +783,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 4, @@ -708,26 +791,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a" + } }, "fields": { - "title": { "de": "Haus & Küche", "en-US": "Home & Kitchen" }, + "title": { + "de": "Haus & Küche", + "en-US": "Home & Kitchen" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "type": "Asset", "createdAt": "2017-06-27T09:35:36.172Z", "updatedAt": "2017-06-27T09:35:36.172Z", @@ -735,22 +821,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o" + "revision": 1 }, "fields": { - "title": { "en-US": "Home and Kitchen" }, - "description": { "en-US": "category icon" }, + "title": { + "en-US": "Home and Kitchen" + }, + "description": { + "en-US": "category icon" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", "details": { "size": 2977, - "image": { "width": 256, "height": 256 } + "image": { + "width": 256, + "height": 256 + } }, "fileName": "1418244847_Streamline-18-256.png", "contentType": "image/png" @@ -767,19 +858,24 @@ } ] }, - "price": { "de": 11, "en-US": 11 }, + "price": { + "de": 11, + "en-US": 11 + }, "brand": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "type": "Entry", "createdAt": "2017-06-27T09:35:43.997Z", "updatedAt": "2017-06-27T09:55:16.820Z", @@ -787,8 +883,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -796,26 +891,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q" + } }, "fields": { - "companyName": { "en-US": "Normann Copenhagen" }, + "companyName": { + "en-US": "Normann Copenhagen" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "type": "Asset", "createdAt": "2017-06-27T09:35:37.178Z", "updatedAt": "2017-06-27T09:35:37.178Z", @@ -823,22 +920,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu" + "revision": 1 }, "fields": { - "title": { "en-US": "Normann Copenhagen" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Normann Copenhagen" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", "details": { "size": 12302, - "image": { "width": 353, "height": 353 } + "image": { + "width": 353, + "height": 353 + } }, "fileName": "zJYzDlGk.jpeg", "contentType": "image/jpeg" @@ -851,29 +953,45 @@ "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic." }, - "website": { "en-US": "http://www.normann-copenhagen.com/" }, - "twitter": { "en-US": "https://twitter.com/NormannCPH" }, - "email": { "en-US": "normann@normann-copenhagen.com" }, - "phone": { "en-US": ["+45 35 55 44 59"] } + "website": { + "en-US": "http://www.normann-copenhagen.com/" + }, + "twitter": { + "en-US": "https://twitter.com/NormannCPH" + }, + "email": { + "en-US": "normann@normann-copenhagen.com" + }, + "phone": { + "en-US": ["+45 35 55 44 59"] + } } } }, - "quantity": { "en-US": 101 }, - "sku": { "en-US": "B00E82D7I8" }, - "website": { "en-US": "http://www.amazon.com/dp/B00E82D7I8/" } + "quantity": { + "en-US": 101 + }, + "sku": { + "en-US": "B00E82D7I8" + }, + "website": { + "en-US": "http://www.amazon.com/dp/B00E82D7I8/" + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6dbjWqNd9SqccegcqYq224", + "id": "6dbjWqNd9SqccegcqYq224", "type": "Entry", "createdAt": "2017-06-27T09:35:44.049Z", "updatedAt": "2017-06-27T09:53:23.179Z", @@ -881,8 +999,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -890,33 +1007,40 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M" + "id": "2PqfXUJwE8qSYKuM0U6w8M" } - }, - "contentful_id": "6dbjWqNd9SqccegcqYq224" + } }, "fields": { - "productName": { "de": "Schneebesen", "en-US": "Whisk Beater" }, - "slug": { "en-US": "whisk-beater" }, + "productName": { + "de": "Schneebesen", + "en-US": "Whisk Beater" + }, + "slug": { + "en-US": "whisk-beater" + }, "productDescription": { "de": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "en-US": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea." }, - "sizetypecolor": { "en-US": "0.8 x 0.8 x 11.2 inches; 1.6 ounces" }, + "sizetypecolor": { + "en-US": "0.8 x 0.8 x 11.2 inches; 1.6 ounces" + }, "image": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c10TkaLheGeQG6qQGqWYqUI", + "id": "10TkaLheGeQG6qQGqWYqUI", "type": "Asset", "createdAt": "2017-06-27T09:35:36.032Z", "updatedAt": "2017-06-27T09:35:36.032Z", @@ -924,22 +1048,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "10TkaLheGeQG6qQGqWYqUI" + "revision": 1 }, "fields": { - "title": { "en-US": "Whisk beaters" }, - "description": { "en-US": "Merchandise photo" }, + "title": { + "en-US": "Whisk beaters" + }, + "description": { + "en-US": "Merchandise photo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", "details": { "size": 28435, - "image": { "width": 450, "height": 600 } + "image": { + "width": 450, + "height": 600 + } }, "fileName": "ryugj83mqwa1asojwtwb.jpg", "contentType": "image/jpeg" @@ -961,16 +1090,18 @@ "categories": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.000Z", "updatedAt": "2020-06-30T11:22:54.201Z", @@ -978,8 +1109,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 4, @@ -987,26 +1117,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a" + } }, "fields": { - "title": { "de": "Haus & Küche", "en-US": "Home & Kitchen" }, + "title": { + "de": "Haus & Küche", + "en-US": "Home & Kitchen" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "type": "Asset", "createdAt": "2017-06-27T09:35:36.172Z", "updatedAt": "2017-06-27T09:35:36.172Z", @@ -1014,22 +1147,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o" + "revision": 1 }, "fields": { - "title": { "en-US": "Home and Kitchen" }, - "description": { "en-US": "category icon" }, + "title": { + "en-US": "Home and Kitchen" + }, + "description": { + "en-US": "category icon" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", "details": { "size": 2977, - "image": { "width": 256, "height": 256 } + "image": { + "width": 256, + "height": 256 + } }, "fileName": "1418244847_Streamline-18-256.png", "contentType": "image/png" @@ -1046,19 +1184,24 @@ } ] }, - "price": { "de": 22, "en-US": 22 }, + "price": { + "de": 22, + "en-US": 22 + }, "brand": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "type": "Entry", "createdAt": "2017-06-27T09:35:43.997Z", "updatedAt": "2017-06-27T09:55:16.820Z", @@ -1066,8 +1209,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1075,26 +1217,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q" + } }, "fields": { - "companyName": { "en-US": "Normann Copenhagen" }, + "companyName": { + "en-US": "Normann Copenhagen" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "type": "Asset", "createdAt": "2017-06-27T09:35:37.178Z", "updatedAt": "2017-06-27T09:35:37.178Z", @@ -1102,22 +1246,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu" + "revision": 1 }, "fields": { - "title": { "en-US": "Normann Copenhagen" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Normann Copenhagen" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", "details": { "size": 12302, - "image": { "width": 353, "height": 353 } + "image": { + "width": 353, + "height": 353 + } }, "fileName": "zJYzDlGk.jpeg", "contentType": "image/jpeg" @@ -1130,29 +1279,45 @@ "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic." }, - "website": { "en-US": "http://www.normann-copenhagen.com/" }, - "twitter": { "en-US": "https://twitter.com/NormannCPH" }, - "email": { "en-US": "normann@normann-copenhagen.com" }, - "phone": { "en-US": ["+45 35 55 44 59"] } + "website": { + "en-US": "http://www.normann-copenhagen.com/" + }, + "twitter": { + "en-US": "https://twitter.com/NormannCPH" + }, + "email": { + "en-US": "normann@normann-copenhagen.com" + }, + "phone": { + "en-US": ["+45 35 55 44 59"] + } } } }, - "quantity": { "en-US": 89 }, - "sku": { "en-US": "B0081F2CCK" }, - "website": { "en-US": "http://www.amazon.com/dp/B0081F2CCK/" } + "quantity": { + "en-US": 89 + }, + "sku": { + "en-US": "B0081F2CCK" + }, + "website": { + "en-US": "http://www.amazon.com/dp/B0081F2CCK/" + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "4BqrajvA8E6qwgkieoqmqO", "type": "Entry", "createdAt": "2017-06-27T09:35:44.130Z", "updatedAt": "2017-06-27T09:52:29.215Z", @@ -1160,8 +1325,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1169,30 +1333,37 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M" + "id": "2PqfXUJwE8qSYKuM0U6w8M" } - }, - "contentful_id": "4BqrajvA8E6qwgkieoqmqO" + } }, "fields": { - "productName": { "de": "SoSo wanduhr", "en-US": "SoSo Wall Clock" }, - "slug": { "en-US": "soso-wall-clock" }, + "productName": { + "de": "SoSo wanduhr", + "en-US": "SoSo Wall Clock" + }, + "slug": { + "en-US": "soso-wall-clock" + }, "productDescription": { "de": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "en-US": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors." }, - "sizetypecolor": { "en-US": "10\" x 2.2\"" }, + "sizetypecolor": { + "en-US": "10\" x 2.2\"" + }, "image": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "KTRF62Q4gg60q6WCsWKw8", @@ -1203,22 +1374,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "KTRF62Q4gg60q6WCsWKw8" + "revision": 1 }, "fields": { - "title": { "en-US": "SoSo Wall Clock" }, - "description": { "en-US": "by Lemnos" }, + "title": { + "en-US": "SoSo Wall Clock" + }, + "description": { + "en-US": "by Lemnos" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", "details": { "size": 66927, - "image": { "width": 1000, "height": 1000 } + "image": { + "width": 1000, + "height": 1000 + } }, "fileName": "soso.clock.jpg", "contentType": "image/jpeg" @@ -1240,16 +1416,18 @@ "categories": { "en-US": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.000Z", "updatedAt": "2020-06-30T11:22:54.201Z", @@ -1257,8 +1435,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 4, @@ -1266,26 +1443,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a" + } }, "fields": { - "title": { "de": "Haus & Küche", "en-US": "Home & Kitchen" }, + "title": { + "de": "Haus & Küche", + "en-US": "Home & Kitchen" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "type": "Asset", "createdAt": "2017-06-27T09:35:36.172Z", "updatedAt": "2017-06-27T09:35:36.172Z", @@ -1293,22 +1473,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o" + "revision": 1 }, "fields": { - "title": { "en-US": "Home and Kitchen" }, - "description": { "en-US": "category icon" }, + "title": { + "en-US": "Home and Kitchen" + }, + "description": { + "en-US": "category icon" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", "details": { "size": 2977, - "image": { "width": 256, "height": 256 } + "image": { + "width": 256, + "height": 256 + } }, "fileName": "1418244847_Streamline-18-256.png", "contentType": "image/png" @@ -1325,19 +1510,24 @@ } ] }, - "price": { "de": 120, "en-US": 120 }, + "price": { + "de": 120, + "en-US": 120 + }, "brand": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.396Z", "updatedAt": "2017-06-27T09:51:15.647Z", @@ -1345,8 +1535,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1354,26 +1543,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a" + } }, "fields": { - "companyName": { "en-US": "Lemnos" }, + "companyName": { + "en-US": "Lemnos" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "type": "Asset", "createdAt": "2017-06-27T09:35:37.012Z", "updatedAt": "2017-06-27T09:35:37.012Z", @@ -1381,22 +1572,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI" + "revision": 1 }, "fields": { - "title": { "en-US": "Lemnos" }, - "description": { "en-US": "company logo" }, + "title": { + "en-US": "Lemnos" + }, + "description": { + "en-US": "company logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", "details": { "size": 7149, - "image": { "width": 175, "height": 32 } + "image": { + "width": 175, + "height": 32 + } }, "fileName": "lemnos-logo.jpg", "contentType": "image/jpeg" @@ -1409,28 +1605,42 @@ "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd.\n\nWir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \"Lemnos Brand\" wurde als globale Designuhr von einem Meisterwerk \"HOLA\" von Kazuo KAWASAKI entworfen, das 1989 erschien.\n\nDanach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht.\n\nLemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt.\n\nIn den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt.\n\nUnsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966.\n\nWe entered into the development for the original planning from late 1980 and \"Lemnos Brand\" recognized as the global design clock by a masterpiece \"HOLA\" designed by Kazuo KAWASAKI which released in 1989.\n\nAfterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world.\n\nLemnos brand products are now highly praised from the design shops and the interior shops all over the world.\n\nIn recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market.\n\nOur Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever." }, - "website": { "en-US": "http://www.lemnos.jp/en/" }, - "email": { "en-US": "info@acgears.com" }, - "phone": { "en-US": ["+1 212 260 2269"] } + "website": { + "en-US": "http://www.lemnos.jp/en/" + }, + "email": { + "en-US": "info@acgears.com" + }, + "phone": { + "en-US": ["+1 212 260 2269"] + } } } }, - "quantity": { "en-US": 3 }, - "sku": { "en-US": "B00MG4ULK2" }, - "website": { "en-US": "http://store.dwell.com/soso-wall-clock.html" } + "quantity": { + "en-US": 3 + }, + "sku": { + "en-US": "B00MG4ULK2" + }, + "website": { + "en-US": "http://store.dwell.com/soso-wall-clock.html" + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "type": "Entry", "createdAt": "2017-06-27T09:35:44.396Z", "updatedAt": "2017-06-27T09:51:15.647Z", @@ -1438,8 +1648,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1447,26 +1656,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a" + } }, "fields": { - "companyName": { "en-US": "Lemnos" }, + "companyName": { + "en-US": "Lemnos" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "type": "Asset", "createdAt": "2017-06-27T09:35:37.012Z", "updatedAt": "2017-06-27T09:35:37.012Z", @@ -1474,22 +1685,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI" + "revision": 1 }, "fields": { - "title": { "en-US": "Lemnos" }, - "description": { "en-US": "company logo" }, + "title": { + "en-US": "Lemnos" + }, + "description": { + "en-US": "company logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", "details": { "size": 7149, - "image": { "width": 175, "height": 32 } + "image": { + "width": 175, + "height": 32 + } }, "fileName": "lemnos-logo.jpg", "contentType": "image/jpeg" @@ -1502,19 +1718,27 @@ "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd.\n\nWir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \"Lemnos Brand\" wurde als globale Designuhr von einem Meisterwerk \"HOLA\" von Kazuo KAWASAKI entworfen, das 1989 erschien.\n\nDanach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht.\n\nLemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt.\n\nIn den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt.\n\nUnsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966.\n\nWe entered into the development for the original planning from late 1980 and \"Lemnos Brand\" recognized as the global design clock by a masterpiece \"HOLA\" designed by Kazuo KAWASAKI which released in 1989.\n\nAfterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world.\n\nLemnos brand products are now highly praised from the design shops and the interior shops all over the world.\n\nIn recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market.\n\nOur Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever." }, - "website": { "en-US": "http://www.lemnos.jp/en/" }, - "email": { "en-US": "info@acgears.com" }, - "phone": { "en-US": ["+1 212 260 2269"] } + "website": { + "en-US": "http://www.lemnos.jp/en/" + }, + "email": { + "en-US": "info@acgears.com" + }, + "phone": { + "en-US": ["+1 212 260 2269"] + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "JrePkDVYomE8AwcuCUyMi", @@ -1525,8 +1749,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1534,26 +1757,28 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes", - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "id": "sFzTZbSuM8coEwygeUYes" } - }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi" + } }, "fields": { - "companyName": { "en-US": "Playsam" }, + "companyName": { + "en-US": "Playsam" + }, "logo": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "type": "Asset", "createdAt": "2017-06-27T09:35:36.168Z", "updatedAt": "2017-06-27T09:35:36.168Z", @@ -1561,22 +1786,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2" + "revision": 1 }, "fields": { - "title": { "en-US": "Playsam" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Playsam" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", "details": { "size": 7003, - "image": { "width": 100, "height": 100 } + "image": { + "width": 100, + "height": 100 + } }, "fileName": "playsam.jpg", "contentType": "image/jpeg" @@ -1589,20 +1819,24 @@ "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984." }, - "website": { "en-US": "http://playsam.com/" } + "website": { + "en-US": "http://playsam.com/" + } } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "type": "Entry", "createdAt": "2017-06-27T09:35:44.992Z", "updatedAt": "2017-06-27T09:46:43.477Z", @@ -1610,8 +1844,7 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, "revision": 2, @@ -1619,26 +1852,29 @@ "sys": { "type": "Link", "linkType": "ContentType", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "id": "6XwpTaSiiI2Ak2Ww0oi6qa" } - }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ" + } }, "fields": { - "title": { "de": "Spielzeug", "en-US": "Toys" }, + "title": { + "de": "Spielzeug", + "en-US": "Toys" + }, "icon": { "en-US": { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "type": "Asset", "createdAt": "2017-06-27T09:35:36.633Z", "updatedAt": "2017-06-27T09:35:36.633Z", @@ -1646,22 +1882,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6t4HKjytPi0mYgs240wkG" + "revision": 1 }, "fields": { - "title": { "en-US": "Toys" }, - "description": { "en-US": "Category icon set" }, + "title": { + "en-US": "Toys" + }, + "description": { + "en-US": "Category icon set" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", "details": { "size": 6744, - "image": { "width": 128, "height": 128 } + "image": { + "width": 128, + "height": 128 + } }, "fileName": "toys_512pxGREY.png", "contentType": "image/png" @@ -1679,16 +1920,18 @@ ], "assets": [ { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "type": "Asset", "createdAt": "2017-06-27T09:35:37.178Z", "updatedAt": "2017-06-27T09:35:37.178Z", @@ -1696,22 +1939,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu" + "revision": 1 }, "fields": { - "title": { "en-US": "Normann Copenhagen" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Normann Copenhagen" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", "details": { "size": 12302, - "image": { "width": 353, "height": 353 } + "image": { + "width": 353, + "height": 353 + } }, "fileName": "zJYzDlGk.jpeg", "contentType": "image/jpeg" @@ -1720,13 +1968,15 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "KTRF62Q4gg60q6WCsWKw8", @@ -1737,22 +1987,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "KTRF62Q4gg60q6WCsWKw8" + "revision": 1 }, "fields": { - "title": { "en-US": "SoSo Wall Clock" }, - "description": { "en-US": "by Lemnos" }, + "title": { + "en-US": "SoSo Wall Clock" + }, + "description": { + "en-US": "by Lemnos" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", "details": { "size": 66927, - "image": { "width": 1000, "height": 1000 } + "image": { + "width": 1000, + "height": 1000 + } }, "fileName": "soso.clock.jpg", "contentType": "image/jpeg" @@ -1761,13 +2016,15 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "Xc0ny7GWsMEMCeASWO2um", @@ -1778,22 +2035,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "Xc0ny7GWsMEMCeASWO2um" + "revision": 1 }, "fields": { - "title": { "en-US": "Hudson Wall Cup " }, - "description": { "en-US": "Merchandise image" }, + "title": { + "en-US": "Hudson Wall Cup " + }, + "description": { + "en-US": "Merchandise image" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", "details": { "size": 48751, - "image": { "width": 600, "height": 600 } + "image": { + "width": 600, + "height": 600 + } }, "fileName": "jqvtazcyfwseah9fmysz.jpg", "contentType": "image/jpeg" @@ -1802,16 +2064,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "type": "Asset", "createdAt": "2017-06-27T09:35:37.012Z", "updatedAt": "2017-06-27T09:35:37.012Z", @@ -1819,22 +2083,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI" + "revision": 1 }, "fields": { - "title": { "en-US": "Lemnos" }, - "description": { "en-US": "company logo" }, + "title": { + "en-US": "Lemnos" + }, + "description": { + "en-US": "company logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", "details": { "size": 7149, - "image": { "width": 175, "height": 32 } + "image": { + "width": 175, + "height": 32 + } }, "fileName": "lemnos-logo.jpg", "contentType": "image/jpeg" @@ -1843,16 +2112,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "type": "Asset", "createdAt": "2017-06-27T09:35:36.633Z", "updatedAt": "2017-06-27T09:35:36.633Z", @@ -1860,22 +2131,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6t4HKjytPi0mYgs240wkG" + "revision": 1 }, "fields": { - "title": { "en-US": "Toys" }, - "description": { "en-US": "Category icon set" }, + "title": { + "en-US": "Toys" + }, + "description": { + "en-US": "Category icon set" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", "details": { "size": 6744, - "image": { "width": 128, "height": 128 } + "image": { + "width": 128, + "height": 128 + } }, "fileName": "toys_512pxGREY.png", "contentType": "image/png" @@ -1884,16 +2160,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c1MgbdJNTsMWKI0W68oYqkU", + "id": "1MgbdJNTsMWKI0W68oYqkU", "type": "Asset", "createdAt": "2017-06-27T09:35:36.182Z", "updatedAt": "2017-06-27T09:35:36.182Z", @@ -1901,22 +2179,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU" + "revision": 1 }, "fields": { - "title": { "en-US": "Chive logo" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Chive logo" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "details": { "size": 44089, - "image": { "width": 500, "height": 500 } + "image": { + "width": 500, + "height": 500 + } }, "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "contentType": "image/jpeg" @@ -1925,16 +2208,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "type": "Asset", "createdAt": "2017-06-27T09:35:36.172Z", "updatedAt": "2017-06-27T09:35:36.172Z", @@ -1942,22 +2227,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o" + "revision": 1 }, "fields": { - "title": { "en-US": "Home and Kitchen" }, - "description": { "en-US": "category icon" }, + "title": { + "en-US": "Home and Kitchen" + }, + "description": { + "en-US": "category icon" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", "details": { "size": 2977, - "image": { "width": 256, "height": 256 } + "image": { + "width": 256, + "height": 256 + } }, "fileName": "1418244847_Streamline-18-256.png", "contentType": "image/png" @@ -1966,16 +2256,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "type": "Asset", "createdAt": "2017-06-27T09:35:36.168Z", "updatedAt": "2017-06-27T09:35:36.168Z", @@ -1983,22 +2275,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2" + "revision": 1 }, "fields": { - "title": { "en-US": "Playsam" }, - "description": { "en-US": "Brand logo" }, + "title": { + "en-US": "Playsam" + }, + "description": { + "en-US": "Brand logo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", "details": { "size": 7003, - "image": { "width": 100, "height": 100 } + "image": { + "width": 100, + "height": 100 + } }, "fileName": "playsam.jpg", "contentType": "image/jpeg" @@ -2007,13 +2304,15 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "wtrHxeu3zEoEce2MokCSi", @@ -2024,22 +2323,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "wtrHxeu3zEoEce2MokCSi" + "revision": 1 }, "fields": { - "title": { "en-US": "Playsam Streamliner" }, - "description": { "en-US": "Merchandise photo" }, + "title": { + "en-US": "Playsam Streamliner" + }, + "description": { + "en-US": "Merchandise photo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", "details": { "size": 27187, - "image": { "width": 600, "height": 446 } + "image": { + "width": 600, + "height": 446 + } }, "fileName": "quwowooybuqbl6ntboz3.jpg", "contentType": "image/jpeg" @@ -2048,16 +2352,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c10TkaLheGeQG6qQGqWYqUI", + "id": "10TkaLheGeQG6qQGqWYqUI", "type": "Asset", "createdAt": "2017-06-27T09:35:36.032Z", "updatedAt": "2017-06-27T09:35:36.032Z", @@ -2065,22 +2371,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "10TkaLheGeQG6qQGqWYqUI" + "revision": 1 }, "fields": { - "title": { "en-US": "Whisk beaters" }, - "description": { "en-US": "Merchandise photo" }, + "title": { + "en-US": "Whisk beaters" + }, + "description": { + "en-US": "Merchandise photo" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", "details": { "size": 28435, - "image": { "width": 450, "height": 600 } + "image": { + "width": 450, + "height": 600 + } }, "fileName": "ryugj83mqwa1asojwtwb.jpg", "contentType": "image/jpeg" @@ -2089,16 +2400,18 @@ } }, { + "metadata": { + "tags": [] + }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6s3iG2OVmoUcosmA8ocqsG", + "id": "6s3iG2OVmoUcosmA8ocqsG", "type": "Asset", "createdAt": "2017-06-27T09:35:35.994Z", "updatedAt": "2017-06-27T09:35:35.994Z", @@ -2106,22 +2419,27 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG" + "revision": 1 }, "fields": { - "title": { "en-US": "House icon" }, - "description": { "en-US": "Category icon set" }, + "title": { + "en-US": "House icon" + }, + "description": { + "en-US": "Category icon set" + }, "file": { "en-US": { "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", "details": { "size": 4244, - "image": { "width": 250, "height": 250 } + "image": { + "width": 250, + "height": 250 + } }, "fileName": "1418244847_Streamline-18-256 (1).png", "contentType": "image/png" @@ -2132,7 +2450,7 @@ ], "deletedEntries": [], "deletedAssets": [], - "nextSyncToken": "FEnChMOBwr1Yw4TCqsK2LcKpCH3CjsORIyLDrGbDtgozw6xreMKCwpjCtlxATw0gwoHCigbDssKxwq8FwqljTmnDhkzDgiIVbSnDkHfDnHBEwpfChcK8TcKsMjNlagJ9S8KXwpLDkcKrwrPCl2wlGcOlC8KI" + "nextSyncToken": "dDFSNcK6bMO7woHDuMK7A8O_KWQDPh9SwobDmsOmayXCocOVw5XDgMOJw6fDp2gUE8KuQBbCv2DCgMKuw6cnFsKTYsOdworDngbDhMONwo_Dl8KcMGHCrRZmfBTDq8KOOALChcKqZRTCgcOITsO_Z3zCucOhT8KeCg" }, "contentTypeItems": [ { @@ -2141,11 +2459,10 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "type": "ContentType", "createdAt": "2017-06-27T09:35:31.492Z", "updatedAt": "2017-06-27T09:40:52.685Z", @@ -2153,12 +2470,10 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 2, - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa" + "revision": 2 }, "displayField": "title", "name": "Category", @@ -2200,8 +2515,7 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "sFzTZbSuM8coEwygeUYes", @@ -2212,12 +2526,10 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 2, - "contentful_id": "sFzTZbSuM8coEwygeUYes" + "revision": 2 }, "displayField": "companyName", "name": "Brand", @@ -2286,7 +2598,10 @@ "required": false, "disabled": false, "omitted": false, - "items": { "type": "Symbol", "validations": [] } + "items": { + "type": "Symbol", + "validations": [] + } } ] }, @@ -2296,11 +2611,10 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "type": "ContentType", "createdAt": "2017-06-27T09:35:31.538Z", "updatedAt": "2017-06-27T09:40:36.821Z", @@ -2308,12 +2622,10 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 2, - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M" + "revision": 2 }, "displayField": "productName", "name": "Product", @@ -2363,7 +2675,11 @@ "required": false, "disabled": false, "omitted": false, - "items": { "type": "Link", "validations": [], "linkType": "Asset" } + "items": { + "type": "Link", + "validations": [], + "linkType": "Asset" + } }, { "id": "tags", @@ -2373,7 +2689,10 @@ "required": false, "disabled": false, "omitted": false, - "items": { "type": "Symbol", "validations": [] } + "items": { + "type": "Symbol", + "validations": [] + } }, { "id": "categories", @@ -2385,7 +2704,11 @@ "omitted": false, "items": { "type": "Link", - "validations": [{ "linkContentType": ["6XwpTaSiiI2Ak2Ww0oi6qa"] }], + "validations": [ + { + "linkContentType": ["6XwpTaSiiI2Ak2Ww0oi6qa"] + } + ], "linkType": "Entry" } }, @@ -2406,7 +2729,12 @@ "required": false, "disabled": false, "omitted": false, - "linkType": "Entry" + "linkType": "Entry", + "validations": [ + { + "linkContentType": ["sFzTZbSuM8coEwygeUYes"] + } + ] }, { "id": "quantity", @@ -2443,8 +2771,7 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "jsonTest", @@ -2455,12 +2782,10 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 3, - "contentful_id": "jsonTest" + "revision": 3 }, "displayField": null, "name": "JSON-test", @@ -2501,8 +2826,7 @@ "sys": { "type": "Link", "linkType": "Space", - "id": "rocybtov1ozk", - "contentful_id": "rocybtov1ozk" + "id": "rocybtov1ozk" } }, "id": "remarkTest", @@ -2513,12 +2837,10 @@ "sys": { "id": "master", "type": "Link", - "linkType": "Environment", - "contentful_id": "master" + "linkType": "Environment" } }, - "revision": 1, - "contentful_id": "remarkTest" + "revision": 1 }, "displayField": "title", "name": "Remark Test", @@ -2552,18 +2874,29 @@ "name": "U.S. English", "default": true, "fallbackCode": null, - "sys": { "id": "6OG74dfhUB1fnFIDkbHG8C", "type": "Locale", "version": 1 } + "sys": { + "id": "6OG74dfhUB1fnFIDkbHG8C", + "type": "Locale", + "version": 1 + } }, { "code": "de", "name": "German", "default": false, "fallbackCode": "en-US", - "sys": { "id": "0tzsbfi28hdcgfczL6WzUq", "type": "Locale", "version": 1 } + "sys": { + "id": "0tzsbfi28hdcgfczL6WzUq", + "type": "Locale", + "version": 1 + } } ], "space": { - "sys": { "type": "Space", "id": "rocybtov1ozk" }, + "sys": { + "type": "Space", + "id": "rocybtov1ozk" + }, "name": "gatsby-source-contentful", "locales": [ { From 3d00c3e69008d05968df9be04ee2911d43f09387 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Tue, 25 Jan 2022 12:05:37 +0100 Subject: [PATCH 02/11] test: make snapshots reflect changes in fixtures --- .../__tests__/__snapshots__/normalize.js.snap | 3289 ++++++++--------- 1 file changed, 1582 insertions(+), 1707 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap index 919d1add0b746..de51e300e3679 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap @@ -33,22 +33,22 @@ Array [ "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -64,30 +64,29 @@ Array [ "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -127,22 +126,22 @@ Array [ "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -158,30 +157,29 @@ Array [ "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -229,22 +227,22 @@ Array [ "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -267,30 +265,29 @@ Array [ "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -356,22 +353,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Lemnos", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -391,30 +388,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.lemnos.jp/en/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -457,22 +453,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -487,20 +483,20 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://playsam.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi", "createdAt": "2017-06-27T09:35:44.988Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -510,7 +506,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -558,22 +553,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -588,20 +583,20 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://playsam.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi", "createdAt": "2017-06-27T09:35:44.988Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -611,7 +606,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -654,22 +648,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -685,30 +679,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -745,12 +738,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam Streamliner", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "wtrHxeu3zEoEce2MokCSi", "createdAt": "2017-06-27T09:35:36.037Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -760,7 +754,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -809,30 +802,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B001R6JUZ2/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "5KsDBWseXY6QegucYAoacS", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -881,22 +873,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -919,30 +911,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -985,22 +976,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1016,30 +1007,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1076,12 +1066,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Hudson Wall Cup ", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", "createdAt": "2017-06-27T09:35:37.027Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -1091,7 +1082,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1138,30 +1128,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B00E82D7I8/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3DVqIYj4dOwwcKu6sgqOgg", + "id": "3DVqIYj4dOwwcKu6sgqOgg", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1210,22 +1199,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1248,30 +1237,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1314,22 +1302,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1345,30 +1333,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1405,22 +1392,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Whisk beaters", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c10TkaLheGeQG6qQGqWYqUI", + "id": "10TkaLheGeQG6qQGqWYqUI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1469,30 +1456,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B0081F2CCK/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6dbjWqNd9SqccegcqYq224", + "id": "6dbjWqNd9SqccegcqYq224", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1561,22 +1547,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Lemnos", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1596,30 +1582,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.lemnos.jp/en/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1662,22 +1647,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1693,30 +1678,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1753,12 +1737,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "SoSo Wall Clock", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", "createdAt": "2017-06-27T09:35:37.064Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -1768,7 +1753,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1817,30 +1801,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://store.dwell.com/soso-wall-clock.html", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "4BqrajvA8E6qwgkieoqmqO", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -1936,30 +1919,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te }, }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c71mfnH4QKsSsQmgoaQuq6O", + "id": "71mfnH4QKsSsQmgoaQuq6O", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -2002,30 +1984,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Contentful images inlined in Markdown", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4L2GhTsJtCseMYM8Wia64i", + "id": "4L2GhTsJtCseMYM8Wia64i", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -2041,132 +2022,132 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te exports[`Process contentful data (by id) builds foreignReferenceMap 1`] = ` Object { - "JrePkDVYomE8AwcuCUyMi___Entry": Array [ + "10TkaLheGeQG6qQGqWYqUI___Asset": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "6dbjWqNd9SqccegcqYq224", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ + "24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "5KsDBWseXY6QegucYAoacS", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ + "2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "4LgMotpNF6W20YKmuemW0a", + "name": "sfztzbsum8coewygeuyes___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c10TkaLheGeQG6qQGqWYqUI___Asset": Array [ + "3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "651CQ8rLoIYCeY6G0QG22q", + "name": "sfztzbsum8coewygeuyes___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ + "4LgMotpNF6W20YKmuemW0a___Entry": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "4BqrajvA8E6qwgkieoqmqO", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ + "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ Object { - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "JrePkDVYomE8AwcuCUyMi", "name": "sfztzbsum8coewygeuyes___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ + "651CQ8rLoIYCeY6G0QG22q___Entry": Array [ Object { - "id": "c651CQ8rLoIYCeY6G0QG22q", - "name": "sfztzbsum8coewygeuyes___NODE", + "id": "3DVqIYj4dOwwcKu6sgqOgg", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c4LgMotpNF6W20YKmuemW0a___Entry": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "6dbjWqNd9SqccegcqYq224", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ + "6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ Object { - "id": "JrePkDVYomE8AwcuCUyMi", - "name": "sfztzbsum8coewygeuyes___NODE", + "id": "7LAnCobuuWYSqks6wAwY2a", + "name": "6xwptasiii2ak2ww0oi6qa___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c651CQ8rLoIYCeY6G0QG22q___Entry": Array [ + "6t4HKjytPi0mYgs240wkG___Asset": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", + "name": "6xwptasiii2ak2ww0oi6qa___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "7LAnCobuuWYSqks6wAwY2a___Entry": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "3DVqIYj4dOwwcKu6sgqOgg", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ Object { - "id": "c7LAnCobuuWYSqks6wAwY2a", - "name": "c6xwptasiii2ak2ww0oi6qa___NODE", + "id": "6dbjWqNd9SqccegcqYq224", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c6t4HKjytPi0mYgs240wkG___Asset": Array [ Object { - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", - "name": "c6xwptasiii2ak2ww0oi6qa___NODE", + "id": "4BqrajvA8E6qwgkieoqmqO", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c7LAnCobuuWYSqks6wAwY2a___Entry": Array [ + "JrePkDVYomE8AwcuCUyMi___Entry": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "5KsDBWseXY6QegucYAoacS", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "4BqrajvA8E6qwgkieoqmqO", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "3DVqIYj4dOwwcKu6sgqOgg", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], "wtrHxeu3zEoEce2MokCSi___Asset": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", - "name": "c2pqfxujwe8qsykum0u6w8m___NODE", + "id": "5KsDBWseXY6QegucYAoacS", + "name": "2pqfxujwe8qsykum0u6w8m___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, @@ -2176,28 +2157,28 @@ Object { exports[`Process contentful data (by id) builds list of resolvable data 1`] = ` Set { - "c7LAnCobuuWYSqks6wAwY2a___Entry", - "c24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "c651CQ8rLoIYCeY6G0QG22q___Entry", - "c4LgMotpNF6W20YKmuemW0a___Entry", + "7LAnCobuuWYSqks6wAwY2a___Entry", + "24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "651CQ8rLoIYCeY6G0QG22q___Entry", + "4LgMotpNF6W20YKmuemW0a___Entry", "JrePkDVYomE8AwcuCUyMi___Entry", - "c5KsDBWseXY6QegucYAoacS___Entry", - "c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "c6dbjWqNd9SqccegcqYq224___Entry", - "c4BqrajvA8E6qwgkieoqmqO___Entry", - "c71mfnH4QKsSsQmgoaQuq6O___Entry", - "c4L2GhTsJtCseMYM8Wia64i___Entry", - "c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "5KsDBWseXY6QegucYAoacS___Entry", + "3DVqIYj4dOwwcKu6sgqOgg___Entry", + "6dbjWqNd9SqccegcqYq224___Entry", + "4BqrajvA8E6qwgkieoqmqO___Entry", + "71mfnH4QKsSsQmgoaQuq6O___Entry", + "4L2GhTsJtCseMYM8Wia64i___Entry", + "3wtvPBbBjiMKqKKga8I2Cu___Asset", "KTRF62Q4gg60q6WCsWKw8___Asset", "Xc0ny7GWsMEMCeASWO2um___Asset", - "c2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "c6t4HKjytPi0mYgs240wkG___Asset", - "c1MgbdJNTsMWKI0W68oYqkU___Asset", - "c6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "6t4HKjytPi0mYgs240wkG___Asset", + "1MgbdJNTsMWKI0W68oYqkU___Asset", + "6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "wtrHxeu3zEoEce2MokCSi___Asset", - "c10TkaLheGeQG6qQGqWYqUI___Asset", - "c6s3iG2OVmoUcosmA8ocqsG___Asset", + "10TkaLheGeQG6qQGqWYqUI___Asset", + "6s3iG2OVmoUcosmA8ocqsG___Asset", } `; @@ -2206,7 +2187,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -2221,7 +2202,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -2240,7 +2221,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -2255,7 +2236,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -2410,7 +2391,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -2425,7 +2406,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -2444,7 +2425,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -2459,7 +2440,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -2478,7 +2459,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -2493,7 +2474,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -2512,7 +2493,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -2527,7 +2508,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -2546,7 +2527,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -2561,7 +2542,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -2580,7 +2561,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -2595,7 +2576,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset___de", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -2614,7 +2595,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -2629,7 +2610,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -2648,7 +2629,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -2663,7 +2644,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -2682,7 +2663,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -2697,7 +2678,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -2716,7 +2697,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -2731,7 +2712,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -2818,7 +2799,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -2833,7 +2814,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -2852,7 +2833,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -2867,7 +2848,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -2886,7 +2867,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -2901,7 +2882,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -2920,7 +2901,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -2935,7 +2916,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset___de", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -2961,7 +2942,7 @@ Array [ "children": Array [], "description": null, "displayField": "title", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "internal": Object { "contentDigest": "2017-06-27T09:40:52.685Z", "type": "ContentfulContentType", @@ -2975,32 +2956,31 @@ Array [ ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulC6XwpTaSiiI2Ak2Ww0Oi6Qa", + "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", }, "node_locale": "en-US", - "parent": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -3008,36 +2988,35 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulC6XwpTaSiiI2Ak2Ww0Oi6Qa", + "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", }, "node_locale": "en-US", - "parent": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -3045,21 +3024,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "internal": Object { "content": "Home & Kitchen", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -3070,14 +3049,14 @@ Array [ Object { "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -3086,14 +3065,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "internal": Object { "content": "Toys", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -3104,14 +3083,14 @@ Array [ Object { "categoryDescription": "Shop for toys, games, educational aids", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for toys, games, educational aids", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -3122,7 +3101,7 @@ Array [ "children": Array [], "description": null, "displayField": "title", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "internal": Object { "contentDigest": "2017-06-27T09:40:52.685Z", "type": "ContentfulContentType", @@ -3136,32 +3115,31 @@ Array [ ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulC6XwpTaSiiI2Ak2Ww0Oi6Qa", + "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", }, "node_locale": "de", - "parent": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -3169,36 +3147,35 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulC6XwpTaSiiI2Ak2Ww0Oi6Qa", + "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", }, "node_locale": "de", - "parent": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -3206,21 +3183,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "internal": Object { "content": "Haus & Küche", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -3231,14 +3208,14 @@ Array [ Object { "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -3247,14 +3224,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "internal": Object { "content": "Spielzeug", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -3265,14 +3242,14 @@ Array [ Object { "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Spielzeugladen, Spiele, Lernhilfen", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", - "type": "contentfulC6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", + "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -3297,25 +3274,25 @@ Array [ ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", ], "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "node_locale": "en-US", "parent": "sFzTZbSuM8coEwygeUYes", "phone": Array [ @@ -3325,7 +3302,6 @@ Array [ "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3341,24 +3317,24 @@ Array [ ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "node_locale": "en-US", "parent": "sFzTZbSuM8coEwygeUYes", "phone": Array [ @@ -3368,7 +3344,6 @@ Array [ "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3383,8 +3358,8 @@ Array [ ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "children": Array [ "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", @@ -3399,14 +3374,13 @@ Array [ "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "node_locale": "en-US", "parent": "sFzTZbSuM8coEwygeUYes", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3423,14 +3397,14 @@ Array [ Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -3440,14 +3414,14 @@ Array [ Object { "children": Array [], "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", "internal": Object { "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -3457,14 +3431,14 @@ Array [ Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -3484,7 +3458,7 @@ Lemnos brand products are now highly praised from the design shops and the inter In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. @@ -3501,7 +3475,7 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -3560,25 +3534,25 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", ], "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "node_locale": "de", "parent": "sFzTZbSuM8coEwygeUYes", "phone": Array [ @@ -3588,7 +3562,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3604,24 +3577,24 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "node_locale": "de", "parent": "sFzTZbSuM8coEwygeUYes", "phone": Array [ @@ -3631,7 +3604,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3646,8 +3618,8 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te ], Array [ Object { - "c2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "2pqfxujwe8qsykum0u6w8m___NODE": Array [ + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "children": Array [ "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", @@ -3662,14 +3634,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulSFzTZbSuM8CoEwygeUYes", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "node_locale": "de", "parent": "sFzTZbSuM8coEwygeUYes", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -3686,14 +3657,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -3703,14 +3674,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -3720,14 +3691,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -3747,7 +3718,7 @@ Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgesch In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. @@ -3764,7 +3735,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -3809,7 +3780,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "children": Array [], "description": null, "displayField": "productName", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "internal": Object { "contentDigest": "2017-06-27T09:40:36.821Z", "type": "ContentfulContentType", @@ -3825,27 +3796,27 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "en-US", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -3854,8 +3825,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -3876,29 +3846,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "en-US", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -3907,8 +3877,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -3927,29 +3896,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "en-US", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -3958,8 +3927,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -3980,29 +3948,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "en-US", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -4011,8 +3979,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -4034,14 +4001,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Classic Car, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productName": "Playsam Streamliner Classic Car, Espresso", "sys": Object { "type": "Entry", @@ -4051,14 +4018,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", "internal": Object { "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "sys": Object { "type": "Entry", @@ -4068,14 +4035,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "internal": Object { "content": "Hudson Wall Cup", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productName": "Hudson Wall Cup", "sys": Object { "type": "Entry", @@ -4085,14 +4052,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", "internal": Object { "content": "Wall Hanging Glass Flower Vase and Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", "sys": Object { "type": "Entry", @@ -4102,14 +4069,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "internal": Object { "content": "Whisk Beater", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productName": "Whisk Beater", "sys": Object { "type": "Entry", @@ -4119,14 +4086,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", "internal": Object { "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "sys": Object { "type": "Entry", @@ -4136,14 +4103,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "internal": Object { "content": "SoSo Wall Clock", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productName": "SoSo Wall Clock", "sys": Object { "type": "Entry", @@ -4153,14 +4120,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", "internal": Object { "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "sys": Object { "type": "Entry", @@ -4172,7 +4139,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "children": Array [], "description": null, "displayField": "productName", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "internal": Object { "contentDigest": "2017-06-27T09:40:36.821Z", "type": "ContentfulContentType", @@ -4188,27 +4155,27 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "de", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -4217,8 +4184,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -4239,29 +4205,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "de", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -4270,8 +4236,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -4290,29 +4255,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "de", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -4321,8 +4286,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -4343,29 +4307,29 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulC2PqfXuJwE8QSyKuM0U6W8M", + "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", }, "node_locale": "de", - "parent": "c2PqfXUJwE8qSYKuM0U6w8M", + "parent": "2PqfXUJwE8qSYKuM0U6w8M", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -4374,8 +4338,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -4397,14 +4360,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Klassisches Auto, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productName": "Playsam Streamliner Klassisches Auto, Espresso", "sys": Object { "type": "Entry", @@ -4414,14 +4377,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "sys": Object { "type": "Entry", @@ -4431,14 +4394,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "internal": Object { "content": "Becher", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productName": "Becher", "sys": Object { "type": "Entry", @@ -4448,14 +4411,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", "sys": Object { "type": "Entry", @@ -4465,14 +4428,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "internal": Object { "content": "Schneebesen", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productName": "Schneebesen", "sys": Object { "type": "Entry", @@ -4482,14 +4445,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "sys": Object { "type": "Entry", @@ -4499,14 +4462,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "internal": Object { "content": "SoSo wanduhr", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productName": "SoSo wanduhr", "sys": Object { "type": "Entry", @@ -4516,14 +4479,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", - "type": "contentfulC2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", + "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "sys": Object { "type": "Entry", @@ -4550,27 +4513,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "node_locale": "en-US", "parent": "jsonTest", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -4629,14 +4591,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -4674,14 +4636,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "sys": Object { "type": "Entry", }, @@ -4707,27 +4669,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "node_locale": "de", "parent": "jsonTest", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -4786,14 +4747,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -4831,14 +4792,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "sys": Object { "type": "Entry", }, @@ -4864,12 +4825,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -4880,7 +4841,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -4919,7 +4879,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", "internal": Object { "content": "## Toys @@ -4948,7 +4908,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "sys": Object { "type": "Entry", }, @@ -4974,12 +4934,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -4990,7 +4950,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -5029,7 +4988,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", "internal": Object { "content": "## Toys @@ -5058,7 +5017,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "sys": Object { "type": "Entry", }, @@ -5100,22 +5059,22 @@ Array [ "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5131,30 +5090,29 @@ Array [ "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5194,22 +5152,22 @@ Array [ "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5225,30 +5183,29 @@ Array [ "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5296,22 +5253,22 @@ Array [ "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5334,30 +5291,29 @@ Array [ "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5423,22 +5379,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Lemnos", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5458,30 +5414,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.lemnos.jp/en/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5524,22 +5479,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5554,20 +5509,20 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://playsam.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi", "createdAt": "2017-06-27T09:35:44.988Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -5577,7 +5532,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5625,22 +5579,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5655,20 +5609,20 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://playsam.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "JrePkDVYomE8AwcuCUyMi", "createdAt": "2017-06-27T09:35:44.988Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -5678,7 +5632,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5721,22 +5674,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6t4HKjytPi0mYgs240wkG", + "id": "6t4HKjytPi0mYgs240wkG", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5752,30 +5705,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Toys", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5812,12 +5764,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Playsam Streamliner", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "wtrHxeu3zEoEce2MokCSi", "createdAt": "2017-06-27T09:35:36.037Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -5827,7 +5780,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5876,30 +5828,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B001R6JUZ2/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "5KsDBWseXY6QegucYAoacS", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5948,22 +5899,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -5986,30 +5937,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6052,22 +6002,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6083,30 +6033,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6143,12 +6092,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Hudson Wall Cup ", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", "createdAt": "2017-06-27T09:35:37.027Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -6158,7 +6108,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6205,30 +6154,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B00E82D7I8/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3DVqIYj4dOwwcKu6sgqOgg", + "id": "3DVqIYj4dOwwcKu6sgqOgg", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6277,22 +6225,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Normann Copenhagen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c3wtvPBbBjiMKqKKga8I2Cu", + "id": "3wtvPBbBjiMKqKKga8I2Cu", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6315,30 +6263,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.normann-copenhagen.com/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c651CQ8rLoIYCeY6G0QG22q", + "id": "651CQ8rLoIYCeY6G0QG22q", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6381,22 +6328,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6412,30 +6359,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6472,22 +6418,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Whisk beaters", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c10TkaLheGeQG6qQGqWYqUI", + "id": "10TkaLheGeQG6qQGqWYqUI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6536,30 +6482,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.amazon.com/dp/B0081F2CCK/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6dbjWqNd9SqccegcqYq224", + "id": "6dbjWqNd9SqccegcqYq224", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6628,22 +6573,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Lemnos", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "id": "2Y8LhXLnYAYqKCGEWG4EKI", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6663,30 +6608,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://www.lemnos.jp/en/", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "4LgMotpNF6W20YKmuemW0a", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6729,22 +6673,22 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home and Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "id": "6m5AJ9vMPKc8OUoQeoCS4o", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6760,30 +6704,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Home & Kitchen", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c7LAnCobuuWYSqks6wAwY2a", + "id": "7LAnCobuuWYSqks6wAwY2a", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6820,12 +6763,13 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "SoSo Wall Clock", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", "createdAt": "2017-06-27T09:35:37.064Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", @@ -6835,7 +6779,6 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -6884,30 +6827,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "http://store.dwell.com/soso-wall-clock.html", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "4BqrajvA8E6qwgkieoqmqO", "revision": 2, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -7003,30 +6945,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te }, }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c71mfnH4QKsSsQmgoaQuq6O", + "id": "71mfnH4QKsSsQmgoaQuq6O", "revision": 4, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -7069,30 +7010,29 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "en-US": "Contentful images inlined in Markdown", }, }, + "metadata": Object { + "tags": Array [], + }, "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", }, }, - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", "environment": Object { "sys": Object { - "contentful_id": "master", "id": "master", "linkType": "Environment", "type": "Link", }, }, - "id": "c4L2GhTsJtCseMYM8Wia64i", + "id": "4L2GhTsJtCseMYM8Wia64i", "revision": 1, "space": Object { "sys": Object { - "contentful_id": "rocybtov1ozk", "id": "rocybtov1ozk", "linkType": "Space", "type": "Link", @@ -7108,123 +7048,123 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te exports[`Process contentful data (by name) builds foreignReferenceMap 1`] = ` Object { - "JrePkDVYomE8AwcuCUyMi___Entry": Array [ + "10TkaLheGeQG6qQGqWYqUI___Asset": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "6dbjWqNd9SqccegcqYq224", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ + "24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "5KsDBWseXY6QegucYAoacS", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ + "2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", - "name": "product___NODE", + "id": "4LgMotpNF6W20YKmuemW0a", + "name": "brand___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c10TkaLheGeQG6qQGqWYqUI___Asset": Array [ + "3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", - "name": "product___NODE", + "id": "651CQ8rLoIYCeY6G0QG22q", + "name": "brand___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ + "4LgMotpNF6W20YKmuemW0a___Entry": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "4BqrajvA8E6qwgkieoqmqO", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ + "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ Object { - "id": "c4LgMotpNF6W20YKmuemW0a", + "id": "JrePkDVYomE8AwcuCUyMi", "name": "brand___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ + "651CQ8rLoIYCeY6G0QG22q___Entry": Array [ Object { - "id": "c651CQ8rLoIYCeY6G0QG22q", - "name": "brand___NODE", + "id": "3DVqIYj4dOwwcKu6sgqOgg", + "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c4LgMotpNF6W20YKmuemW0a___Entry": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "6dbjWqNd9SqccegcqYq224", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ + "6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ Object { - "id": "JrePkDVYomE8AwcuCUyMi", - "name": "brand___NODE", + "id": "7LAnCobuuWYSqks6wAwY2a", + "name": "category___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c651CQ8rLoIYCeY6G0QG22q___Entry": Array [ + "6t4HKjytPi0mYgs240wkG___Asset": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", - "name": "product___NODE", + "id": "24DPGBDeGEaYy8ms4Y8QMQ", + "name": "category___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "7LAnCobuuWYSqks6wAwY2a___Entry": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", + "id": "3DVqIYj4dOwwcKu6sgqOgg", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ Object { - "id": "c7LAnCobuuWYSqks6wAwY2a", - "name": "category___NODE", + "id": "6dbjWqNd9SqccegcqYq224", + "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, - ], - "c6t4HKjytPi0mYgs240wkG___Asset": Array [ Object { - "id": "c24DPGBDeGEaYy8ms4Y8QMQ", - "name": "category___NODE", + "id": "4BqrajvA8E6qwgkieoqmqO", + "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, ], - "c7LAnCobuuWYSqks6wAwY2a___Entry": Array [ + "JrePkDVYomE8AwcuCUyMi___Entry": Array [ Object { - "id": "c3DVqIYj4dOwwcKu6sgqOgg", + "id": "5KsDBWseXY6QegucYAoacS", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ Object { - "id": "c6dbjWqNd9SqccegcqYq224", + "id": "4BqrajvA8E6qwgkieoqmqO", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", }, + ], + "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ Object { - "id": "c4BqrajvA8E6qwgkieoqmqO", + "id": "3DVqIYj4dOwwcKu6sgqOgg", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", @@ -7232,7 +7172,7 @@ Object { ], "wtrHxeu3zEoEce2MokCSi___Asset": Array [ Object { - "id": "c5KsDBWseXY6QegucYAoacS", + "id": "5KsDBWseXY6QegucYAoacS", "name": "product___NODE", "spaceId": "rocybtov1ozk", "type": "Entry", @@ -7243,28 +7183,28 @@ Object { exports[`Process contentful data (by name) builds list of resolvable data 1`] = ` Set { - "c7LAnCobuuWYSqks6wAwY2a___Entry", - "c24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "c651CQ8rLoIYCeY6G0QG22q___Entry", - "c4LgMotpNF6W20YKmuemW0a___Entry", + "7LAnCobuuWYSqks6wAwY2a___Entry", + "24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "651CQ8rLoIYCeY6G0QG22q___Entry", + "4LgMotpNF6W20YKmuemW0a___Entry", "JrePkDVYomE8AwcuCUyMi___Entry", - "c5KsDBWseXY6QegucYAoacS___Entry", - "c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "c6dbjWqNd9SqccegcqYq224___Entry", - "c4BqrajvA8E6qwgkieoqmqO___Entry", - "c71mfnH4QKsSsQmgoaQuq6O___Entry", - "c4L2GhTsJtCseMYM8Wia64i___Entry", - "c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "5KsDBWseXY6QegucYAoacS___Entry", + "3DVqIYj4dOwwcKu6sgqOgg___Entry", + "6dbjWqNd9SqccegcqYq224___Entry", + "4BqrajvA8E6qwgkieoqmqO___Entry", + "71mfnH4QKsSsQmgoaQuq6O___Entry", + "4L2GhTsJtCseMYM8Wia64i___Entry", + "3wtvPBbBjiMKqKKga8I2Cu___Asset", "KTRF62Q4gg60q6WCsWKw8___Asset", "Xc0ny7GWsMEMCeASWO2um___Asset", - "c2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "c6t4HKjytPi0mYgs240wkG___Asset", - "c1MgbdJNTsMWKI0W68oYqkU___Asset", - "c6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "6t4HKjytPi0mYgs240wkG___Asset", + "1MgbdJNTsMWKI0W68oYqkU___Asset", + "6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "wtrHxeu3zEoEce2MokCSi___Asset", - "c10TkaLheGeQG6qQGqWYqUI___Asset", - "c6s3iG2OVmoUcosmA8ocqsG___Asset", + "10TkaLheGeQG6qQGqWYqUI___Asset", + "6s3iG2OVmoUcosmA8ocqsG___Asset", } `; @@ -7273,7 +7213,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -7288,7 +7228,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -7307,7 +7247,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -7322,7 +7262,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -7477,7 +7417,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -7492,7 +7432,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -7511,7 +7451,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -7526,7 +7466,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -7545,7 +7485,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -7560,7 +7500,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -7579,7 +7519,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -7594,7 +7534,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -7613,7 +7553,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -7628,7 +7568,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -7647,7 +7587,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -7662,7 +7602,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset___de", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -7681,7 +7621,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -7696,7 +7636,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -7715,7 +7655,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -7730,7 +7670,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -7749,7 +7689,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -7764,7 +7704,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -7783,7 +7723,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -7798,7 +7738,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -7885,7 +7825,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -7900,7 +7840,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -7919,7 +7859,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -7934,7 +7874,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -7953,7 +7893,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -7968,7 +7908,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -7987,7 +7927,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -8002,7 +7942,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset___de", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -8042,15 +7982,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", "type": "ContentfulCategory", @@ -8058,16 +7998,15 @@ Array [ "node_locale": "en-US", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -8075,21 +8014,21 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -8097,14 +8036,13 @@ Array [ "node_locale": "en-US", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -8112,21 +8050,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "internal": Object { "content": "Home & Kitchen", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -8137,14 +8075,14 @@ Array [ Object { "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -8153,14 +8091,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "internal": Object { "content": "Toys", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -8171,14 +8109,14 @@ Array [ Object { "categoryDescription": "Shop for toys, games, educational aids", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for toys, games, educational aids", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -8203,15 +8141,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", "type": "ContentfulCategory", @@ -8219,16 +8157,15 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -8236,21 +8173,21 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -8258,14 +8195,13 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -8273,21 +8209,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "internal": Object { "content": "Haus & Küche", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -8298,14 +8234,14 @@ Array [ Object { "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -8314,14 +8250,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "internal": Object { "content": "Spielzeug", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -8332,14 +8268,14 @@ Array [ Object { "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Spielzeugladen, Spiele, Lernhilfen", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -8365,34 +8301,33 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8409,33 +8344,32 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8463,17 +8397,16 @@ Array [ "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "node_locale": "en-US", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8490,14 +8423,14 @@ Array [ Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -8507,14 +8440,14 @@ Array [ Object { "children": Array [], "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", "internal": Object { "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -8524,14 +8457,14 @@ Array [ Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -8551,7 +8484,7 @@ Lemnos brand products are now highly praised from the design shops and the inter In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. @@ -8568,7 +8501,7 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -8628,34 +8561,33 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8672,33 +8604,32 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8726,17 +8657,16 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "node_locale": "de", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -8753,14 +8683,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -8770,14 +8700,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -8787,14 +8717,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -8814,7 +8744,7 @@ Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgesch In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. @@ -8831,7 +8761,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -8892,15 +8822,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", ], @@ -8911,8 +8841,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -8921,8 +8851,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -8943,17 +8872,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", ], @@ -8964,8 +8893,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -8974,8 +8903,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -8994,19 +8922,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -9015,8 +8943,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -9025,8 +8953,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9047,17 +8974,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", ], @@ -9068,8 +8995,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -9078,8 +9005,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9101,14 +9027,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Classic Car, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productName": "Playsam Streamliner Classic Car, Espresso", "sys": Object { "type": "Entry", @@ -9118,14 +9044,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", "internal": Object { "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "sys": Object { "type": "Entry", @@ -9135,14 +9061,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "internal": Object { "content": "Hudson Wall Cup", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productName": "Hudson Wall Cup", "sys": Object { "type": "Entry", @@ -9152,14 +9078,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", "internal": Object { "content": "Wall Hanging Glass Flower Vase and Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", "sys": Object { "type": "Entry", @@ -9169,14 +9095,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "internal": Object { "content": "Whisk Beater", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productName": "Whisk Beater", "sys": Object { "type": "Entry", @@ -9186,14 +9112,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", "internal": Object { "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "sys": Object { "type": "Entry", @@ -9203,14 +9129,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "internal": Object { "content": "SoSo Wall Clock", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productName": "SoSo Wall Clock", "sys": Object { "type": "Entry", @@ -9220,14 +9146,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", "internal": Object { "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "sys": Object { "type": "Entry", @@ -9255,15 +9181,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", ], @@ -9274,8 +9200,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -9284,8 +9210,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9306,17 +9231,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", ], @@ -9327,8 +9252,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -9337,8 +9262,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9357,19 +9281,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -9378,8 +9302,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -9388,8 +9312,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9410,17 +9333,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", ], @@ -9431,8 +9354,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -9441,8 +9364,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -9464,14 +9386,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Klassisches Auto, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productName": "Playsam Streamliner Klassisches Auto, Espresso", "sys": Object { "type": "Entry", @@ -9481,14 +9403,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "sys": Object { "type": "Entry", @@ -9498,14 +9420,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "internal": Object { "content": "Becher", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productName": "Becher", "sys": Object { "type": "Entry", @@ -9515,14 +9437,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", "sys": Object { "type": "Entry", @@ -9532,14 +9454,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "internal": Object { "content": "Schneebesen", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productName": "Schneebesen", "sys": Object { "type": "Entry", @@ -9549,14 +9471,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "sys": Object { "type": "Entry", @@ -9566,14 +9488,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "internal": Object { "content": "SoSo wanduhr", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productName": "SoSo wanduhr", "sys": Object { "type": "Entry", @@ -9583,14 +9505,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "sys": Object { "type": "Entry", @@ -9617,27 +9539,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "node_locale": "en-US", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -9696,14 +9617,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -9741,14 +9662,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "sys": Object { "type": "Entry", }, @@ -9774,27 +9695,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "node_locale": "de", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -9853,14 +9773,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -9898,14 +9818,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "sys": Object { "type": "Entry", }, @@ -9931,12 +9851,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -9947,7 +9867,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -9986,7 +9905,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", "internal": Object { "content": "## Toys @@ -10015,7 +9934,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "sys": Object { "type": "Entry", }, @@ -10041,12 +9960,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -10057,7 +9976,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -10096,7 +10014,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", "internal": Object { "content": "## Toys @@ -10125,7 +10043,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "sys": Object { "type": "Entry", }, @@ -10139,7 +10057,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -10154,7 +10072,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -10173,7 +10091,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -10188,7 +10106,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -10343,7 +10261,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -10358,7 +10276,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -10377,7 +10295,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -10392,7 +10310,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -10411,7 +10329,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -10426,7 +10344,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -10445,7 +10363,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -10460,7 +10378,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -10479,7 +10397,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -10494,7 +10412,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -10513,7 +10431,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -10528,7 +10446,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset___de", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -10547,7 +10465,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -10562,7 +10480,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -10581,7 +10499,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -10596,7 +10514,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -10615,7 +10533,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -10630,7 +10548,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -10649,7 +10567,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -10664,7 +10582,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -10751,7 +10669,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -10766,7 +10684,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -10785,7 +10703,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -10800,7 +10718,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -10819,7 +10737,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -10834,7 +10752,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -10853,7 +10771,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -10868,7 +10786,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset___de", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -10908,15 +10826,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", "type": "ContentfulCategory", @@ -10924,16 +10842,15 @@ Array [ "node_locale": "en-US", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -10941,21 +10858,21 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -10963,14 +10880,13 @@ Array [ "node_locale": "en-US", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -10978,21 +10894,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", "internal": Object { "content": "Home & Kitchen", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -11003,14 +10919,14 @@ Array [ Object { "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", "sys": Object { "type": "Entry", }, @@ -11019,14 +10935,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "internal": Object { "content": "Toys", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -11037,14 +10953,14 @@ Array [ Object { "categoryDescription": "Shop for toys, games, educational aids", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for toys, games, educational aids", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -11069,15 +10985,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", "type": "ContentfulCategory", @@ -11085,16 +11001,15 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -11102,21 +11017,21 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -11124,14 +11039,13 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -11139,21 +11053,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "internal": Object { "content": "Haus & Küche", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -11164,14 +11078,14 @@ Array [ Object { "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -11180,14 +11094,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "internal": Object { "content": "Spielzeug", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -11198,14 +11112,14 @@ Array [ Object { "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Spielzeugladen, Spiele, Lernhilfen", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -11231,34 +11145,33 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11275,33 +11188,32 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11329,17 +11241,16 @@ Array [ "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "node_locale": "en-US", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11356,14 +11267,14 @@ Array [ Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -11373,14 +11284,14 @@ Array [ Object { "children": Array [], "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", "internal": Object { "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -11390,14 +11301,14 @@ Array [ Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -11417,7 +11328,7 @@ Lemnos brand products are now highly praised from the design shops and the inter In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. @@ -11434,7 +11345,7 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -11494,34 +11405,33 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11538,33 +11448,32 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11592,17 +11501,16 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "node_locale": "de", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -11619,14 +11527,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -11636,14 +11544,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -11653,14 +11561,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -11680,7 +11588,7 @@ Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgesch In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. @@ -11697,7 +11605,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -11758,15 +11666,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", ], @@ -11777,8 +11685,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -11787,8 +11695,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -11809,17 +11716,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", ], @@ -11830,8 +11737,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -11840,8 +11747,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -11860,19 +11766,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -11881,8 +11787,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -11891,8 +11797,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -11913,17 +11818,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", ], @@ -11934,8 +11839,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -11944,8 +11849,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -11967,14 +11871,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Classic Car, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productName": "Playsam Streamliner Classic Car, Espresso", "sys": Object { "type": "Entry", @@ -11984,14 +11888,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", "internal": Object { "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "sys": Object { "type": "Entry", @@ -12001,14 +11905,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "internal": Object { "content": "Hudson Wall Cup", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productName": "Hudson Wall Cup", "sys": Object { "type": "Entry", @@ -12018,14 +11922,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", "internal": Object { "content": "Wall Hanging Glass Flower Vase and Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", "sys": Object { "type": "Entry", @@ -12035,14 +11939,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "internal": Object { "content": "Whisk Beater", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productName": "Whisk Beater", "sys": Object { "type": "Entry", @@ -12052,14 +11956,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", "internal": Object { "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "sys": Object { "type": "Entry", @@ -12069,14 +11973,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "internal": Object { "content": "SoSo Wall Clock", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productName": "SoSo Wall Clock", "sys": Object { "type": "Entry", @@ -12086,14 +11990,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", "internal": Object { "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "sys": Object { "type": "Entry", @@ -12121,15 +12025,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", ], @@ -12140,8 +12044,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -12150,8 +12054,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -12172,17 +12075,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", ], @@ -12193,8 +12096,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -12203,8 +12106,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -12223,19 +12125,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -12244,8 +12146,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -12254,8 +12156,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -12276,17 +12177,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", ], @@ -12297,8 +12198,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -12307,8 +12208,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -12330,14 +12230,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Klassisches Auto, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productName": "Playsam Streamliner Klassisches Auto, Espresso", "sys": Object { "type": "Entry", @@ -12347,14 +12247,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "sys": Object { "type": "Entry", @@ -12364,14 +12264,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "internal": Object { "content": "Becher", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productName": "Becher", "sys": Object { "type": "Entry", @@ -12381,14 +12281,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", "sys": Object { "type": "Entry", @@ -12398,14 +12298,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "internal": Object { "content": "Schneebesen", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productName": "Schneebesen", "sys": Object { "type": "Entry", @@ -12415,14 +12315,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "sys": Object { "type": "Entry", @@ -12432,14 +12332,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "internal": Object { "content": "SoSo wanduhr", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productName": "SoSo wanduhr", "sys": Object { "type": "Entry", @@ -12449,14 +12349,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "sys": Object { "type": "Entry", @@ -12483,27 +12383,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "node_locale": "en-US", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -12562,14 +12461,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -12607,14 +12506,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "sys": Object { "type": "Entry", }, @@ -12640,27 +12539,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "node_locale": "de", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -12719,14 +12617,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -12764,14 +12662,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "sys": Object { "type": "Entry", }, @@ -12797,12 +12695,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -12813,7 +12711,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -12852,7 +12749,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", "internal": Object { "content": "## Toys @@ -12881,7 +12778,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "sys": Object { "type": "Entry", }, @@ -12907,12 +12804,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -12923,7 +12820,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -12962,7 +12858,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", "internal": Object { "content": "## Toys @@ -12991,7 +12887,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "sys": Object { "type": "Entry", }, @@ -13005,7 +12901,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -13020,7 +12916,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -13039,7 +12935,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c3wtvPBbBjiMKqKKga8I2Cu", + "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", "createdAt": "2017-06-27T09:35:37.178Z", "description": "Brand logo", "file": Object { @@ -13054,7 +12950,7 @@ Array [ "fileName": "zJYzDlGk.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", }, - "id": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.178Z", "type": "ContentfulAsset", @@ -13209,7 +13105,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -13224,7 +13120,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -13243,7 +13139,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c2Y8LhXLnYAYqKCGEWG4EKI", + "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", "createdAt": "2017-06-27T09:35:37.012Z", "description": "company logo", "file": Object { @@ -13258,7 +13154,7 @@ Array [ "fileName": "lemnos-logo.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", }, - "id": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:37.012Z", "type": "ContentfulAsset", @@ -13277,7 +13173,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -13292,7 +13188,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -13311,7 +13207,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6t4HKjytPi0mYgs240wkG", + "contentful_id": "6t4HKjytPi0mYgs240wkG", "createdAt": "2017-06-27T09:35:36.633Z", "description": "Category icon set", "file": Object { @@ -13326,7 +13222,7 @@ Array [ "fileName": "toys_512pxGREY.png", "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", }, - "id": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.633Z", "type": "ContentfulAsset", @@ -13345,7 +13241,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -13360,7 +13256,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -13379,7 +13275,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c1MgbdJNTsMWKI0W68oYqkU", + "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", "createdAt": "2017-06-27T09:35:36.182Z", "description": "Brand logo", "file": Object { @@ -13394,7 +13290,7 @@ Array [ "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", }, - "id": "rocybtov1ozk___c1MgbdJNTsMWKI0W68oYqkU___Asset___de", + "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.182Z", "type": "ContentfulAsset", @@ -13413,7 +13309,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -13428,7 +13324,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -13447,7 +13343,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6m5AJ9vMPKc8OUoQeoCS4o", + "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", "createdAt": "2017-06-27T09:35:36.172Z", "description": "category icon", "file": Object { @@ -13462,7 +13358,7 @@ Array [ "fileName": "1418244847_Streamline-18-256.png", "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", }, - "id": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.172Z", "type": "ContentfulAsset", @@ -13481,7 +13377,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -13496,7 +13392,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -13515,7 +13411,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c4zj1ZOfHgQ8oqgaSKm4Qo2", + "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", "createdAt": "2017-06-27T09:35:36.168Z", "description": "Brand logo", "file": Object { @@ -13530,7 +13426,7 @@ Array [ "fileName": "playsam.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", }, - "id": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.168Z", "type": "ContentfulAsset", @@ -13617,7 +13513,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -13632,7 +13528,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -13651,7 +13547,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c10TkaLheGeQG6qQGqWYqUI", + "contentful_id": "10TkaLheGeQG6qQGqWYqUI", "createdAt": "2017-06-27T09:35:36.032Z", "description": "Merchandise photo", "file": Object { @@ -13666,7 +13562,7 @@ Array [ "fileName": "ryugj83mqwa1asojwtwb.jpg", "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", }, - "id": "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:36.032Z", "type": "ContentfulAsset", @@ -13685,7 +13581,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -13700,7 +13596,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -13719,7 +13615,7 @@ Array [ Array [ Object { "children": Array [], - "contentful_id": "c6s3iG2OVmoUcosmA8ocqsG", + "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", "createdAt": "2017-06-27T09:35:35.994Z", "description": "Category icon set", "file": Object { @@ -13734,7 +13630,7 @@ Array [ "fileName": "1418244847_Streamline-18-256 (1).png", "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", }, - "id": "rocybtov1ozk___c6s3iG2OVmoUcosmA8ocqsG___Asset___de", + "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", "internal": Object { "contentDigest": "2017-06-27T09:35:35.994Z", "type": "ContentfulAsset", @@ -13774,15 +13670,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -13790,14 +13686,13 @@ Array [ "node_locale": "en-US", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -13805,21 +13700,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", "internal": Object { "content": "Toys", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -13830,14 +13725,14 @@ Array [ Object { "categoryDescription": "Shop for toys, games, educational aids", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", "internal": Object { "content": "Shop for toys, games, educational aids", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", "sys": Object { "type": "Entry", }, @@ -13862,15 +13757,15 @@ Array [ ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c7LAnCobuuWYSqks6wAwY2a", + "contentful_id": "7LAnCobuuWYSqks6wAwY2a", "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___c6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "internal": Object { "contentDigest": "2020-06-30T11:22:54.201Z", "type": "ContentfulCategory", @@ -13878,16 +13773,15 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -13895,21 +13789,21 @@ Array [ "revision": 4, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "updatedAt": "2020-06-30T11:22:54.201Z", }, ], Array [ Object { - "categoryDescription___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "children": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", ], - "contentful_id": "c24DPGBDeGEaYy8ms4Y8QMQ", + "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___c6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:46:43.477Z", "type": "ContentfulCategory", @@ -13917,14 +13811,13 @@ Array [ "node_locale": "de", "parent": "Category", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "id": "c6XwpTaSiiI2Ak2Ww0oi6qa", + "id": "6XwpTaSiiI2Ak2Ww0oi6qa", "linkType": "ContentType", "type": "Link", }, @@ -13932,21 +13825,21 @@ Array [ "revision": 2, "type": "Entry", }, - "title___NODE": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "updatedAt": "2017-06-27T09:46:43.477Z", }, ], Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", "internal": Object { "content": "Haus & Küche", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -13957,14 +13850,14 @@ Array [ Object { "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "children": Array [], - "id": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", "contentDigest": "2020-06-30T11:22:54.201Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", "sys": Object { "type": "Entry", }, @@ -13973,14 +13866,14 @@ Array [ Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", "internal": Object { "content": "Spielzeug", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryTitleTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -13991,14 +13884,14 @@ Array [ Object { "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", "children": Array [], - "id": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", + "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", "internal": Object { "content": "Spielzeugladen, Spiele, Lernhilfen", "contentDigest": "2017-06-27T09:46:43.477Z", "mediaType": "text/markdown", "type": "contentfulCategoryCategoryDescriptionTextNode", }, - "parent": "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", "sys": Object { "type": "Entry", }, @@ -14024,34 +13917,33 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14068,33 +13960,32 @@ Array [ Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", "node_locale": "en-US", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14122,17 +14013,16 @@ Array [ "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", "node_locale": "en-US", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14149,14 +14039,14 @@ Array [ Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -14166,14 +14056,14 @@ Array [ Object { "children": Array [], "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", "internal": Object { "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "sys": Object { "type": "Entry", }, @@ -14183,14 +14073,14 @@ Array [ Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -14210,7 +14100,7 @@ Lemnos brand products are now highly praised from the design shops and the inter In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. @@ -14227,7 +14117,7 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "sys": Object { "type": "Entry", }, @@ -14287,34 +14177,33 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "c651CQ8rLoIYCeY6G0QG22q", + "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "contentful_id": "651CQ8rLoIYCeY6G0QG22q", "createdAt": "2017-06-27T09:35:43.997Z", "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:55:16.820Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c3wtvPBbBjiMKqKKga8I2Cu___Asset___de", + "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+45 35 55 44 59", ], "product___NODE": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14331,33 +14220,32 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Array [ Object { "children": Array [ - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", ], - "companyDescription___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "c4LgMotpNF6W20YKmuemW0a", + "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "contentful_id": "4LgMotpNF6W20YKmuemW0a", "createdAt": "2017-06-27T09:35:44.396Z", "email": "info@acgears.com", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "internal": Object { "contentDigest": "2017-06-27T09:51:15.647Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", + "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", "node_locale": "de", "parent": "Brand", "phone": Array [ "+1 212 260 2269", ], "product___NODE": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14385,17 +14273,16 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te "contentDigest": "2017-06-27T09:50:36.937Z", "type": "ContentfulBrand", }, - "logo___NODE": "rocybtov1ozk___c4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", + "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", "node_locale": "de", "parent": "Brand", "product___NODE": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", ], "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "sFzTZbSuM8coEwygeUYes", "id": "sFzTZbSuM8coEwygeUYes", "linkType": "ContentType", "type": "Link", @@ -14412,14 +14299,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", "internal": Object { "content": "Normann Copenhagen", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -14429,14 +14316,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", "contentDigest": "2017-06-27T09:55:16.820Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "sys": Object { "type": "Entry", }, @@ -14446,14 +14333,14 @@ Our Lemnos products are made carefully by our craftsmen finely honed skillful te Object { "children": Array [], "companyName": "Lemnos", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", "internal": Object { "content": "Lemnos", "contentDigest": "2017-06-27T09:51:15.647Z", "mediaType": "text/markdown", "type": "contentfulBrandCompanyNameTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -14473,7 +14360,7 @@ Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgesch In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", + "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", "internal": Object { "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. @@ -14490,7 +14377,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulBrandCompanyDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "sys": Object { "type": "Entry", }, @@ -14551,15 +14438,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", ], @@ -14570,8 +14457,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -14580,8 +14467,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -14602,17 +14488,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", ], @@ -14623,8 +14509,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -14633,8 +14519,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -14653,19 +14538,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -14674,8 +14559,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -14684,8 +14569,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -14706,17 +14590,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", ], @@ -14727,8 +14611,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "en-US", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -14737,8 +14621,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -14760,14 +14643,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Classic Car, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productName": "Playsam Streamliner Classic Car, Espresso", "sys": Object { "type": "Entry", @@ -14777,14 +14660,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", "internal": Object { "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", "sys": Object { "type": "Entry", @@ -14794,14 +14677,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", "internal": Object { "content": "Hudson Wall Cup", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productName": "Hudson Wall Cup", "sys": Object { "type": "Entry", @@ -14811,14 +14694,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", "internal": Object { "content": "Wall Hanging Glass Flower Vase and Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", "sys": Object { "type": "Entry", @@ -14828,14 +14711,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", "internal": Object { "content": "Whisk Beater", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productName": "Whisk Beater", "sys": Object { "type": "Entry", @@ -14845,14 +14728,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", "internal": Object { "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", "sys": Object { "type": "Entry", @@ -14862,14 +14745,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", "internal": Object { "content": "SoSo Wall Clock", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productName": "SoSo Wall Clock", "sys": Object { "type": "Entry", @@ -14879,14 +14762,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", "internal": Object { "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", "sys": Object { "type": "Entry", @@ -14914,15 +14797,15 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", + "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", ], "children": Array [ - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c5KsDBWseXY6QegucYAoacS", + "contentful_id": "5KsDBWseXY6QegucYAoacS", "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "image___NODE": Array [ "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", ], @@ -14933,8 +14816,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 44, - "productDescription___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "quantity": 56, "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", "sku": "B001R6JUZ2", @@ -14943,8 +14826,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -14965,17 +14847,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c3DVqIYj4dOwwcKu6sgqOgg", + "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "image___NODE": Array [ "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", ], @@ -14986,8 +14868,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 11, - "productDescription___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "quantity": 101, "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", "sku": "B00E82D7I8", @@ -14996,8 +14878,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -15016,19 +14897,19 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c651CQ8rLoIYCeY6G0QG22q___Entry___de", + "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c6dbjWqNd9SqccegcqYq224", + "contentful_id": "6dbjWqNd9SqccegcqYq224", "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "image___NODE": Array [ - "rocybtov1ozk___c10TkaLheGeQG6qQGqWYqUI___Asset___de", + "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", ], "internal": Object { "contentDigest": "2017-06-27T09:53:23.179Z", @@ -15037,8 +14918,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 22, - "productDescription___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "quantity": 89, "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", "sku": "B0081F2CCK", @@ -15047,8 +14928,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -15069,17 +14949,17 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ], Array [ Object { - "brand___NODE": "rocybtov1ozk___c4LgMotpNF6W20YKmuemW0a___Entry___de", + "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", "categories___NODE": Array [ - "rocybtov1ozk___c7LAnCobuuWYSqks6wAwY2a___Entry___de", + "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", ], "children": Array [ - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", ], - "contentful_id": "c4BqrajvA8E6qwgkieoqmqO", + "contentful_id": "4BqrajvA8E6qwgkieoqmqO", "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "image___NODE": Array [ "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", ], @@ -15090,8 +14970,8 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "node_locale": "de", "parent": "Product", "price": 120, - "productDescription___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "quantity": 3, "sizetypecolor": "10\\" x 2.2\\"", "sku": "B00MG4ULK2", @@ -15100,8 +14980,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "2PqfXUJwE8qSYKuM0U6w8M", - "id": "c2PqfXUJwE8qSYKuM0U6w8M", + "id": "2PqfXUJwE8qSYKuM0U6w8M", "linkType": "ContentType", "type": "Link", }, @@ -15123,14 +15002,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", "internal": Object { "content": "Playsam Streamliner Klassisches Auto, Espresso", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productName": "Playsam Streamliner Klassisches Auto, Espresso", "sys": Object { "type": "Entry", @@ -15140,14 +15019,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "contentDigest": "2017-06-27T09:56:59.626Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c5KsDBWseXY6QegucYAoacS___Entry___de", + "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", "sys": Object { "type": "Entry", @@ -15157,14 +15036,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", "internal": Object { "content": "Becher", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productName": "Becher", "sys": Object { "type": "Entry", @@ -15174,14 +15053,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", "contentDigest": "2017-06-27T09:54:51.159Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c3DVqIYj4dOwwcKu6sgqOgg___Entry___de", + "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", "sys": Object { "type": "Entry", @@ -15191,14 +15070,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", "internal": Object { "content": "Schneebesen", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productName": "Schneebesen", "sys": Object { "type": "Entry", @@ -15208,14 +15087,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "contentDigest": "2017-06-27T09:53:23.179Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c6dbjWqNd9SqccegcqYq224___Entry___de", + "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", "sys": Object { "type": "Entry", @@ -15225,14 +15104,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", "internal": Object { "content": "SoSo wanduhr", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductNameTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productName": "SoSo wanduhr", "sys": Object { "type": "Entry", @@ -15242,14 +15121,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [], - "id": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", + "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", "internal": Object { "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "contentDigest": "2017-06-27T09:52:29.215Z", "mediaType": "text/markdown", "type": "contentfulProductProductDescriptionTextNode", }, - "parent": "rocybtov1ozk___c4BqrajvA8E6qwgkieoqmqO___Entry___de", + "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", "sys": Object { "type": "Entry", @@ -15276,27 +15155,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "node_locale": "en-US", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -15355,14 +15233,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -15400,14 +15278,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", "sys": Object { "type": "Entry", }, @@ -15433,27 +15311,26 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "contentful_id": "c71mfnH4QKsSsQmgoaQuq6O", + "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "internal": Object { "contentDigest": "2018-08-13T14:27:12.458Z", "type": "ContentfulJsonTest", }, "jsonStringTest___NODE": Array [ - "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", ], - "jsonTest___NODE": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "node_locale": "de", "parent": "JSON-test", "spaceId": "rocybtov1ozk", "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "jsonTest", "id": "jsonTest", "linkType": "ContentType", "type": "Link", @@ -15512,14 +15389,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "interfaces", "**/__tests__/fixtures/", ], - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", "internal": Object { "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "private": true, "scripts": Object { "bootstrap": "yarn && npm run check-versions && lerna run prepublish", @@ -15557,14 +15434,14 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Object { "children": Array [], "content": "test", - "id": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", + "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", "internal": Object { "content": "\\"test\\"", "contentDigest": "2018-08-13T14:27:12.458Z", "mediaType": "application/json", "type": "contentfulJsonTestJsonStringTestJsonNode", }, - "parent": "rocybtov1ozk___c71mfnH4QKsSsQmgoaQuq6O___Entry___de", + "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", "sys": Object { "type": "Entry", }, @@ -15590,12 +15467,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -15606,7 +15483,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -15645,7 +15521,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", "internal": Object { "content": "## Toys @@ -15674,7 +15550,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", "sys": Object { "type": "Entry", }, @@ -15700,12 +15576,12 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff Array [ Object { "children": Array [ - "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", ], - "content___NODE": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "c4L2GhTsJtCseMYM8Wia64i", + "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "contentful_id": "4L2GhTsJtCseMYM8Wia64i", "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "internal": Object { "contentDigest": "2018-05-28T08:49:06.230Z", "type": "ContentfulRemarkTest", @@ -15716,7 +15592,6 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "sys": Object { "contentType": Object { "sys": Object { - "contentful_id": "remarkTest", "id": "remarkTest", "linkType": "ContentType", "type": "Link", @@ -15755,7 +15630,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff ## Hudson Wall Cup ![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", + "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", "internal": Object { "content": "## Toys @@ -15784,7 +15659,7 @@ Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliff "mediaType": "text/markdown", "type": "contentfulRemarkTestContentTextNode", }, - "parent": "rocybtov1ozk___c4L2GhTsJtCseMYM8Wia64i___Entry___de", + "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", "sys": Object { "type": "Entry", }, From 957f8adda4736ada0ab53c29b72c54c48ce473b7 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Tue, 25 Jan 2022 16:20:02 +0100 Subject: [PATCH 03/11] test(Contentful): replace most snapshots with expect statements --- .../__snapshots__/gatsby-node.js.snap | 436 - .../__tests__/__snapshots__/normalize.js.snap | 15669 ---------------- .../src/__tests__/gatsby-node.js | 28 +- .../src/__tests__/normalize.js | 376 +- 4 files changed, 308 insertions(+), 16201 deletions(-) delete mode 100644 packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap index a5b5e8212e2d5..4961649230900 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap @@ -1,441 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`gatsby-node should add a new blogpost and update linkedNodes 1`] = ` -Object { - "author___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry", - "body___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrybodyTextNode", - "children": Array [ - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrydescriptionTextNode", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrybodyTextNode", - ], - "contentful_id": "1dHS3UzOqupJZY7AyeDc6s", - "createdAt": "2020-06-03T14:22:37.720Z", - "description___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrydescriptionTextNode", - "heroImage___NODE": "uzfinxahlog0___1aaRo2sQbdfWnG8iNvnkH3___Asset", - "id": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry", - "internal": Object { - "contentDigest": "2020-06-03T14:22:37.720Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulBlogPost", - }, - "node_locale": "en-US", - "parent": "Blog Post", - "publishDate": "2020-04-01T00:00+02:00", - "slug": "integration-tests", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "blogPost", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Integration tests", - "updatedAt": "2020-06-03T14:22:37.720Z", -} -`; - -exports[`gatsby-node should add a new blogpost and update linkedNodes 2`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "en-US", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - -exports[`gatsby-node should add a new blogpost and update linkedNodes 3`] = ` -Object { - "author___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nl", - "body___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nlbodyTextNode", - "children": Array [ - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nldescriptionTextNode", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nlbodyTextNode", - ], - "contentful_id": "1dHS3UzOqupJZY7AyeDc6s", - "createdAt": "2020-06-03T14:22:37.720Z", - "description___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nldescriptionTextNode", - "heroImage___NODE": "uzfinxahlog0___1aaRo2sQbdfWnG8iNvnkH3___Asset___nl", - "id": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nl", - "internal": Object { - "contentDigest": "2020-06-03T14:22:37.720Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulBlogPost", - }, - "node_locale": "nl", - "parent": "Blog Post", - "publishDate": "2020-04-01T00:00+02:00", - "slug": "integration-tests", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "blogPost", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Integration tests", - "updatedAt": "2020-06-03T14:22:37.720Z", -} -`; - -exports[`gatsby-node should add a new blogpost and update linkedNodes 4`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry___nl", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry___nl", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry___nl", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nl", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nl", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset___nl", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "nl", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - -exports[`gatsby-node should remove a blogpost and update linkedNodes 1`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "en-US", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - -exports[`gatsby-node should remove a blogpost and update linkedNodes 2`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry___nl", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry___nl", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry___nl", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nl", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset___nl", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "nl", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - -exports[`gatsby-node should update a blogpost 1`] = ` -Object { - "author___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry", - "body___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrybodyTextNode", - "children": Array [ - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrydescriptionTextNode", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrybodyTextNode", - ], - "contentful_id": "1dHS3UzOqupJZY7AyeDc6s", - "createdAt": "2020-06-03T14:22:37.720Z", - "description___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___EntrydescriptionTextNode", - "heroImage___NODE": "uzfinxahlog0___1aaRo2sQbdfWnG8iNvnkH3___Asset", - "id": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry", - "internal": Object { - "contentDigest": "2020-06-03T14:27:24.359Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulBlogPost", - }, - "node_locale": "en-US", - "parent": "Blog Post", - "publishDate": "2020-05-15T00:00+02:00", - "slug": "hello-world-1234", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "blogPost", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title": "Hello world 1234", - "updatedAt": "2020-06-03T14:27:24.359Z", -} -`; - -exports[`gatsby-node should update a blogpost 2`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "en-US", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___EntryshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - -exports[`gatsby-node should update a blogpost 3`] = ` -Object { - "author___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nl", - "body___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nlbodyTextNode", - "children": Array [ - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nldescriptionTextNode", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nlbodyTextNode", - ], - "contentful_id": "1dHS3UzOqupJZY7AyeDc6s", - "createdAt": "2020-06-03T14:22:37.720Z", - "description___NODE": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nldescriptionTextNode", - "heroImage___NODE": "uzfinxahlog0___1aaRo2sQbdfWnG8iNvnkH3___Asset___nl", - "id": "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nl", - "internal": Object { - "contentDigest": "2020-06-03T14:27:24.359Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulBlogPost", - }, - "node_locale": "nl", - "parent": "Blog Post", - "publishDate": "2020-05-15T00:00+02:00", - "slug": "hello-world-1234", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "blogPost", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title": "Hello world 1234", - "updatedAt": "2020-06-03T14:27:24.359Z", -} -`; - -exports[`gatsby-node should update a blogpost 4`] = ` -Object { - "blog post___NODE": Array [ - "uzfinxahlog0___31TNnjHlfaGUoMOwU0M2og___Entry___nl", - "uzfinxahlog0___3K9b0esdy0q0yGqgW2g6Ke___Entry___nl", - "uzfinxahlog0___2PtC9h1YqIA6kaUaIsWEQ0___Entry___nl", - "uzfinxahlog0___1dHS3UzOqupJZY7AyeDc6s___Entry___nl", - ], - "children": Array [ - "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - ], - "company": "ACME", - "contentful_id": "15jwOBqpxqSAOy2eOO4S0m", - "createdAt": "2020-06-03T14:17:31.246Z", - "email": "john@doe.com", - "facebook": "johndoe", - "github": "johndoe", - "id": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nl", - "image___NODE": "uzfinxahlog0___7orLdboQQowIUs22KAW4U___Asset___nl", - "internal": Object { - "contentDigest": "2020-06-03T14:17:31.246Z", - "owner": "gatsby-source-contentful", - "type": "ContentfulPerson", - }, - "name": "John Doe", - "node_locale": "nl", - "parent": "Person", - "phone": "0176 / 1234567", - "shortBio___NODE": "uzfinxahlog0___15jwOBqpxqSAOy2eOO4S0m___Entry___nlshortBioTextNode", - "spaceId": "uzfinxahlog0", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "person", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Web Developer", - "twitter": "johndoe", - "updatedAt": "2020-06-03T14:17:31.246Z", -} -`; - exports[`gatsby-node stores rich text as raw with references attached 1`] = ` Array [ "ahntqop9oi7x___7oHxo6bs0us9wIkq27qdyK___Entry", diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap deleted file mode 100644 index de51e300e3679..0000000000000 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/normalize.js.snap +++ /dev/null @@ -1,15669 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Process contentful data (by id) builds entry list 1`] = ` -Array [ - Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Spielzeugladen, Spiele, Lernhilfen", - "en-US": "Shop for toys, games, educational aids", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Category icon set", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - }, - "title": Object { - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.633Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6t4HKjytPi0mYgs240wkG", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - }, - }, - "title": Object { - "de": "Spielzeug", - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.992Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - Object { - "fields": Object { - "companyDescription": Object { - "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - }, - "companyName": Object { - "en-US": "Lemnos", - }, - "email": Object { - "en-US": "info@acgears.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "company logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - }, - "title": Object { - "en-US": "Lemnos", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.012Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+1 212 260 2269", - ], - }, - "website": Object { - "en-US": "http://www.lemnos.jp/en/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.396Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4LgMotpNF6W20YKmuemW0a", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:51:15.647Z", - }, - }, - Object { - "fields": Object { - "companyDescription": Object { - "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - }, - "companyName": Object { - "en-US": "Playsam", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - }, - "title": Object { - "en-US": "Playsam", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.168Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - }, - }, - "website": Object { - "en-US": "http://playsam.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.988Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "JrePkDVYomE8AwcuCUyMi", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:50:36.937Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - }, - "companyName": Object { - "en-US": "Playsam", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - }, - "title": Object { - "en-US": "Playsam", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.168Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - }, - }, - "website": Object { - "en-US": "http://playsam.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.988Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "JrePkDVYomE8AwcuCUyMi", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:50:36.937Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Spielzeugladen, Spiele, Lernhilfen", - "en-US": "Shop for toys, games, educational aids", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Category icon set", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - }, - "title": Object { - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.633Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6t4HKjytPi0mYgs240wkG", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - }, - }, - "title": Object { - "de": "Spielzeug", - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.992Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise photo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - }, - "title": Object { - "en-US": "Playsam Streamliner", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.037Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "wtrHxeu3zEoEce2MokCSi", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - }, - ], - }, - "price": Object { - "de": 44, - "en-US": 44, - }, - "productDescription": Object { - "de": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "en-US": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - }, - "productName": Object { - "de": "Playsam Streamliner Klassisches Auto, Espresso", - "en-US": "Playsam Streamliner Classic Car, Espresso", - }, - "quantity": Object { - "en-US": 56, - }, - "sizetypecolor": Object { - "en-US": "Length: 135 mm | color: espresso, green, or icar (white)", - }, - "sku": Object { - "en-US": "B001R6JUZ2", - }, - "slug": Object { - "en-US": "playsam-streamliner-classic-car-espresso", - }, - "tags": Object { - "en-US": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.996Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "5KsDBWseXY6QegucYAoacS", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:56:59.626Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise image", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - }, - "title": Object { - "en-US": "Hudson Wall Cup ", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.027Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "Xc0ny7GWsMEMCeASWO2um", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - }, - ], - }, - "price": Object { - "de": 11, - "en-US": 11, - }, - "productDescription": Object { - "de": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "en-US": "Wall Hanging Glass Flower Vase and Terrarium", - }, - "productName": Object { - "de": "Becher", - "en-US": "Hudson Wall Cup", - }, - "quantity": Object { - "en-US": 101, - }, - "sizetypecolor": Object { - "en-US": "3 x 3 x 5 inches; 5.3 ounces", - }, - "sku": Object { - "en-US": "B00E82D7I8", - }, - "slug": Object { - "en-US": "hudson-wall-cup", - }, - "tags": Object { - "en-US": Array [ - "vase", - "flowers", - "accessories", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B00E82D7I8/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.006Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:54:51.159Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise photo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - }, - "title": Object { - "en-US": "Whisk beaters", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.032Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "10TkaLheGeQG6qQGqWYqUI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - }, - ], - }, - "price": Object { - "de": 22, - "en-US": 22, - }, - "productDescription": Object { - "de": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "en-US": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - }, - "productName": Object { - "de": "Schneebesen", - "en-US": "Whisk Beater", - }, - "quantity": Object { - "en-US": 89, - }, - "sizetypecolor": Object { - "en-US": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - }, - "sku": Object { - "en-US": "B0081F2CCK", - }, - "slug": Object { - "en-US": "whisk-beater", - }, - "tags": Object { - "en-US": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B0081F2CCK/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.049Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6dbjWqNd9SqccegcqYq224", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:53:23.179Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - }, - "companyName": Object { - "en-US": "Lemnos", - }, - "email": Object { - "en-US": "info@acgears.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "company logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - }, - "title": Object { - "en-US": "Lemnos", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.012Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+1 212 260 2269", - ], - }, - "website": Object { - "en-US": "http://www.lemnos.jp/en/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.396Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4LgMotpNF6W20YKmuemW0a", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:51:15.647Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "by Lemnos", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - }, - "title": Object { - "en-US": "SoSo Wall Clock", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.064Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "KTRF62Q4gg60q6WCsWKw8", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - }, - ], - }, - "price": Object { - "de": 120, - "en-US": 120, - }, - "productDescription": Object { - "de": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "en-US": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - }, - "productName": Object { - "de": "SoSo wanduhr", - "en-US": "SoSo Wall Clock", - }, - "quantity": Object { - "en-US": 3, - }, - "sizetypecolor": Object { - "en-US": "10\\" x 2.2\\"", - }, - "sku": Object { - "en-US": "B00MG4ULK2", - }, - "slug": Object { - "en-US": "soso-wall-clock", - }, - "tags": Object { - "en-US": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - }, - "website": Object { - "en-US": "http://store.dwell.com/soso-wall-clock.html", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.130Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4BqrajvA8E6qwgkieoqmqO", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:52:29.215Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "jsonStringTest": Object { - "en-US": Array [ - "test", - ], - }, - "jsonTest": Object { - "en-US": Object { - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "workspaces": Array [ - "packages/*", - ], - }, - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-11-28T02:16:10.604Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "71mfnH4QKsSsQmgoaQuq6O", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "content": Object { - "en-US": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - }, - "title": Object { - "en-US": "Contentful images inlined in Markdown", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2018-05-28T08:49:06.230Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4L2GhTsJtCseMYM8Wia64i", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - }, - ], -] -`; - -exports[`Process contentful data (by id) builds foreignReferenceMap 1`] = ` -Object { - "10TkaLheGeQG6qQGqWYqUI___Asset": Array [ - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ - Object { - "id": "4LgMotpNF6W20YKmuemW0a", - "name": "sfztzbsum8coewygeuyes___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ - Object { - "id": "651CQ8rLoIYCeY6G0QG22q", - "name": "sfztzbsum8coewygeuyes___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "4LgMotpNF6W20YKmuemW0a___Entry": Array [ - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ - Object { - "id": "JrePkDVYomE8AwcuCUyMi", - "name": "sfztzbsum8coewygeuyes___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "651CQ8rLoIYCeY6G0QG22q___Entry": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ - Object { - "id": "7LAnCobuuWYSqks6wAwY2a", - "name": "6xwptasiii2ak2ww0oi6qa___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "6t4HKjytPi0mYgs240wkG___Asset": Array [ - Object { - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "name": "6xwptasiii2ak2ww0oi6qa___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "7LAnCobuuWYSqks6wAwY2a___Entry": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "JrePkDVYomE8AwcuCUyMi___Entry": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "wtrHxeu3zEoEce2MokCSi___Asset": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "2pqfxujwe8qsykum0u6w8m___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], -} -`; - -exports[`Process contentful data (by id) builds list of resolvable data 1`] = ` -Set { - "7LAnCobuuWYSqks6wAwY2a___Entry", - "24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "651CQ8rLoIYCeY6G0QG22q___Entry", - "4LgMotpNF6W20YKmuemW0a___Entry", - "JrePkDVYomE8AwcuCUyMi___Entry", - "5KsDBWseXY6QegucYAoacS___Entry", - "3DVqIYj4dOwwcKu6sgqOgg___Entry", - "6dbjWqNd9SqccegcqYq224___Entry", - "4BqrajvA8E6qwgkieoqmqO___Entry", - "71mfnH4QKsSsQmgoaQuq6O___Entry", - "4L2GhTsJtCseMYM8Wia64i___Entry", - "3wtvPBbBjiMKqKKga8I2Cu___Asset", - "KTRF62Q4gg60q6WCsWKw8___Asset", - "Xc0ny7GWsMEMCeASWO2um___Asset", - "2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "6t4HKjytPi0mYgs240wkG___Asset", - "1MgbdJNTsMWKI0W68oYqkU___Asset", - "6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "wtrHxeu3zEoEce2MokCSi___Asset", - "10TkaLheGeQG6qQGqWYqUI___Asset", - "6s3iG2OVmoUcosmA8ocqsG___Asset", -} -`; - -exports[`Process contentful data (by id) creates nodes for each asset 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], -] -`; - -exports[`Process contentful data (by id) creates nodes for each entry 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", - }, - "node_locale": "en-US", - "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", - }, - "node_locale": "en-US", - "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "internal": Object { - "content": "Home & Kitchen", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Home & Kitchen", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "internal": Object { - "content": "Toys", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Toys", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for toys, games, educational aids", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for toys, games, educational aids", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", - }, - "node_locale": "de", - "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa", - }, - "node_locale": "de", - "parent": "6XwpTaSiiI2Ak2Ww0oi6qa", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "internal": Object { - "content": "Haus & Küche", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Haus & Küche", - }, - ], - Array [ - Object { - "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "internal": Object { - "content": "Spielzeug", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Spielzeug", - }, - ], - Array [ - Object { - "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Spielzeugladen, Spiele, Lernhilfen", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "sFzTZbSuM8coEwygeUYes", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - ], - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "node_locale": "en-US", - "parent": "sFzTZbSuM8coEwygeUYes", - "phone": Array [ - "+45 35 55 44 59", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "node_locale": "en-US", - "parent": "sFzTZbSuM8coEwygeUYes", - "phone": Array [ - "+1 212 260 2269", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "node_locale": "en-US", - "parent": "sFzTZbSuM8coEwygeUYes", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "sFzTZbSuM8coEwygeUYes", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "node_locale": "de", - "parent": "sFzTZbSuM8coEwygeUYes", - "phone": Array [ - "+45 35 55 44 59", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "node_locale": "de", - "parent": "sFzTZbSuM8coEwygeUYes", - "phone": Array [ - "+1 212 260 2269", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "2pqfxujwe8qsykum0u6w8m___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulSFzTZbSuM8CoEwygeUYes", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "node_locale": "de", - "parent": "sFzTZbSuM8coEwygeUYes", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "en-US", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "en-US", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "en-US", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "en-US", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Classic Car, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productName": "Playsam Streamliner Classic Car, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "internal": Object { - "content": "Hudson Wall Cup", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productName": "Hudson Wall Cup", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "internal": Object { - "content": "Wall Hanging Glass Flower Vase and Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "internal": Object { - "content": "Whisk Beater", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productName": "Whisk Beater", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "internal": Object { - "content": "SoSo Wall Clock", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productName": "SoSo Wall Clock", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "internal": Object { - "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "de", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "de", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "de", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "Contentful2PqfXuJwE8QSyKuM0U6W8M", - }, - "node_locale": "de", - "parent": "2PqfXUJwE8qSYKuM0U6w8M", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Klassisches Auto, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productName": "Playsam Streamliner Klassisches Auto, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "internal": Object { - "content": "Becher", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productName": "Becher", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "internal": Object { - "content": "Schneebesen", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productName": "Schneebesen", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "internal": Object { - "content": "SoSo wanduhr", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productName": "SoSo wanduhr", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "jsonTest", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "node_locale": "en-US", - "parent": "jsonTest", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "jsonTest", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "node_locale": "de", - "parent": "jsonTest", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "remarkTest", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "en-US", - "parent": "remarkTest", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "remarkTest", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "de", - "parent": "remarkTest", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], -] -`; - -exports[`Process contentful data (by name) builds entry list 1`] = ` -Array [ - Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Spielzeugladen, Spiele, Lernhilfen", - "en-US": "Shop for toys, games, educational aids", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Category icon set", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - }, - "title": Object { - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.633Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6t4HKjytPi0mYgs240wkG", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - }, - }, - "title": Object { - "de": "Spielzeug", - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.992Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - Object { - "fields": Object { - "companyDescription": Object { - "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - }, - "companyName": Object { - "en-US": "Lemnos", - }, - "email": Object { - "en-US": "info@acgears.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "company logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - }, - "title": Object { - "en-US": "Lemnos", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.012Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+1 212 260 2269", - ], - }, - "website": Object { - "en-US": "http://www.lemnos.jp/en/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.396Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4LgMotpNF6W20YKmuemW0a", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:51:15.647Z", - }, - }, - Object { - "fields": Object { - "companyDescription": Object { - "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - }, - "companyName": Object { - "en-US": "Playsam", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - }, - "title": Object { - "en-US": "Playsam", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.168Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - }, - }, - "website": Object { - "en-US": "http://playsam.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.988Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "JrePkDVYomE8AwcuCUyMi", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:50:36.937Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - }, - "companyName": Object { - "en-US": "Playsam", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - }, - "title": Object { - "en-US": "Playsam", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.168Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - }, - }, - "website": Object { - "en-US": "http://playsam.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.988Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "JrePkDVYomE8AwcuCUyMi", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:50:36.937Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Spielzeugladen, Spiele, Lernhilfen", - "en-US": "Shop for toys, games, educational aids", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Category icon set", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - }, - "title": Object { - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.633Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6t4HKjytPi0mYgs240wkG", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - }, - }, - "title": Object { - "de": "Spielzeug", - "en-US": "Toys", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.992Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise photo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - }, - "title": Object { - "en-US": "Playsam Streamliner", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.037Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "wtrHxeu3zEoEce2MokCSi", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - }, - ], - }, - "price": Object { - "de": 44, - "en-US": 44, - }, - "productDescription": Object { - "de": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "en-US": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - }, - "productName": Object { - "de": "Playsam Streamliner Klassisches Auto, Espresso", - "en-US": "Playsam Streamliner Classic Car, Espresso", - }, - "quantity": Object { - "en-US": 56, - }, - "sizetypecolor": Object { - "en-US": "Length: 135 mm | color: espresso, green, or icar (white)", - }, - "sku": Object { - "en-US": "B001R6JUZ2", - }, - "slug": Object { - "en-US": "playsam-streamliner-classic-car-espresso", - }, - "tags": Object { - "en-US": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.996Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "5KsDBWseXY6QegucYAoacS", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:56:59.626Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise image", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - }, - "title": Object { - "en-US": "Hudson Wall Cup ", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.027Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "Xc0ny7GWsMEMCeASWO2um", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - }, - ], - }, - "price": Object { - "de": 11, - "en-US": 11, - }, - "productDescription": Object { - "de": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "en-US": "Wall Hanging Glass Flower Vase and Terrarium", - }, - "productName": Object { - "de": "Becher", - "en-US": "Hudson Wall Cup", - }, - "quantity": Object { - "en-US": 101, - }, - "sizetypecolor": Object { - "en-US": "3 x 3 x 5 inches; 5.3 ounces", - }, - "sku": Object { - "en-US": "B00E82D7I8", - }, - "slug": Object { - "en-US": "hudson-wall-cup", - }, - "tags": Object { - "en-US": Array [ - "vase", - "flowers", - "accessories", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B00E82D7I8/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.006Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:54:51.159Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - }, - "companyName": Object { - "en-US": "Normann Copenhagen", - }, - "email": Object { - "en-US": "normann@normann-copenhagen.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "Brand logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - }, - "title": Object { - "en-US": "Normann Copenhagen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.178Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+45 35 55 44 59", - ], - }, - "twitter": Object { - "en-US": "https://twitter.com/NormannCPH", - }, - "website": Object { - "en-US": "http://www.normann-copenhagen.com/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:43.997Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:55:16.820Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "Merchandise photo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - }, - "title": Object { - "en-US": "Whisk beaters", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.032Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "10TkaLheGeQG6qQGqWYqUI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - }, - ], - }, - "price": Object { - "de": 22, - "en-US": 22, - }, - "productDescription": Object { - "de": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "en-US": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - }, - "productName": Object { - "de": "Schneebesen", - "en-US": "Whisk Beater", - }, - "quantity": Object { - "en-US": 89, - }, - "sizetypecolor": Object { - "en-US": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - }, - "sku": Object { - "en-US": "B0081F2CCK", - }, - "slug": Object { - "en-US": "whisk-beater", - }, - "tags": Object { - "en-US": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - }, - "website": Object { - "en-US": "http://www.amazon.com/dp/B0081F2CCK/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.049Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6dbjWqNd9SqccegcqYq224", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:53:23.179Z", - }, - }, - Object { - "fields": Object { - "brand": Object { - "en-US": Object { - "fields": Object { - "companyDescription": Object { - "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - }, - "companyName": Object { - "en-US": "Lemnos", - }, - "email": Object { - "en-US": "info@acgears.com", - }, - "logo": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "company logo", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - }, - "title": Object { - "en-US": "Lemnos", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.012Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - }, - }, - "phone": Object { - "en-US": Array [ - "+1 212 260 2269", - ], - }, - "website": Object { - "en-US": "http://www.lemnos.jp/en/", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.396Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4LgMotpNF6W20YKmuemW0a", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:51:15.647Z", - }, - }, - }, - "categories": Object { - "en-US": Array [ - Object { - "fields": Object { - "categoryDescription": Object { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - }, - "icon": Object { - "en-US": Object { - "fields": Object { - "description": Object { - "en-US": "category icon", - }, - "file": Object { - "en-US": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - }, - "title": Object { - "en-US": "Home and Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:36.172Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - }, - }, - "title": Object { - "de": "Haus & Küche", - "en-US": "Home & Kitchen", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.000Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - }, - ], - }, - "image": Object { - "en-US": Array [ - Object { - "fields": Object { - "description": Object { - "en-US": "by Lemnos", - }, - "file": Object { - "en-US": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - }, - "title": Object { - "en-US": "SoSo Wall Clock", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "createdAt": "2017-06-27T09:35:37.064Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "KTRF62Q4gg60q6WCsWKw8", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Asset", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - }, - ], - }, - "price": Object { - "de": 120, - "en-US": 120, - }, - "productDescription": Object { - "de": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "en-US": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - }, - "productName": Object { - "de": "SoSo wanduhr", - "en-US": "SoSo Wall Clock", - }, - "quantity": Object { - "en-US": 3, - }, - "sizetypecolor": Object { - "en-US": "10\\" x 2.2\\"", - }, - "sku": Object { - "en-US": "B00MG4ULK2", - }, - "slug": Object { - "en-US": "soso-wall-clock", - }, - "tags": Object { - "en-US": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - }, - "website": Object { - "en-US": "http://store.dwell.com/soso-wall-clock.html", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-06-27T09:35:44.130Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4BqrajvA8E6qwgkieoqmqO", - "revision": 2, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2017-06-27T09:52:29.215Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "jsonStringTest": Object { - "en-US": Array [ - "test", - ], - }, - "jsonTest": Object { - "en-US": Object { - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "workspaces": Array [ - "packages/*", - ], - }, - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2017-11-28T02:16:10.604Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "71mfnH4QKsSsQmgoaQuq6O", - "revision": 4, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - }, - ], - Array [ - Object { - "fields": Object { - "content": Object { - "en-US": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - }, - "title": Object { - "en-US": "Contentful images inlined in Markdown", - }, - }, - "metadata": Object { - "tags": Array [], - }, - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "createdAt": "2018-05-28T08:49:06.230Z", - "environment": Object { - "sys": Object { - "id": "master", - "linkType": "Environment", - "type": "Link", - }, - }, - "id": "4L2GhTsJtCseMYM8Wia64i", - "revision": 1, - "space": Object { - "sys": Object { - "id": "rocybtov1ozk", - "linkType": "Space", - "type": "Link", - }, - }, - "type": "Entry", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - }, - ], -] -`; - -exports[`Process contentful data (by name) builds foreignReferenceMap 1`] = ` -Object { - "10TkaLheGeQG6qQGqWYqUI___Asset": Array [ - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "24DPGBDeGEaYy8ms4Y8QMQ___Entry": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "2Y8LhXLnYAYqKCGEWG4EKI___Asset": Array [ - Object { - "id": "4LgMotpNF6W20YKmuemW0a", - "name": "brand___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "3wtvPBbBjiMKqKKga8I2Cu___Asset": Array [ - Object { - "id": "651CQ8rLoIYCeY6G0QG22q", - "name": "brand___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "4LgMotpNF6W20YKmuemW0a___Entry": Array [ - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset": Array [ - Object { - "id": "JrePkDVYomE8AwcuCUyMi", - "name": "brand___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "651CQ8rLoIYCeY6G0QG22q___Entry": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "6m5AJ9vMPKc8OUoQeoCS4o___Asset": Array [ - Object { - "id": "7LAnCobuuWYSqks6wAwY2a", - "name": "category___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "6t4HKjytPi0mYgs240wkG___Asset": Array [ - Object { - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "name": "category___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "7LAnCobuuWYSqks6wAwY2a___Entry": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "6dbjWqNd9SqccegcqYq224", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "JrePkDVYomE8AwcuCUyMi___Entry": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "KTRF62Q4gg60q6WCsWKw8___Asset": Array [ - Object { - "id": "4BqrajvA8E6qwgkieoqmqO", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "Xc0ny7GWsMEMCeASWO2um___Asset": Array [ - Object { - "id": "3DVqIYj4dOwwcKu6sgqOgg", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], - "wtrHxeu3zEoEce2MokCSi___Asset": Array [ - Object { - "id": "5KsDBWseXY6QegucYAoacS", - "name": "product___NODE", - "spaceId": "rocybtov1ozk", - "type": "Entry", - }, - ], -} -`; - -exports[`Process contentful data (by name) builds list of resolvable data 1`] = ` -Set { - "7LAnCobuuWYSqks6wAwY2a___Entry", - "24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "651CQ8rLoIYCeY6G0QG22q___Entry", - "4LgMotpNF6W20YKmuemW0a___Entry", - "JrePkDVYomE8AwcuCUyMi___Entry", - "5KsDBWseXY6QegucYAoacS___Entry", - "3DVqIYj4dOwwcKu6sgqOgg___Entry", - "6dbjWqNd9SqccegcqYq224___Entry", - "4BqrajvA8E6qwgkieoqmqO___Entry", - "71mfnH4QKsSsQmgoaQuq6O___Entry", - "4L2GhTsJtCseMYM8Wia64i___Entry", - "3wtvPBbBjiMKqKKga8I2Cu___Asset", - "KTRF62Q4gg60q6WCsWKw8___Asset", - "Xc0ny7GWsMEMCeASWO2um___Asset", - "2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "6t4HKjytPi0mYgs240wkG___Asset", - "1MgbdJNTsMWKI0W68oYqkU___Asset", - "6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "wtrHxeu3zEoEce2MokCSi___Asset", - "10TkaLheGeQG6qQGqWYqUI___Asset", - "6s3iG2OVmoUcosmA8ocqsG___Asset", -} -`; - -exports[`Process contentful data (by name) creates nodes for each asset 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], -] -`; - -exports[`Process contentful data (by name) creates nodes for each entry 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulCategory", - }, - "node_locale": "en-US", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "en-US", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "internal": Object { - "content": "Home & Kitchen", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Home & Kitchen", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "internal": Object { - "content": "Toys", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Toys", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for toys, games, educational aids", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for toys, games, educational aids", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "internal": Object { - "content": "Haus & Küche", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Haus & Küche", - }, - ], - Array [ - Object { - "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "internal": Object { - "content": "Spielzeug", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Spielzeug", - }, - ], - Array [ - Object { - "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Spielzeugladen, Spiele, Lernhilfen", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "node_locale": "en-US", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "node_locale": "de", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Classic Car, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productName": "Playsam Streamliner Classic Car, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "internal": Object { - "content": "Hudson Wall Cup", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productName": "Hudson Wall Cup", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "internal": Object { - "content": "Wall Hanging Glass Flower Vase and Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "internal": Object { - "content": "Whisk Beater", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productName": "Whisk Beater", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "internal": Object { - "content": "SoSo Wall Clock", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productName": "SoSo Wall Clock", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "internal": Object { - "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Klassisches Auto, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productName": "Playsam Streamliner Klassisches Auto, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "internal": Object { - "content": "Becher", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productName": "Becher", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "internal": Object { - "content": "Schneebesen", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productName": "Schneebesen", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "internal": Object { - "content": "SoSo wanduhr", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productName": "SoSo wanduhr", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "node_locale": "en-US", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "node_locale": "de", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "en-US", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "de", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], -] -`; - -exports[`Process existing mutated nodes in warm build creates nodes for each asset 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], -] -`; - -exports[`Process existing mutated nodes in warm build creates nodes for each entry 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulCategory", - }, - "node_locale": "en-US", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "en-US", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrytitleTextNode", - "internal": Object { - "content": "Home & Kitchen", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Home & Kitchen", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "internal": Object { - "content": "Toys", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Toys", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for toys, games, educational aids", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for toys, games, educational aids", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "internal": Object { - "content": "Haus & Küche", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Haus & Küche", - }, - ], - Array [ - Object { - "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "internal": Object { - "content": "Spielzeug", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Spielzeug", - }, - ], - Array [ - Object { - "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Spielzeugladen, Spiele, Lernhilfen", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "node_locale": "en-US", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "node_locale": "de", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Classic Car, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productName": "Playsam Streamliner Classic Car, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "internal": Object { - "content": "Hudson Wall Cup", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productName": "Hudson Wall Cup", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "internal": Object { - "content": "Wall Hanging Glass Flower Vase and Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "internal": Object { - "content": "Whisk Beater", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productName": "Whisk Beater", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "internal": Object { - "content": "SoSo Wall Clock", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productName": "SoSo Wall Clock", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "internal": Object { - "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Klassisches Auto, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productName": "Playsam Streamliner Klassisches Auto, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "internal": Object { - "content": "Becher", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productName": "Becher", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "internal": Object { - "content": "Schneebesen", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productName": "Schneebesen", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "internal": Object { - "content": "SoSo wanduhr", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productName": "SoSo wanduhr", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "node_locale": "en-US", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "node_locale": "de", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "en-US", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "de", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], -] -`; - -exports[`Skip existing nodes in warm build creates nodes for each asset 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "3wtvPBbBjiMKqKKga8I2Cu", - "createdAt": "2017-06-27T09:35:37.178Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 353, - "width": 353, - }, - "size": 12302, - }, - "fileName": "zJYzDlGk.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - }, - "id": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.178Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Normann Copenhagen", - "updatedAt": "2017-06-27T09:35:37.178Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "KTRF62Q4gg60q6WCsWKw8", - "createdAt": "2017-06-27T09:35:37.064Z", - "description": "by Lemnos", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 1000, - "width": 1000, - }, - "size": 66927, - }, - "fileName": "soso.clock.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - }, - "id": "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.064Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "SoSo Wall Clock", - "updatedAt": "2017-06-27T09:35:37.064Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "Xc0ny7GWsMEMCeASWO2um", - "createdAt": "2017-06-27T09:35:37.027Z", - "description": "Merchandise image", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 600, - }, - "size": 48751, - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - }, - "id": "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.027Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Hudson Wall Cup ", - "updatedAt": "2017-06-27T09:35:37.027Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "2Y8LhXLnYAYqKCGEWG4EKI", - "createdAt": "2017-06-27T09:35:37.012Z", - "description": "company logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 32, - "width": 175, - }, - "size": 7149, - }, - "fileName": "lemnos-logo.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - }, - "id": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:37.012Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Lemnos", - "updatedAt": "2017-06-27T09:35:37.012Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6t4HKjytPi0mYgs240wkG", - "createdAt": "2017-06-27T09:35:36.633Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 128, - "width": 128, - }, - "size": 6744, - }, - "fileName": "toys_512pxGREY.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - }, - "id": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.633Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Toys", - "updatedAt": "2017-06-27T09:35:36.633Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "1MgbdJNTsMWKI0W68oYqkU", - "createdAt": "2017-06-27T09:35:36.182Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 500, - "width": 500, - }, - "size": 44089, - }, - "fileName": "9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - "url": "//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg", - }, - "id": "rocybtov1ozk___1MgbdJNTsMWKI0W68oYqkU___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.182Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Chive logo", - "updatedAt": "2017-06-27T09:35:36.182Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6m5AJ9vMPKc8OUoQeoCS4o", - "createdAt": "2017-06-27T09:35:36.172Z", - "description": "category icon", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 256, - "width": 256, - }, - "size": 2977, - }, - "fileName": "1418244847_Streamline-18-256.png", - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - }, - "id": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.172Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Home and Kitchen", - "updatedAt": "2017-06-27T09:35:36.172Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "createdAt": "2017-06-27T09:35:36.168Z", - "description": "Brand logo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 100, - "width": 100, - }, - "size": 7003, - }, - "fileName": "playsam.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - }, - "id": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.168Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam", - "updatedAt": "2017-06-27T09:35:36.168Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "wtrHxeu3zEoEce2MokCSi", - "createdAt": "2017-06-27T09:35:36.037Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 446, - "width": 600, - }, - "size": 27187, - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - }, - "id": "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.037Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Playsam Streamliner", - "updatedAt": "2017-06-27T09:35:36.037Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "10TkaLheGeQG6qQGqWYqUI", - "createdAt": "2017-06-27T09:35:36.032Z", - "description": "Merchandise photo", - "file": Object { - "contentType": "image/jpeg", - "details": Object { - "image": Object { - "height": 600, - "width": 450, - }, - "size": 28435, - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - }, - "id": "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:36.032Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "Whisk beaters", - "updatedAt": "2017-06-27T09:35:36.032Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "en-US", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], - Array [ - Object { - "children": Array [], - "contentful_id": "6s3iG2OVmoUcosmA8ocqsG", - "createdAt": "2017-06-27T09:35:35.994Z", - "description": "Category icon set", - "file": Object { - "contentType": "image/png", - "details": Object { - "image": Object { - "height": 250, - "width": 250, - }, - "size": 4244, - }, - "fileName": "1418244847_Streamline-18-256 (1).png", - "url": "//images.ctfassets.net/rocybtov1ozk/6s3iG2OVmoUcosmA8ocqsG/286ac4c1be74e05d2e7e11bc5a55bc83/1418244847_Streamline-18-256__1_.png", - }, - "id": "rocybtov1ozk___6s3iG2OVmoUcosmA8ocqsG___Asset___de", - "internal": Object { - "contentDigest": "2017-06-27T09:35:35.994Z", - "type": "ContentfulAsset", - }, - "node_locale": "de", - "parent": null, - "spaceId": "rocybtov1ozk", - "sys": Object { - "revision": 1, - "type": "Asset", - }, - "title": "House icon", - "updatedAt": "2017-06-27T09:35:35.994Z", - }, - ], -] -`; - -exports[`Skip existing nodes in warm build creates nodes for each entry 1`] = ` -Array [ - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "en-US", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrytitleTextNode", - "internal": Object { - "content": "Toys", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - "title": "Toys", - }, - ], - Array [ - Object { - "categoryDescription": "Shop for toys, games, educational aids", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___EntrycategoryDescriptionTextNode", - "internal": Object { - "content": "Shop for toys, games, educational aids", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "title", - "id": "Category", - "internal": Object { - "contentDigest": "2017-06-27T09:40:52.685Z", - "type": "ContentfulContentType", - }, - "name": "Category", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "7LAnCobuuWYSqks6wAwY2a", - "createdAt": "2017-06-27T09:35:44.000Z", - "icon___NODE": "rocybtov1ozk___6m5AJ9vMPKc8OUoQeoCS4o___Asset___de", - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "internal": Object { - "contentDigest": "2020-06-30T11:22:54.201Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "updatedAt": "2020-06-30T11:22:54.201Z", - }, - ], - Array [ - Object { - "categoryDescription___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "children": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - ], - "contentful_id": "24DPGBDeGEaYy8ms4Y8QMQ", - "createdAt": "2017-06-27T09:35:44.992Z", - "icon___NODE": "rocybtov1ozk___6t4HKjytPi0mYgs240wkG___Asset___de", - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:46:43.477Z", - "type": "ContentfulCategory", - }, - "node_locale": "de", - "parent": "Category", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "6XwpTaSiiI2Ak2Ww0oi6qa", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "title___NODE": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "updatedAt": "2017-06-27T09:46:43.477Z", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___detitleTextNode", - "internal": Object { - "content": "Haus & Küche", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Haus & Küche", - }, - ], - Array [ - Object { - "categoryDescription": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "children": Array [], - "id": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "contentDigest": "2020-06-30T11:22:54.201Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___detitleTextNode", - "internal": Object { - "content": "Spielzeug", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryTitleTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - "title": "Spielzeug", - }, - ], - Array [ - Object { - "categoryDescription": "Spielzeugladen, Spiele, Lernhilfen", - "children": Array [], - "id": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___decategoryDescriptionTextNode", - "internal": Object { - "content": "Spielzeugladen, Spiele, Lernhilfen", - "contentDigest": "2017-06-27T09:46:43.477Z", - "mediaType": "text/markdown", - "type": "contentfulCategoryCategoryDescriptionTextNode", - }, - "parent": "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset", - "node_locale": "en-US", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset", - "node_locale": "en-US", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966. - -We entered into the development for the original planning from late 1980 and \\"Lemnos Brand\\" recognized as the global design clock by a masterpiece \\"HOLA\\" designed by Kazuo KAWASAKI which released in 1989. - -Afterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world. - -Lemnos brand products are now highly praised from the design shops and the interior shops all over the world. - -In recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market. - -Our Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___EntrycompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "companyName", - "id": "Brand", - "internal": Object { - "contentDigest": "2017-06-27T09:41:09.339Z", - "type": "ContentfulContentType", - }, - "name": "Brand", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "contentful_id": "651CQ8rLoIYCeY6G0QG22q", - "createdAt": "2017-06-27T09:35:43.997Z", - "email": "normann@normann-copenhagen.com", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:55:16.820Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___3wtvPBbBjiMKqKKga8I2Cu___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+45 35 55 44 59", - ], - "product___NODE": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "twitter": "https://twitter.com/NormannCPH", - "updatedAt": "2017-06-27T09:55:16.820Z", - "website": "http://www.normann-copenhagen.com/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "contentful_id": "4LgMotpNF6W20YKmuemW0a", - "createdAt": "2017-06-27T09:35:44.396Z", - "email": "info@acgears.com", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:51:15.647Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___2Y8LhXLnYAYqKCGEWG4EKI___Asset___de", - "node_locale": "de", - "parent": "Brand", - "phone": Array [ - "+1 212 260 2269", - ], - "product___NODE": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:51:15.647Z", - "website": "http://www.lemnos.jp/en/", - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - ], - "companyDescription___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "companyName___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "contentful_id": "JrePkDVYomE8AwcuCUyMi", - "createdAt": "2017-06-27T09:35:44.988Z", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "internal": Object { - "contentDigest": "2017-06-27T09:50:36.937Z", - "type": "ContentfulBrand", - }, - "logo___NODE": "rocybtov1ozk___4zj1ZOfHgQ8oqgaSKm4Qo2___Asset___de", - "node_locale": "de", - "parent": "Brand", - "product___NODE": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - ], - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "sFzTZbSuM8coEwygeUYes", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "updatedAt": "2017-06-27T09:50:36.937Z", - "website": "http://playsam.com/", - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Normann Copenhagen", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Normann Copenhagen", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "id": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "contentDigest": "2017-06-27T09:55:16.820Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Lemnos", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Lemnos", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "id": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd. - -Wir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \\"Lemnos Brand\\" wurde als globale Designuhr von einem Meisterwerk \\"HOLA\\" von Kazuo KAWASAKI entworfen, das 1989 erschien. - -Danach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht. - -Lemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt. - -In den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt. - -Unsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "contentDigest": "2017-06-27T09:51:15.647Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyName": "Playsam", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyNameTextNode", - "internal": Object { - "content": "Playsam", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyNameTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "companyDescription": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "id": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___decompanyDescriptionTextNode", - "internal": Object { - "content": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "contentDigest": "2017-06-27T09:50:36.937Z", - "mediaType": "text/markdown", - "type": "contentfulBrandCompanyDescriptionTextNode", - }, - "parent": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "en-US", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Classic Car, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productName": "Playsam Streamliner Classic Car, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry", - "productDescription": "A classic Playsam design, the Streamliner Classic Car has been selected as Swedish Design Classic by the Swedish National Museum for its inventive style and sleek surface. It's no wonder that this wooden car has also been a long-standing favorite for children both big and small!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductNameTextNode", - "internal": Object { - "content": "Hudson Wall Cup", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productName": "Hudson Wall Cup", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___EntryproductDescriptionTextNode", - "internal": Object { - "content": "Wall Hanging Glass Flower Vase and Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry", - "productDescription": "Wall Hanging Glass Flower Vase and Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductNameTextNode", - "internal": Object { - "content": "Whisk Beater", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productName": "Whisk Beater", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___EntryproductDescriptionTextNode", - "internal": Object { - "content": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry", - "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductNameTextNode", - "internal": Object { - "content": "SoSo Wall Clock", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productName": "SoSo Wall Clock", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___EntryproductDescriptionTextNode", - "internal": Object { - "content": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry", - "productDescription": "The newly released SoSo Clock from Lemnos marries simple, clean design and bold, striking features. Its saturated marigold face is a lively pop of color to white or grey walls, but would also pair nicely with navy and maroon. Where most clocks feature numbers at the border of the clock, the SoSo brings them in tight to the middle, leaving a wide space between the numbers and the slight frame. The hour hand provides a nice interruption to the black and yellow of the clock - it is featured in a brilliant white. Despite its bold color and contrast, the SoSo maintains a clean, pure aesthetic that is suitable to a variety of contemporary interiors.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": null, - "displayField": "productName", - "id": "Product", - "internal": Object { - "contentDigest": "2017-06-27T09:40:36.821Z", - "type": "ContentfulContentType", - }, - "name": "Product", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___JrePkDVYomE8AwcuCUyMi___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___24DPGBDeGEaYy8ms4Y8QMQ___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "5KsDBWseXY6QegucYAoacS", - "createdAt": "2017-06-27T09:35:43.996Z", - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___wtrHxeu3zEoEce2MokCSi___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:56:59.626Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 44, - "productDescription___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "quantity": 56, - "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)", - "sku": "B001R6JUZ2", - "slug": "playsam-streamliner-classic-car-espresso", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "wood", - "toy", - "car", - "sweden", - "design", - ], - "updatedAt": "2017-06-27T09:56:59.626Z", - "website": "http://www.amazon.com/dp/B001R6JUZ2/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "3DVqIYj4dOwwcKu6sgqOgg", - "createdAt": "2017-06-27T09:35:44.006Z", - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___Xc0ny7GWsMEMCeASWO2um___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:54:51.159Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 11, - "productDescription___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "quantity": 101, - "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces", - "sku": "B00E82D7I8", - "slug": "hudson-wall-cup", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "vase", - "flowers", - "accessories", - ], - "updatedAt": "2017-06-27T09:54:51.159Z", - "website": "http://www.amazon.com/dp/B00E82D7I8/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___651CQ8rLoIYCeY6G0QG22q___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "6dbjWqNd9SqccegcqYq224", - "createdAt": "2017-06-27T09:35:44.049Z", - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___10TkaLheGeQG6qQGqWYqUI___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:53:23.179Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 22, - "productDescription___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "quantity": 89, - "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces", - "sku": "B0081F2CCK", - "slug": "whisk-beater", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "kitchen", - "accessories", - "whisk", - "scandinavia", - "design", - ], - "updatedAt": "2017-06-27T09:53:23.179Z", - "website": "http://www.amazon.com/dp/B0081F2CCK/", - }, - ], - Array [ - Object { - "brand___NODE": "rocybtov1ozk___4LgMotpNF6W20YKmuemW0a___Entry___de", - "categories___NODE": Array [ - "rocybtov1ozk___7LAnCobuuWYSqks6wAwY2a___Entry___de", - ], - "children": Array [ - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - ], - "contentful_id": "4BqrajvA8E6qwgkieoqmqO", - "createdAt": "2017-06-27T09:35:44.130Z", - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "image___NODE": Array [ - "rocybtov1ozk___KTRF62Q4gg60q6WCsWKw8___Asset___de", - ], - "internal": Object { - "contentDigest": "2017-06-27T09:52:29.215Z", - "type": "ContentfulProduct", - }, - "node_locale": "de", - "parent": "Product", - "price": 120, - "productDescription___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "productName___NODE": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "quantity": 3, - "sizetypecolor": "10\\" x 2.2\\"", - "sku": "B00MG4ULK2", - "slug": "soso-wall-clock", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "2PqfXUJwE8qSYKuM0U6w8M", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 2, - "type": "Entry", - }, - "tags": Array [ - "home décor", - "clocks", - "interior design", - "yellow", - "gifts", - ], - "updatedAt": "2017-06-27T09:52:29.215Z", - "website": "http://store.dwell.com/soso-wall-clock.html", - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductNameTextNode", - "internal": Object { - "content": "Playsam Streamliner Klassisches Auto, Espresso", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productName": "Playsam Streamliner Klassisches Auto, Espresso", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "contentDigest": "2017-06-27T09:56:59.626Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___5KsDBWseXY6QegucYAoacS___Entry___de", - "productDescription": "Ein klassisches Playsam-Design, das Streamliner Classic Car wurde als Swedish Design Classic vom Schwedischen Nationalmuseum für seinen erfinderischen Stil und seine schlanke Oberfläche ausgewählt. Es ist kein Wunder, dass dieses hölzerne Auto auch ein langjähriger Liebling für Kinder gewesen ist, die groß und klein sind!", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductNameTextNode", - "internal": Object { - "content": "Becher", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productName": "Becher", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "contentDigest": "2017-06-27T09:54:51.159Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___3DVqIYj4dOwwcKu6sgqOgg___Entry___de", - "productDescription": "Wand-hängende Glas-Blumen-Vase und Terrarium", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductNameTextNode", - "internal": Object { - "content": "Schneebesen", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productName": "Schneebesen", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "contentDigest": "2017-06-27T09:53:23.179Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___6dbjWqNd9SqccegcqYq224___Entry___de", - "productDescription": "Ein kreativer kleiner Schneebesen, der in 8 verschiedenen Farben kommt. Praktisch und nach dem Gebrauch leicht zu reinigen. Eine tolle Geschenkidee.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductNameTextNode", - "internal": Object { - "content": "SoSo wanduhr", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductNameTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productName": "SoSo wanduhr", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "id": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___deproductDescriptionTextNode", - "internal": Object { - "content": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "contentDigest": "2017-06-27T09:52:29.215Z", - "mediaType": "text/markdown", - "type": "contentfulProductProductDescriptionTextNode", - }, - "parent": "rocybtov1ozk___4BqrajvA8E6qwgkieoqmqO___Entry___de", - "productDescription": "Die neu veröffentlichte SoSo Clock von Lemnos heiratet einfaches, sauberes Design und fette, auffällige Features. Sein gesättigtes Ringelblumengesicht ist ein lebhafter Pop der Farbe zu den weißen oder grauen Wänden, aber würde auch gut mit Marine und kastanienbraun paaren. Wo die meisten Uhren am Rande der Uhr Nummern sind, bringt der SoSo sie in die Mitte und lässt einen weiten Raum zwischen den Zahlen und dem leichten Rahmen. Der Stundenzeiger bietet eine schöne Unterbrechung der schwarzen und gelben der Uhr - es ist in einem brillanten Weiß vorgestellt. Trotz seiner kräftigen Farbe und des Kontrastes behält der SoSo eine saubere, reine Ästhetik, die für eine Vielzahl von zeitgenössischen Interieurs geeignet ist.", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "node_locale": "en-US", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___EntryjsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "just for testing JSON fields", - "displayField": null, - "id": "JSON-test", - "internal": Object { - "contentDigest": "2018-08-13T14:21:13.985Z", - "type": "ContentfulContentType", - }, - "name": "JSON-test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "contentful_id": "71mfnH4QKsSsQmgoaQuq6O", - "createdAt": "2017-11-28T02:16:10.604Z", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "internal": Object { - "contentDigest": "2018-08-13T14:27:12.458Z", - "type": "ContentfulJsonTest", - }, - "jsonStringTest___NODE": Array [ - "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - ], - "jsonTest___NODE": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "node_locale": "de", - "parent": "JSON-test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "jsonTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 4, - "type": "Entry", - }, - "updatedAt": "2018-08-13T14:27:12.458Z", - }, - ], - Array [ - Object { - "children": Array [], - "devDependencies": Object { - "babel-cli": "^6.26.0", - "babel-eslint": "^7.2.3", - "babel-jest": "^20.0.3", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-plugin-lodash": "^3.2.11", - "babel-plugin-transform-async-to-generator": "^6.24.1", - "babel-plugin-transform-flow-strip-types": "^6.22.0", - "babel-plugin-transform-runtime": "^6.23.0", - "babel-preset-env": "^1.6.0", - "babel-preset-flow": "^6.23.0", - "babel-preset-react": "^6.24.1", - "babel-preset-stage-0": "^6.24.1", - "babel-register": "^6.26.0", - "babel-runtime": "^6.26.0", - "chokidar": "^1.7.0", - "cross-env": "^5.0.5", - "eslint": "^4.5.0", - "eslint-config-google": "^0.9.1", - "eslint-config-prettier": "^2.5.0", - "eslint-plugin-flow-vars": "^0.5.0", - "eslint-plugin-flowtype": "^2.35.0", - "eslint-plugin-import": "^2.7.0", - "eslint-plugin-jsx-a11y": "^6.0.2", - "eslint-plugin-prettier": "^2.2.0", - "eslint-plugin-react": "^7.3.0", - "flow-bin": "^0.42.0", - "glob": "^7.1.1", - "jest": "^20.0.4", - "jest-cli": "^20.0.4", - "lerna": "^2.1.1", - "plop": "^1.8.1", - "prettier": "^1.7.0", - "prettier-eslint-cli": "4.2.x", - "remotedev-server": "^0.2.3", - "rimraf": "^2.6.1", - }, - "engines": Object { - "yarn": "^1.2.1", - }, - "eslintIgnore": Array [ - "interfaces", - "**/__tests__/fixtures/", - ], - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonTestJSONNode", - "internal": Object { - "content": "{\\"engines\\":{\\"yarn\\":\\"^1.2.1\\"},\\"private\\":true,\\"scripts\\":{\\"jest\\":\\"jest\\",\\"lint\\":\\"eslint --ext .js,.jsx packages/**/src\\",\\"plop\\":\\"plop\\",\\"test\\":\\"yarn lint && yarn jest\\",\\"lerna\\":\\"lerna\\",\\"watch\\":\\"lerna run watch --no-sort --stream --concurrency 999\\",\\"format\\":\\"npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts\\",\\"publish\\":\\"lerna publish\\",\\"bootstrap\\":\\"yarn && npm run check-versions && lerna run prepublish\\",\\"lint:flow\\":\\"babel-node scripts/flow-check.js\\",\\"remotedev\\":\\"remotedev --hostname=localhost --port=19999\\",\\"test_bkup\\":\\"npm run lint && npm run test-node && npm run test-integration\\",\\"format-www\\":\\"prettier-eslint --write /\\"www/*.js/\\" /\\"www/src/**/*.js/\\"\\",\\"test:watch\\":\\"jest --watch\\",\\"test:update\\":\\"jest --updateSnapshot\\",\\"publish-next\\":\\"lerna publish --npm-tag=next\\",\\"check-versions\\":\\"babel-node scripts/check-versions.js\\",\\"format-scripts\\":\\"prettier-eslint --write /\\"scripts/**/*.js/\\"\\",\\"publish-canary\\":\\"lerna publish --canary --yes\\",\\"format-examples\\":\\"prettier-eslint --write /\\"examples/**/gatsby-node.js/\\" /\\"examples/**/gatsby-config.js/\\" /\\"examples/**/src/**/*.js/\\"\\",\\"format-packages\\":\\"prettier-eslint --write /\\"packages/*/src/**/*.js/\\"\\",\\"format-cache-dir\\":\\"prettier-eslint --write /\\"packages/gatsby/cache-dir/*.js/\\"\\"},\\"workspaces\\":[\\"packages/*\\"],\\"eslintIgnore\\":[\\"interfaces\\",\\"**/__tests__/fixtures/\\"],\\"devDependencies\\":{\\"glob\\":\\"^7.1.1\\",\\"jest\\":\\"^20.0.4\\",\\"plop\\":\\"^1.8.1\\",\\"lerna\\":\\"^2.1.1\\",\\"eslint\\":\\"^4.5.0\\",\\"rimraf\\":\\"^2.6.1\\",\\"chokidar\\":\\"^1.7.0\\",\\"flow-bin\\":\\"^0.42.0\\",\\"jest-cli\\":\\"^20.0.4\\",\\"prettier\\":\\"^1.7.0\\",\\"babel-cli\\":\\"^6.26.0\\",\\"cross-env\\":\\"^5.0.5\\",\\"babel-jest\\":\\"^20.0.3\\",\\"babel-eslint\\":\\"^7.2.3\\",\\"babel-runtime\\":\\"^6.26.0\\",\\"babel-register\\":\\"^6.26.0\\",\\"babel-preset-env\\":\\"^1.6.0\\",\\"remotedev-server\\":\\"^0.2.3\\",\\"babel-preset-flow\\":\\"^6.23.0\\",\\"babel-preset-react\\":\\"^6.24.1\\",\\"babel-plugin-lodash\\":\\"^3.2.11\\",\\"eslint-plugin-react\\":\\"^7.3.0\\",\\"prettier-eslint-cli\\":\\"4.2.x\\",\\"babel-preset-stage-0\\":\\"^6.24.1\\",\\"eslint-config-google\\":\\"^0.9.1\\",\\"eslint-plugin-import\\":\\"^2.7.0\\",\\"eslint-config-prettier\\":\\"^2.5.0\\",\\"eslint-plugin-flowtype\\":\\"^2.35.0\\",\\"eslint-plugin-jsx-a11y\\":\\"^6.0.2\\",\\"eslint-plugin-prettier\\":\\"^2.2.0\\",\\"eslint-plugin-flow-vars\\":\\"^0.5.0\\",\\"babel-plugin-transform-runtime\\":\\"^6.23.0\\",\\"babel-plugin-add-module-exports\\":\\"^0.2.1\\",\\"babel-plugin-transform-flow-strip-types\\":\\"^6.22.0\\",\\"babel-plugin-transform-async-to-generator\\":\\"^6.24.1\\"}}", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "private": true, - "scripts": Object { - "bootstrap": "yarn && npm run check-versions && lerna run prepublish", - "check-versions": "babel-node scripts/check-versions.js", - "format": "npm run format-packages && npm run format-cache-dir && npm run format-www && npm run format-examples && npm run format-scripts", - "format-cache-dir": "prettier-eslint --write \\"packages/gatsby/cache-dir/*.js\\"", - "format-examples": "prettier-eslint --write \\"examples/**/gatsby-node.js\\" \\"examples/**/gatsby-config.js\\" \\"examples/**/src/**/*.js\\"", - "format-packages": "prettier-eslint --write \\"packages/*/src/**/*.js\\"", - "format-scripts": "prettier-eslint --write \\"scripts/**/*.js\\"", - "format-www": "prettier-eslint --write \\"www/*.js\\" \\"www/src/**/*.js\\"", - "jest": "jest", - "lerna": "lerna", - "lint": "eslint --ext .js,.jsx packages/**/src", - "lint:flow": "babel-node scripts/flow-check.js", - "plop": "plop", - "publish": "lerna publish", - "publish-canary": "lerna publish --canary --yes", - "publish-next": "lerna publish --npm-tag=next", - "remotedev": "remotedev --hostname=localhost --port=19999", - "test": "yarn lint && yarn jest", - "test:update": "jest --updateSnapshot", - "test:watch": "jest --watch", - "test_bkup": "npm run lint && npm run test-node && npm run test-integration", - "watch": "lerna run watch --no-sort --stream --concurrency 999", - }, - "sys": Object { - "type": "Entry", - }, - "workspaces": Array [ - "packages/*", - ], - }, - ], - Array [ - Object { - "children": Array [], - "content": "test", - "id": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___dejsonStringTest0JSONNode", - "internal": Object { - "content": "\\"test\\"", - "contentDigest": "2018-08-13T14:27:12.458Z", - "mediaType": "application/json", - "type": "contentfulJsonTestJsonStringTestJsonNode", - }, - "parent": "rocybtov1ozk___71mfnH4QKsSsQmgoaQuq6O___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "en-US", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___EntrycontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry", - "sys": Object { - "type": "Entry", - }, - }, - ], - Array [ - Object { - "children": Array [], - "description": "", - "displayField": "title", - "id": "Remark Test", - "internal": Object { - "contentDigest": "2018-05-28T08:43:09.218Z", - "type": "ContentfulContentType", - }, - "name": "Remark Test", - "parent": null, - "sys": Object { - "type": "ContentType", - }, - }, - ], - Array [ - Object { - "children": Array [ - "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - ], - "content___NODE": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "contentful_id": "4L2GhTsJtCseMYM8Wia64i", - "createdAt": "2018-05-28T08:49:06.230Z", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "internal": Object { - "contentDigest": "2018-05-28T08:49:06.230Z", - "type": "ContentfulRemarkTest", - }, - "node_locale": "de", - "parent": "Remark Test", - "spaceId": "rocybtov1ozk", - "sys": Object { - "contentType": Object { - "sys": Object { - "id": "remarkTest", - "linkType": "ContentType", - "type": "Link", - }, - }, - "revision": 1, - "type": "Entry", - }, - "title": "Contentful images inlined in Markdown", - "updatedAt": "2018-05-28T08:49:06.230Z", - }, - ], - Array [ - Object { - "children": Array [], - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "id": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___decontentTextNode", - "internal": Object { - "content": "## Toys - -![Toys](//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png) - -## Chive - -![Chive logo](//images.ctfassets.net/rocybtov1ozk/1MgbdJNTsMWKI0W68oYqkU/ad0200fe320b85ecdd823c711161c2f6/9ef190c59f0d375c0dea58b58a4bc1f0.jpeg) - -## Playsam Streamliner - -![Playsam Streamliner](//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg) - -## Whisk beaters - -![Whisk beaters](//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg) - -## SoSo Wall Clock - -![SoSo Wall Clock](//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg) - -## Hudson Wall Cup - -![Hudson Wall Cup ](//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg)", - "contentDigest": "2018-05-28T08:49:06.230Z", - "mediaType": "text/markdown", - "type": "contentfulRemarkTestContentTextNode", - }, - "parent": "rocybtov1ozk___4L2GhTsJtCseMYM8Wia64i___Entry___de", - "sys": Object { - "type": "Entry", - }, - }, - ], -] -`; diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index 2cbd6d663234b..675e6337adda6 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -418,8 +418,7 @@ describe(`gatsby-node`, () => { createdBlogEntryIds.forEach(blogEntryId => { const blogEntry = getNode(blogEntryId) - expect(blogEntry).toMatchSnapshot() - expect(getNode(blogEntry[`author___NODE`])).toMatchSnapshot() + expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) }) @@ -470,8 +469,7 @@ describe(`gatsby-node`, () => { updatedBlogEntryIds.forEach(blogEntryId => { const blogEntry = getNode(blogEntryId) expect(blogEntry.title).toBe(`Hello world 1234`) - expect(blogEntry).toMatchSnapshot() - expect(getNode(blogEntry[`author___NODE`])).toMatchSnapshot() + expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) }) @@ -515,15 +513,29 @@ describe(`gatsby-node`, () => { // remove blog post await simulateGatsbyBuild() + const { deletedEntries } = + startersBlogFixture.removeBlogPost().currentSyncData + testIfContentTypesExists(startersBlogFixture.contentTypeItems()) - testIfEntriesDeleted( - startersBlogFixture.removeBlogPost().currentSyncData.assets, - locales + testIfEntriesDeleted(deletedEntries, locales) + + const deletedEntryIds = deletedEntries.map(entry => + createNodeId( + makeId({ + spaceId: entry.sys.space.sys.id, + currentLocale: entry.sys.locale, + defaultLocale: locales[0], + id: entry.sys.id, + type: entry.sys.type, + }) + ) ) // check if references are gone authorIds.forEach(authorId => { - expect(getNode(authorId)).toMatchSnapshot() + expect(getNode(authorId)[`blog post___NODE`]).toEqual( + expect.not.arrayContaining(deletedEntryIds) + ) }) }) diff --git a/packages/gatsby-source-contentful/src/__tests__/normalize.js b/packages/gatsby-source-contentful/src/__tests__/normalize.js index 341839cd728d8..5dc507141e3c4 100644 --- a/packages/gatsby-source-contentful/src/__tests__/normalize.js +++ b/packages/gatsby-source-contentful/src/__tests__/normalize.js @@ -32,29 +32,131 @@ const restrictedNodeFields = [ const pluginConfig = createPluginConfig({}) -describe(`Process contentful data (by name)`, () => { - let entryList - let resolvable - let foreignReferenceMap +const unstable_createNodeManifest = jest.fn() + +// Counts the created nodes per node type +function countCreatedNodeTypesFromMock(mock) { + const nodeTypeCounts = {} + mock.calls.forEach(callArgs => { + const node = callArgs[0] + const nodeType = node.internal.type + if (!nodeTypeCounts[nodeType]) { + nodeTypeCounts[nodeType] = 0 + } + nodeTypeCounts[nodeType]++ + }) + return nodeTypeCounts +} +describe(`generic`, () => { it(`builds entry list`, () => { - entryList = buildEntryList({ + const entryList = buildEntryList({ mergedSyncData: currentSyncData, contentTypeItems, }) - expect(entryList).toMatchSnapshot() + + expect(entryList).toHaveLength(contentTypeItems.length) + + expect(entryList[0][0].sys.contentType.sys.id).toBe( + `6XwpTaSiiI2Ak2Ww0oi6qa` + ) + expect(entryList[0]).toHaveLength(2) + expect(entryList[1][0].sys.contentType.sys.id).toBe(`sFzTZbSuM8coEwygeUYes`) + expect(entryList[1]).toHaveLength(3) + expect(entryList[2][0].sys.contentType.sys.id).toBe( + `2PqfXUJwE8qSYKuM0U6w8M` + ) + expect(entryList[2]).toHaveLength(4) + expect(entryList[3][0].sys.contentType.sys.id).toBe(`jsonTest`) + expect(entryList[3]).toHaveLength(1) + + expect(entryList[4][0].sys.contentType.sys.id).toBe(`remarkTest`) }) it(`builds list of resolvable data`, () => { - resolvable = buildResolvableSet({ + const entryList = buildEntryList({ + mergedSyncData: currentSyncData, + contentTypeItems, + }) + + const resolvable = buildResolvableSet({ + assets: currentSyncData.assets, + entryList, + }) + + const allNodes = [...currentSyncData.entries, ...currentSyncData.assets] + + allNodes.forEach(node => + expect(resolvable).toContain(`${node.sys.id}___${node.sys.type}`) + ) + }) + it(`builds foreignReferenceMap`, () => { + const entryList = buildEntryList({ + mergedSyncData: currentSyncData, + contentTypeItems, + }) + + const resolvable = buildResolvableSet({ assets: currentSyncData.assets, entryList, }) - expect(resolvable).toMatchSnapshot() + + const foreignReferenceMap = buildForeignReferenceMap({ + contentTypeItems, + entryList, + resolvable, + defaultLocale, + space, + useNameForId: true, + }) + const referenceKeys = Object.keys(foreignReferenceMap) + const expectedReferenceKeys = [ + `2Y8LhXLnYAYqKCGEWG4EKI___Asset`, + `3wtvPBbBjiMKqKKga8I2Cu___Asset`, + `4LgMotpNF6W20YKmuemW0a___Entry`, + `4zj1ZOfHgQ8oqgaSKm4Qo2___Asset`, + `6m5AJ9vMPKc8OUoQeoCS4o___Asset`, + `6t4HKjytPi0mYgs240wkG___Asset`, + `7LAnCobuuWYSqks6wAwY2a___Entry`, + `10TkaLheGeQG6qQGqWYqUI___Asset`, + `24DPGBDeGEaYy8ms4Y8QMQ___Entry`, + `651CQ8rLoIYCeY6G0QG22q___Entry`, + `JrePkDVYomE8AwcuCUyMi___Entry`, + `KTRF62Q4gg60q6WCsWKw8___Asset`, + `wtrHxeu3zEoEce2MokCSi___Asset`, + `Xc0ny7GWsMEMCeASWO2um___Asset`, + ] + expect(referenceKeys).toHaveLength(expectedReferenceKeys.length) + expect(referenceKeys).toEqual(expect.arrayContaining(expectedReferenceKeys)) + + Object.keys(foreignReferenceMap).forEach(referenceId => { + expect(resolvable).toContain(referenceId) + + let expectedLength = 1 + if (referenceId === `651CQ8rLoIYCeY6G0QG22q___Entry`) { + expectedLength = 2 + } + if (referenceId === `7LAnCobuuWYSqks6wAwY2a___Entry`) { + expectedLength = 3 + } + expect(foreignReferenceMap[referenceId]).toHaveLength(expectedLength) + }) }) +}) +describe(`Process contentful data (by name)`, () => { it(`builds foreignReferenceMap`, () => { - foreignReferenceMap = buildForeignReferenceMap({ + const entryList = buildEntryList({ + mergedSyncData: currentSyncData, + contentTypeItems, + }) + + const resolvable = buildResolvableSet({ + assets: currentSyncData.assets, + entryList, + }) + + const foreignReferenceMap = buildForeignReferenceMap({ contentTypeItems, entryList, resolvable, @@ -62,10 +164,36 @@ describe(`Process contentful data (by name)`, () => { space, useNameForId: true, }) - expect(foreignReferenceMap).toMatchSnapshot() + + expect(foreignReferenceMap[`24DPGBDeGEaYy8ms4Y8QMQ___Entry`][0].name).toBe( + `product___NODE` + ) + + expect(foreignReferenceMap[`2Y8LhXLnYAYqKCGEWG4EKI___Asset`][0].name).toBe( + `brand___NODE` + ) }) it(`creates nodes for each entry`, () => { + const entryList = buildEntryList({ + mergedSyncData: currentSyncData, + contentTypeItems, + }) + + const resolvable = buildResolvableSet({ + assets: currentSyncData.assets, + entryList, + }) + + const foreignReferenceMap = buildForeignReferenceMap({ + contentTypeItems, + entryList, + resolvable, + defaultLocale, + space, + useNameForId: true, + }) + const createNode = jest.fn() const createNodeId = jest.fn(id => id) const getNode = jest.fn(() => undefined) // All nodes are new @@ -85,12 +213,41 @@ describe(`Process contentful data (by name)`, () => { space, useNameForId: true, pluginConfig, + unstable_createNodeManifest, }) }) - expect(createNode.mock.calls).toMatchSnapshot() - // Relevant to compare to compare warm and cold situation. Actual number not relevant. - expect(createNode.mock.calls.length).toBe(74) // "cold build entries" count + const nodeTypeCounts = countCreatedNodeTypesFromMock(createNode.mock) + + expect(Object.keys(nodeTypeCounts)).toHaveLength(15) + + expect(nodeTypeCounts).toEqual( + expect.objectContaining({ + // 3 Brand Contentful entries + ContentfulBrand: 6, + contentfulBrandCompanyDescriptionTextNode: 6, + contentfulBrandCompanyNameTextNode: 6, + // 2 Category Contentful entries + ContentfulCategory: 4, + contentfulCategoryCategoryDescriptionTextNode: 4, + contentfulCategoryTitleTextNode: 4, + ContentfulContentType: contentTypeItems.length, + // 1 JSON Test Contentful entry + ContentfulJsonTest: 2, + contentfulJsonTestJsonStringTestJsonNode: 2, + contentfulJsonTestJsonTestJsonNode: 2, + // 4 Product Contentful entries + ContentfulProduct: 8, + contentfulProductProductDescriptionTextNode: 8, + contentfulProductProductNameTextNode: 8, + // 1 Remark Test Contentful entry + ContentfulRemarkTest: 2, + contentfulRemarkTestContentTextNode: 2, + }) + ) + + // Relevant to compare to compare warm and cold situation + expect(createNode.mock.calls.length).toBe(69) // "cold build entries" count }) it(`creates nodes for each asset`, () => { @@ -108,7 +265,10 @@ describe(`Process contentful data (by name)`, () => { pluginConfig, }) }) - expect(createNode.mock.calls).toMatchSnapshot() + const nodeTypeCounts = countCreatedNodeTypesFromMock(createNode.mock) + + expect(Object.keys(nodeTypeCounts)).toHaveLength(1) + expect(nodeTypeCounts).toHaveProperty(`ContentfulAsset`) }) }) @@ -166,31 +326,38 @@ describe(`Skip existing nodes in warm build`, () => { space, useNameForId: true, pluginConfig, + unstable_createNodeManifest, }) }) - expect(createNode.mock.calls).toMatchSnapshot() - // Relevant to compare to compare warm and cold situation. Actual number not relevant. - // This number ought to be less than the cold build - expect(createNode.mock.calls.length).toBe(71) // "warm build where entry was not changed" count - }) + const nodeTypeCounts = countCreatedNodeTypesFromMock(createNode.mock) - it(`creates nodes for each asset`, () => { - const createNode = jest.fn(() => Promise.resolve()) - const createNodeId = jest.fn(id => id) - const assets = currentSyncData.assets - assets.forEach(assetItem => { - createAssetNodes({ - assetItem, - createNode, - createNodeId, - defaultLocale, - locales, - space, - pluginConfig, + expect(Object.keys(nodeTypeCounts)).toHaveLength(15) + + expect(nodeTypeCounts).toEqual( + expect.objectContaining({ + ContentfulBrand: 6, + contentfulBrandCompanyDescriptionTextNode: 6, + contentfulBrandCompanyNameTextNode: 6, + // These 3 category entities matter as the first node is skipped in the test + ContentfulCategory: 3, + contentfulCategoryCategoryDescriptionTextNode: 3, + contentfulCategoryTitleTextNode: 3, + ContentfulContentType: 5, + ContentfulJsonTest: 2, + contentfulJsonTestJsonStringTestJsonNode: 2, + contentfulJsonTestJsonTestJsonNode: 2, + ContentfulProduct: 8, + contentfulProductProductDescriptionTextNode: 8, + contentfulProductProductNameTextNode: 8, + ContentfulRemarkTest: 2, + contentfulRemarkTestContentTextNode: 2, }) - }) - expect(createNode.mock.calls).toMatchSnapshot() + ) + + // Relevant to compare to compare warm and cold situation + // This number ought to be less than the cold build + expect(createNode.mock.calls.length).toBe(66) // "warm build where entry was not changed" count }) }) @@ -250,57 +417,56 @@ describe(`Process existing mutated nodes in warm build`, () => { space, useNameForId: true, pluginConfig, + unstable_createNodeManifest, }) }) - expect(createNode.mock.calls).toMatchSnapshot() - // Relevant to compare to compare warm and cold situation. Actual number not relevant. - // This number ought to be the same as the cold build - expect(createNode.mock.calls.length).toBe(74) // "warm build where entry was changed" count - }) + const nodeTypeCounts = countCreatedNodeTypesFromMock(createNode.mock) - it(`creates nodes for each asset`, () => { - const createNode = jest.fn(() => Promise.resolve()) - const createNodeId = jest.fn(id => id) - const assets = currentSyncData.assets - assets.forEach(assetItem => { - createAssetNodes({ - assetItem, - createNode, - createNodeId, - defaultLocale, - locales, - space, - pluginConfig, + expect(Object.keys(nodeTypeCounts)).toHaveLength(15) + + expect(nodeTypeCounts).toEqual( + expect.objectContaining({ + // 3 Brand Contentful entries + ContentfulBrand: 6, + contentfulBrandCompanyDescriptionTextNode: 6, + contentfulBrandCompanyNameTextNode: 6, + // 2 Category Contentful entries + ContentfulCategory: 4, + contentfulCategoryCategoryDescriptionTextNode: 4, + contentfulCategoryTitleTextNode: 4, + ContentfulContentType: contentTypeItems.length, + // 1 JSON Test Contentful entry + ContentfulJsonTest: 2, + contentfulJsonTestJsonStringTestJsonNode: 2, + contentfulJsonTestJsonTestJsonNode: 2, + // 4 Product Contentful entries + ContentfulProduct: 8, + contentfulProductProductDescriptionTextNode: 8, + contentfulProductProductNameTextNode: 8, + // 1 Remark Test Contentful entry + ContentfulRemarkTest: 2, + contentfulRemarkTestContentTextNode: 2, }) - }) - expect(createNode.mock.calls).toMatchSnapshot() + ) + + // Relevant to compare to compare warm and cold situation + // This number ought to be the same as the cold build + expect(createNode.mock.calls.length).toBe(69) // "warm build where entry was changed" count }) }) describe(`Process contentful data (by id)`, () => { - let entryList - let resolvable - let foreignReferenceMap - - it(`builds entry list`, () => { - entryList = buildEntryList({ + it(`builds foreignReferenceMap`, () => { + const entryList = buildEntryList({ mergedSyncData: currentSyncData, contentTypeItems, }) - expect(entryList).toMatchSnapshot() - }) - - it(`builds list of resolvable data`, () => { - resolvable = buildResolvableSet({ + const resolvable = buildResolvableSet({ assets: currentSyncData.assets, entryList, }) - expect(resolvable).toMatchSnapshot() - }) - - it(`builds foreignReferenceMap`, () => { - foreignReferenceMap = buildForeignReferenceMap({ + const foreignReferenceMap = buildForeignReferenceMap({ contentTypeItems, entryList, resolvable, @@ -308,10 +474,34 @@ describe(`Process contentful data (by id)`, () => { space, useNameForId: false, }) - expect(foreignReferenceMap).toMatchSnapshot() + + expect(foreignReferenceMap[`24DPGBDeGEaYy8ms4Y8QMQ___Entry`][0].name).toBe( + `2pqfxujwe8qsykum0u6w8m___NODE` + ) + + expect(foreignReferenceMap[`2Y8LhXLnYAYqKCGEWG4EKI___Asset`][0].name).toBe( + `sfztzbsum8coewygeuyes___NODE` + ) }) it(`creates nodes for each entry`, () => { + const entryList = buildEntryList({ + mergedSyncData: currentSyncData, + contentTypeItems, + }) + const resolvable = buildResolvableSet({ + assets: currentSyncData.assets, + entryList, + }) + const foreignReferenceMap = buildForeignReferenceMap({ + contentTypeItems, + entryList, + resolvable, + defaultLocale, + space, + useNameForId: false, + }) + const createNode = jest.fn() const createNodeId = jest.fn(id => id) const getNode = jest.fn(() => undefined) // All nodes are new @@ -331,27 +521,37 @@ describe(`Process contentful data (by id)`, () => { space, useNameForId: false, pluginConfig, + unstable_createNodeManifest, }) }) - expect(createNode.mock.calls).toMatchSnapshot() - }) + const nodeTypeCounts = countCreatedNodeTypesFromMock(createNode.mock) - it(`creates nodes for each asset`, () => { - const createNode = jest.fn(() => Promise.resolve()) - const createNodeId = jest.fn(id => id) - const assets = currentSyncData.assets - assets.forEach(assetItem => { - createAssetNodes({ - assetItem, - createNode, - createNodeId, - defaultLocale, - locales, - space, - pluginConfig, + expect(Object.keys(nodeTypeCounts)).toHaveLength(15) + + expect(nodeTypeCounts).toEqual( + expect.objectContaining({ + // 3 Brand Contentful entries + ContentfulSFzTZbSuM8CoEwygeUYes: 6, + contentfulSFzTZbSuM8CoEwygeUYesCompanyDescriptionTextNode: 6, + contentfulSFzTZbSuM8CoEwygeUYesCompanyNameTextNode: 6, + // 2 Category Contentful entries + Contentful6XwpTaSiiI2Ak2Ww0Oi6Qa: 4, + contentful6XwpTaSiiI2Ak2Ww0Oi6QaCategoryDescriptionTextNode: 4, + contentful6XwpTaSiiI2Ak2Ww0Oi6QaTitleTextNode: 4, + ContentfulContentType: contentTypeItems.length, + // 1 JSON Test Contentful entry + ContentfulJsonTest: 2, + contentfulJsonTestJsonStringTestJsonNode: 2, + contentfulJsonTestJsonTestJsonNode: 2, + // 4 Product Contentful entries + Contentful2PqfXuJwE8QSyKuM0U6W8M: 8, + contentful2PqfXuJwE8QSyKuM0U6W8MProductDescriptionTextNode: 8, + contentful2PqfXuJwE8QSyKuM0U6W8MProductNameTextNode: 8, + // 1 Remark Test Contentful entry + ContentfulRemarkTest: 2, + contentfulRemarkTestContentTextNode: 2, }) - }) - expect(createNode.mock.calls).toMatchSnapshot() + ) }) }) From a64102cea56350791536dd443933b49e56adc130 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Tue, 25 Jan 2022 16:20:46 +0100 Subject: [PATCH 04/11] perf(Contentful): create each content type node only once --- .../gatsby-source-contentful/src/normalize.js | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/packages/gatsby-source-contentful/src/normalize.js b/packages/gatsby-source-contentful/src/normalize.js index 44cb138fbc935..7f9689027885e 100644 --- a/packages/gatsby-source-contentful/src/normalize.js +++ b/packages/gatsby-source-contentful/src/normalize.js @@ -328,6 +328,28 @@ export const createNodesForContentType = ({ } const createNodePromises = [] + + // Create a node for each content type + const contentTypeNode = { + id: createNodeId(contentTypeItemId), + parent: null, + children: [], + name: contentTypeItem.name, + displayField: contentTypeItem.displayField, + description: contentTypeItem.description, + internal: { + type: `${makeTypeName(`ContentType`)}`, + }, + sys: { + type: contentTypeItem.sys.type, + }, + } + + // The content of an entry is guaranteed to be updated if and only if the .sys.updatedAt field changed + contentTypeNode.internal.contentDigest = contentTypeItem.sys.updatedAt + + createNodePromises.push(createNode(contentTypeNode)) + locales.forEach(locale => { const localesFallback = buildFallbackChain(locales) const mId = makeMakeId({ @@ -681,26 +703,6 @@ export const createNodesForContentType = ({ }) .filter(Boolean) - // Create a node for each content type - const contentTypeNode = { - id: createNodeId(contentTypeItemId), - parent: null, - children: [], - name: contentTypeItem.name, - displayField: contentTypeItem.displayField, - description: contentTypeItem.description, - internal: { - type: `${makeTypeName(`ContentType`)}`, - }, - sys: { - type: contentTypeItem.sys.type, - }, - } - - // The content of an entry is guaranteed to be updated if and only if the .sys.updatedAt field changed - contentTypeNode.internal.contentDigest = contentTypeItem.sys.updatedAt - - createNodePromises.push(createNode(contentTypeNode)) entryNodes.forEach(entryNode => { createNodePromises.push(createNode(entryNode)) }) From c4602c0d15f575d347fcb80139d46f80077c6c8f Mon Sep 17 00:00:00 2001 From: axe312ger Date: Wed, 26 Jan 2022 16:48:27 +0100 Subject: [PATCH 05/11] test(contentful): add reporter output to tests --- .../__snapshots__/gatsby-node.js.snap | 349 ++++++++++++++++++ .../src/__tests__/gatsby-node.js | 12 + 2 files changed, 361 insertions(+) diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap index 4961649230900..9b74305da8afd 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap @@ -1,5 +1,354 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`gatsby-node should add a new blogpost and update linkedNodes 1`] = ` +Array [ + Array [ + "Contentful: 4 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new/updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 4 cached entries", + ], + Array [ + "Contentful: 1 new/updated assets", + ], + Array [ + "Contentful: 4 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], +] +`; + +exports[`gatsby-node should create nodes from initial payload 3`] = ` +Array [ + Array [ + "Contentful: 4 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new/updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], +] +`; + +exports[`gatsby-node should remove a blogpost and update linkedNodes 1`] = ` +Array [ + Array [ + "Contentful: 4 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new/updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 4 cached entries", + ], + Array [ + "Contentful: 1 new/updated assets", + ], + Array [ + "Contentful: 4 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], + Array [ + "Contentful: 0 new/updated entries", + ], + Array [ + "Contentful: 1 deleted entries", + ], + Array [ + "Contentful: 5 cached entries", + ], + Array [ + "Contentful: 0 new/updated assets", + ], + Array [ + "Contentful: 5 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], +] +`; + +exports[`gatsby-node should remove an asset 1`] = ` +Array [ + Array [ + "Contentful: 4 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new/updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 4 cached entries", + ], + Array [ + "Contentful: 1 new/updated assets", + ], + Array [ + "Contentful: 4 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], + Array [ + "Contentful: 0 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 5 cached entries", + ], + Array [ + "Contentful: 0 new/updated assets", + ], + Array [ + "Contentful: 5 cached assets", + ], + Array [ + "Contentful: 1 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], +] +`; + +exports[`gatsby-node should update a blogpost 1`] = ` +Array [ + Array [ + "Contentful: 4 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new/updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 4 cached entries", + ], + Array [ + "Contentful: 1 new/updated assets", + ], + Array [ + "Contentful: 4 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new/updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 5 cached entries", + ], + Array [ + "Contentful: 0 new/updated assets", + ], + Array [ + "Contentful: 5 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 4 Contentful Blog Post nodes", + ], + Array [ + "Creating 5 Contentful asset nodes", + ], +] +`; + exports[`gatsby-node stores rich text as raw with references attached 1`] = ` Array [ "ahntqop9oi7x___7oHxo6bs0us9wIkq27qdyK___Entry", diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index 675e6337adda6..80cae2c4f276b 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -309,6 +309,8 @@ describe(`gatsby-node`, () => { cache.actualMap.clear() cache.get.mockClear() cache.set.mockClear() + reporter.info.mockClear() + reporter.panic.mockClear() }) it(`should create nodes from initial payload`, async () => { @@ -372,6 +374,8 @@ describe(`gatsby-node`, () => { "contentful-sync-data-testSpaceId-master", ] `) + + expect(reporter.info.mock.calls).toMatchSnapshot() }) it(`should add a new blogpost and update linkedNodes`, async () => { @@ -420,6 +424,8 @@ describe(`gatsby-node`, () => { const blogEntry = getNode(blogEntryId) expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) + + expect(reporter.info.mock.calls).toMatchSnapshot() }) it(`should update a blogpost`, async () => { @@ -471,6 +477,8 @@ describe(`gatsby-node`, () => { expect(blogEntry.title).toBe(`Hello world 1234`) expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) + + expect(reporter.info.mock.calls).toMatchSnapshot() }) it(`should remove a blogpost and update linkedNodes`, async () => { @@ -537,6 +545,8 @@ describe(`gatsby-node`, () => { expect.not.arrayContaining(deletedEntryIds) ) }) + + expect(reporter.info.mock.calls).toMatchSnapshot() }) it(`should remove an asset`, async () => { @@ -590,6 +600,8 @@ describe(`gatsby-node`, () => { startersBlogFixture.removeAsset().currentSyncData.deletedAssets, locales ) + + expect(reporter.info.mock.calls).toMatchSnapshot() }) it(`stores rich text as raw with references attached`, async () => { From 6e955a42696692eb5e42e5e8e49d52c2dcf2a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Fri, 28 Jan 2022 13:37:47 +0100 Subject: [PATCH 06/11] fix(gatsby-source-contentful): remove duplicate resolving (#34599) * perf: resolve all Contentful links manually * perf(Contentful): no more cache previous Contentful API syncs * feat(contentful): report new and update node counts seperate from each other --- .../__snapshots__/gatsby-node.js.snap | 178 ++- .../src/__tests__/data.json | 1140 +---------------- .../src/__tests__/gatsby-node.js | 24 - .../src/__tests__/normalize.js | 18 +- .../src/create-schema-customization.js | 8 +- .../gatsby-source-contentful/src/normalize.js | 18 +- .../src/source-nodes.js | 163 +-- 7 files changed, 219 insertions(+), 1330 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap index 9b74305da8afd..1606fbe22cb99 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap @@ -3,7 +3,10 @@ exports[`gatsby-node should add a new blogpost and update linkedNodes 1`] = ` Array [ Array [ - "Contentful: 4 new/updated entries", + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", @@ -12,7 +15,10 @@ Array [ "Contentful: 0 cached entries", ], Array [ - "Contentful: 4 new/updated assets", + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", ], Array [ "Contentful: 0 cached assets", @@ -30,31 +36,34 @@ Array [ "Creating 4 Contentful asset nodes", ], Array [ - "Contentful: 1 new/updated entries", + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", ], Array [ - "Contentful: 4 cached entries", + "Contentful: 22 cached entries", ], Array [ - "Contentful: 1 new/updated assets", + "Contentful: 1 new assets", ], Array [ - "Contentful: 4 cached assets", + "Contentful: 0 updated assets", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 8 cached assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 0 deleted assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Creating 1 Contentful Blog Post nodes", ], Array [ - "Creating 5 Contentful asset nodes", + "Creating 1 Contentful asset nodes", ], ] `; @@ -62,7 +71,10 @@ Array [ exports[`gatsby-node should create nodes from initial payload 3`] = ` Array [ Array [ - "Contentful: 4 new/updated entries", + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", @@ -71,7 +83,10 @@ Array [ "Contentful: 0 cached entries", ], Array [ - "Contentful: 4 new/updated assets", + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", ], Array [ "Contentful: 0 cached assets", @@ -94,7 +109,10 @@ Array [ exports[`gatsby-node should remove a blogpost and update linkedNodes 1`] = ` Array [ Array [ - "Contentful: 4 new/updated entries", + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", @@ -103,7 +121,10 @@ Array [ "Contentful: 0 cached entries", ], Array [ - "Contentful: 4 new/updated assets", + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", ], Array [ "Contentful: 0 cached assets", @@ -121,58 +142,58 @@ Array [ "Creating 4 Contentful asset nodes", ], Array [ - "Contentful: 1 new/updated entries", + "Contentful: 1 new entries", ], Array [ - "Contentful: 0 deleted entries", + "Contentful: 0 updated entries", ], Array [ - "Contentful: 4 cached entries", + "Contentful: 0 deleted entries", ], Array [ - "Contentful: 1 new/updated assets", + "Contentful: 22 cached entries", ], Array [ - "Contentful: 4 cached assets", + "Contentful: 1 new assets", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 0 updated assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 8 cached assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Contentful: 0 deleted assets", ], Array [ - "Creating 5 Contentful asset nodes", + "Creating 1 Contentful Blog Post nodes", ], Array [ - "Contentful: 0 new/updated entries", + "Creating 1 Contentful asset nodes", ], Array [ - "Contentful: 1 deleted entries", + "Contentful: 0 new entries", ], Array [ - "Contentful: 5 cached entries", + "Contentful: 0 updated entries", ], Array [ - "Contentful: 0 new/updated assets", + "Contentful: 1 deleted entries", ], Array [ - "Contentful: 5 cached assets", + "Contentful: 28 cached entries", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 0 new assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 0 updated assets", ], Array [ - "Creating 3 Contentful Blog Post nodes", + "Contentful: 10 cached assets", ], Array [ - "Creating 5 Contentful asset nodes", + "Contentful: 0 deleted assets", ], ] `; @@ -180,7 +201,10 @@ Array [ exports[`gatsby-node should remove an asset 1`] = ` Array [ Array [ - "Contentful: 4 new/updated entries", + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", @@ -189,7 +213,10 @@ Array [ "Contentful: 0 cached entries", ], Array [ - "Contentful: 4 new/updated assets", + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", ], Array [ "Contentful: 0 cached assets", @@ -207,58 +234,58 @@ Array [ "Creating 4 Contentful asset nodes", ], Array [ - "Contentful: 1 new/updated entries", + "Contentful: 1 new entries", ], Array [ - "Contentful: 0 deleted entries", + "Contentful: 0 updated entries", ], Array [ - "Contentful: 4 cached entries", + "Contentful: 0 deleted entries", ], Array [ - "Contentful: 1 new/updated assets", + "Contentful: 22 cached entries", ], Array [ - "Contentful: 4 cached assets", + "Contentful: 1 new assets", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 0 updated assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 8 cached assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Contentful: 0 deleted assets", ], Array [ - "Creating 5 Contentful asset nodes", + "Creating 1 Contentful Blog Post nodes", ], Array [ - "Contentful: 0 new/updated entries", + "Creating 1 Contentful asset nodes", ], Array [ - "Contentful: 0 deleted entries", + "Contentful: 0 new entries", ], Array [ - "Contentful: 5 cached entries", + "Contentful: 0 updated entries", ], Array [ - "Contentful: 0 new/updated assets", + "Contentful: 0 deleted entries", ], Array [ - "Contentful: 5 cached assets", + "Contentful: 28 cached entries", ], Array [ - "Contentful: 1 deleted assets", + "Contentful: 0 new assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 0 updated assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Contentful: 10 cached assets", ], Array [ - "Creating 4 Contentful asset nodes", + "Contentful: 1 deleted assets", ], ] `; @@ -266,7 +293,10 @@ Array [ exports[`gatsby-node should update a blogpost 1`] = ` Array [ Array [ - "Contentful: 4 new/updated entries", + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", @@ -275,7 +305,10 @@ Array [ "Contentful: 0 cached entries", ], Array [ - "Contentful: 4 new/updated assets", + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", ], Array [ "Contentful: 0 cached assets", @@ -293,58 +326,61 @@ Array [ "Creating 4 Contentful asset nodes", ], Array [ - "Contentful: 1 new/updated entries", + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", ], Array [ "Contentful: 0 deleted entries", ], Array [ - "Contentful: 4 cached entries", + "Contentful: 22 cached entries", ], Array [ - "Contentful: 1 new/updated assets", + "Contentful: 1 new assets", ], Array [ - "Contentful: 4 cached assets", + "Contentful: 0 updated assets", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 8 cached assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 0 deleted assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Creating 1 Contentful Blog Post nodes", ], Array [ - "Creating 5 Contentful asset nodes", + "Creating 1 Contentful asset nodes", ], Array [ - "Contentful: 1 new/updated entries", + "Contentful: 0 new entries", ], Array [ - "Contentful: 0 deleted entries", + "Contentful: 1 updated entries", ], Array [ - "Contentful: 5 cached entries", + "Contentful: 0 deleted entries", ], Array [ - "Contentful: 0 new/updated assets", + "Contentful: 28 cached entries", ], Array [ - "Contentful: 5 cached assets", + "Contentful: 0 new assets", ], Array [ - "Contentful: 0 deleted assets", + "Contentful: 0 updated assets", ], Array [ - "Creating 1 Contentful Person nodes", + "Contentful: 10 cached assets", ], Array [ - "Creating 4 Contentful Blog Post nodes", + "Contentful: 0 deleted assets", ], Array [ - "Creating 5 Contentful asset nodes", + "Creating 1 Contentful Blog Post nodes", ], ] `; diff --git a/packages/gatsby-source-contentful/src/__tests__/data.json b/packages/gatsby-source-contentful/src/__tests__/data.json index b7d048db85054..23c0cb3178939 100644 --- a/packages/gatsby-source-contentful/src/__tests__/data.json +++ b/packages/gatsby-source-contentful/src/__tests__/data.json @@ -44,47 +44,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.172Z", - "updatedAt": "2017-06-27T09:35:36.172Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Home and Kitchen" - }, - "description": { - "en-US": "category icon" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - "details": { - "size": 2977, - "image": { - "width": 256, - "height": 256 - } - }, - "fileName": "1418244847_Streamline-18-256.png", - "contentType": "image/png" - } - } + "type": "Link", + "linkType": "Asset", + "id": "6m5AJ9vMPKc8OUoQeoCS4o" } } }, @@ -298,47 +260,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "wtrHxeu3zEoEce2MokCSi", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.037Z", - "updatedAt": "2017-06-27T09:35:36.037Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Playsam Streamliner" - }, - "description": { - "en-US": "Merchandise photo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/wtrHxeu3zEoEce2MokCSi/73dce36715f16e27cf5ff0d2d97d7dff/quwowooybuqbl6ntboz3.jpg", - "details": { - "size": 27187, - "image": { - "width": 600, - "height": 446 - } - }, - "fileName": "quwowooybuqbl6ntboz3.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "wtrHxeu3zEoEce2MokCSi" } } ] @@ -353,92 +277,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "24DPGBDeGEaYy8ms4Y8QMQ", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.992Z", - "updatedAt": "2017-06-27T09:46:43.477Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 2, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa" - } - } - }, - "fields": { - "title": { - "de": "Spielzeug", - "en-US": "Toys" - }, - "icon": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6t4HKjytPi0mYgs240wkG", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.633Z", - "updatedAt": "2017-06-27T09:35:36.633Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Toys" - }, - "description": { - "en-US": "Category icon set" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - "details": { - "size": 6744, - "image": { - "width": 128, - "height": 128 - } - }, - "fileName": "toys_512pxGREY.png", - "contentType": "image/png" - } - } - } - } - }, - "categoryDescription": { - "de": "Spielzeugladen, Spiele, Lernhilfen", - "en-US": "Shop for toys, games, educational aids" - } + "type": "Link", + "linkType": "Entry", + "id": "24DPGBDeGEaYy8ms4Y8QMQ" } } ] @@ -453,94 +294,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "JrePkDVYomE8AwcuCUyMi", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.988Z", - "updatedAt": "2017-06-27T09:50:36.937Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 2, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes" - } - } - }, - "fields": { - "companyName": { - "en-US": "Playsam" - }, - "logo": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.168Z", - "updatedAt": "2017-06-27T09:35:36.168Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Playsam" - }, - "description": { - "en-US": "Brand logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - "details": { - "size": 7003, - "image": { - "width": 100, - "height": 100 - } - }, - "fileName": "playsam.jpg", - "contentType": "image/jpeg" - } - } - } - } - }, - "companyDescription": { - "de": "Playsam ist die führende skandinavische Designfirma für Executive Holzspielzeug Geschenk. Skandinavisches Design spielerische Kreativität, Integrität und Raffinesse sind Playsam. Skandinavisches Design und hölzernes Spielzeug macht Playsam Geschenk schön in die Welt des Designs seit 1984.", - "en-US": "Playsam is the leading Scandinavian design company for executive wooden toy gift. Scandinavian design playful creativity, integrity and sophistication are Playsam. Scandinavian design and wooden toy makes Playsam gift lovely to the world of design since 1984." - }, - "website": { - "en-US": "http://playsam.com/" - } + "type": "Link", + "linkType": "Entry", + "id": "JrePkDVYomE8AwcuCUyMi" } } }, @@ -597,47 +353,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.178Z", - "updatedAt": "2017-06-27T09:35:37.178Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Normann Copenhagen" - }, - "description": { - "en-US": "Brand logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - "details": { - "size": 12302, - "image": { - "width": 353, - "height": 353 - } - }, - "fileName": "zJYzDlGk.jpeg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "3wtvPBbBjiMKqKKga8I2Cu" } } }, @@ -713,47 +431,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "Xc0ny7GWsMEMCeASWO2um", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.027Z", - "updatedAt": "2017-06-27T09:35:37.027Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Hudson Wall Cup " - }, - "description": { - "en-US": "Merchandise image" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/Xc0ny7GWsMEMCeASWO2um/af8e29320c04af689798afe96e2345c7/jqvtazcyfwseah9fmysz.jpg", - "details": { - "size": 48751, - "image": { - "width": 600, - "height": 600 - } - }, - "fileName": "jqvtazcyfwseah9fmysz.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "Xc0ny7GWsMEMCeASWO2um" } } ] @@ -768,92 +448,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.000Z", - "updatedAt": "2020-06-30T11:22:54.201Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 4, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa" - } - } - }, - "fields": { - "title": { - "de": "Haus & Küche", - "en-US": "Home & Kitchen" - }, - "icon": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.172Z", - "updatedAt": "2017-06-27T09:35:36.172Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Home and Kitchen" - }, - "description": { - "en-US": "category icon" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - "details": { - "size": 2977, - "image": { - "width": 256, - "height": 256 - } - }, - "fileName": "1418244847_Streamline-18-256.png", - "contentType": "image/png" - } - } - } - } - }, - "categoryDescription": { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more" - } + "type": "Link", + "linkType": "Entry", + "id": "7LAnCobuuWYSqks6wAwY2a" } } ] @@ -868,103 +465,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "type": "Entry", - "createdAt": "2017-06-27T09:35:43.997Z", - "updatedAt": "2017-06-27T09:55:16.820Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 2, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes" - } - } - }, - "fields": { - "companyName": { - "en-US": "Normann Copenhagen" - }, - "logo": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.178Z", - "updatedAt": "2017-06-27T09:35:37.178Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Normann Copenhagen" - }, - "description": { - "en-US": "Brand logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - "details": { - "size": 12302, - "image": { - "width": 353, - "height": 353 - } - }, - "fileName": "zJYzDlGk.jpeg", - "contentType": "image/jpeg" - } - } - } - } - }, - "companyDescription": { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic." - }, - "website": { - "en-US": "http://www.normann-copenhagen.com/" - }, - "twitter": { - "en-US": "https://twitter.com/NormannCPH" - }, - "email": { - "en-US": "normann@normann-copenhagen.com" - }, - "phone": { - "en-US": ["+45 35 55 44 59"] - } + "type": "Link", + "linkType": "Entry", + "id": "651CQ8rLoIYCeY6G0QG22q" } } }, @@ -1033,47 +536,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "10TkaLheGeQG6qQGqWYqUI", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.032Z", - "updatedAt": "2017-06-27T09:35:36.032Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Whisk beaters" - }, - "description": { - "en-US": "Merchandise photo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/10TkaLheGeQG6qQGqWYqUI/f997e8e13c8c83c145e976d0905e64b7/ryugj83mqwa1asojwtwb.jpg", - "details": { - "size": 28435, - "image": { - "width": 450, - "height": 600 - } - }, - "fileName": "ryugj83mqwa1asojwtwb.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "10TkaLheGeQG6qQGqWYqUI" } } ] @@ -1094,92 +559,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.000Z", - "updatedAt": "2020-06-30T11:22:54.201Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 4, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa" - } - } - }, - "fields": { - "title": { - "de": "Haus & Küche", - "en-US": "Home & Kitchen" - }, - "icon": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.172Z", - "updatedAt": "2017-06-27T09:35:36.172Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Home and Kitchen" - }, - "description": { - "en-US": "category icon" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - "details": { - "size": 2977, - "image": { - "width": 256, - "height": 256 - } - }, - "fileName": "1418244847_Streamline-18-256.png", - "contentType": "image/png" - } - } - } - } - }, - "categoryDescription": { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more" - } + "type": "Link", + "linkType": "Entry", + "id": "7LAnCobuuWYSqks6wAwY2a" } } ] @@ -1194,103 +576,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "651CQ8rLoIYCeY6G0QG22q", - "type": "Entry", - "createdAt": "2017-06-27T09:35:43.997Z", - "updatedAt": "2017-06-27T09:55:16.820Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 2, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes" - } - } - }, - "fields": { - "companyName": { - "en-US": "Normann Copenhagen" - }, - "logo": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "3wtvPBbBjiMKqKKga8I2Cu", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.178Z", - "updatedAt": "2017-06-27T09:35:37.178Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Normann Copenhagen" - }, - "description": { - "en-US": "Brand logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/3wtvPBbBjiMKqKKga8I2Cu/c65cb9cce1107c2e7e63c17072fe7932/zJYzDlGk.jpeg", - "details": { - "size": 12302, - "image": { - "width": 353, - "height": 353 - } - }, - "fileName": "zJYzDlGk.jpeg", - "contentType": "image/jpeg" - } - } - } - } - }, - "companyDescription": { - "de": "Normann Kopenhagen ist eine Art zu leben - eine Denkweise. Wir lieben es, die konventionellen Designregeln herauszufordern. Aus diesem Grund finden Sie traditionelle Materialien, die in untraditionelle Verwendung wie ein Steinhaken aus isländischen Steinen, eine Vase aus Silizium und last but not least ein Hund aus Kunststoff.", - "en-US": "Normann Copenhagen is a way of living - a mindset. We love to challenge the conventional design rules. This is why you will find traditional materials put into untraditional use such as a Stone Hook made of Icelandic stones, a vase made out of silicon and last but not least a dog made out of plastic." - }, - "website": { - "en-US": "http://www.normann-copenhagen.com/" - }, - "twitter": { - "en-US": "https://twitter.com/NormannCPH" - }, - "email": { - "en-US": "normann@normann-copenhagen.com" - }, - "phone": { - "en-US": ["+45 35 55 44 59"] - } + "type": "Link", + "linkType": "Entry", + "id": "651CQ8rLoIYCeY6G0QG22q" } } }, @@ -1359,47 +647,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "KTRF62Q4gg60q6WCsWKw8", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.064Z", - "updatedAt": "2017-06-27T09:35:37.064Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "SoSo Wall Clock" - }, - "description": { - "en-US": "by Lemnos" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/KTRF62Q4gg60q6WCsWKw8/a8b2e93ac83fbbbb7bf9fba9f92b018e/soso.clock.jpg", - "details": { - "size": 66927, - "image": { - "width": 1000, - "height": 1000 - } - }, - "fileName": "soso.clock.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "KTRF62Q4gg60q6WCsWKw8" } } ] @@ -1420,92 +670,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "7LAnCobuuWYSqks6wAwY2a", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.000Z", - "updatedAt": "2020-06-30T11:22:54.201Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 4, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "6XwpTaSiiI2Ak2Ww0oi6qa" - } - } - }, - "fields": { - "title": { - "de": "Haus & Küche", - "en-US": "Home & Kitchen" - }, - "icon": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6m5AJ9vMPKc8OUoQeoCS4o", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.172Z", - "updatedAt": "2017-06-27T09:35:36.172Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Home and Kitchen" - }, - "description": { - "en-US": "category icon" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6m5AJ9vMPKc8OUoQeoCS4o/e782e3b291ff2b0287546a563af4683c/1418244847_Streamline-18-256.png", - "details": { - "size": 2977, - "image": { - "width": 256, - "height": 256 - } - }, - "fileName": "1418244847_Streamline-18-256.png", - "contentType": "image/png" - } - } - } - } - }, - "categoryDescription": { - "de": "Shop für Möbel, Bettwäsche, Bad, Staubsauger, Küchenprodukte und vieles mehr", - "en-US": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more" - } + "type": "Link", + "linkType": "Entry", + "id": "7LAnCobuuWYSqks6wAwY2a" } } ] @@ -1520,100 +687,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "4LgMotpNF6W20YKmuemW0a", - "type": "Entry", - "createdAt": "2017-06-27T09:35:44.396Z", - "updatedAt": "2017-06-27T09:51:15.647Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 2, - "contentType": { - "sys": { - "type": "Link", - "linkType": "ContentType", - "id": "sFzTZbSuM8coEwygeUYes" - } - } - }, - "fields": { - "companyName": { - "en-US": "Lemnos" - }, - "logo": { - "en-US": { - "metadata": { - "tags": [] - }, - "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.012Z", - "updatedAt": "2017-06-27T09:35:37.012Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Lemnos" - }, - "description": { - "en-US": "company logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - "details": { - "size": 7149, - "image": { - "width": 175, - "height": 32 - } - }, - "fileName": "lemnos-logo.jpg", - "contentType": "image/jpeg" - } - } - } - } - }, - "companyDescription": { - "de": "TAKATA Lemnos Inc. wurde im Jahre 1947 als Messing-Casting-Fertigungsindustrie in Takaoka-Stadt, Toyama Prefecture, Japan gegründet und wir starteten seit 1966 mit der Seiko Clock Co., Ltd.\n\nWir haben die Entwicklung für die ursprüngliche Planung ab Ende 1980 eingegangen und \"Lemnos Brand\" wurde als globale Designuhr von einem Meisterwerk \"HOLA\" von Kazuo KAWASAKI entworfen, das 1989 erschien.\n\nDanach machten wir viele Projekte mit namhaften Designern, die in Japan und Übersee tätig waren, wie zB Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. und wir kündigten ihre Werke in der Kunst an Und prominenten Designs. Darüber hinaus haben wir durch die Zusammenarbeit mit Andrea Branzi, einem bekannten Architekten der Welt, ein besonderes Projekt gemacht.\n\nLemnos Markenprodukte werden nun von den Designläden und den Innenhandelsgeschäften auf der ganzen Welt hoch gelobt.\n\nIn den vergangenen Jahren haben wir auch eine hohe Priorität für die Entwicklung von Innenausstattung, die den traditionellen Techniken des Gründungsherstellers voll ausnutzt, und wir konzentrieren uns immer auf die Entwicklung der neuen Lemnos-Produkte im neuen Markt.\n\nUnsere Lemnos Produkte werden sorgfältig von unseren Handwerkern fein geschliffen geschickten Techniken in Japan gemacht. Sie bringen sicherlich die Attraktivität der Materialien auf das Maximum und schaffen feine Produkte nicht beeinflusst auf die Mode-Trend entsprechend. TAKATA Lemnos Inc. möchte definitiv innovativ sein und ständig vorschlagen, die Schönheit dauert ewig.", - "en-US": "TAKATA Lemnos Inc. was founded in 1947 as a brass casting manufacturing industry in Takaoka-city, Toyama Prefecture, Japan and we launched out into the full-scale business trade with Seiko Clock Co., Ltd. since 1966.\n\nWe entered into the development for the original planning from late 1980 and \"Lemnos Brand\" recognized as the global design clock by a masterpiece \"HOLA\" designed by Kazuo KAWASAKI which released in 1989.\n\nAfterwards, we made a lot of projects with well-known designers who took in active in Japan and overseas such as Riki WATANABE, Kazuo KAWASAKI, Shin AZUMI, Tomoko AZUMI, Kanae TSUKAMOTO etc. and we made announcement of their fine works abounding in artistry and prominent designs. In addition, we realized to make a special project by the collaboration with Andrea Branzi, a well-known architect in the world.\n\nLemnos brand products are now highly praised from the design shops and the interior shops all over the world.\n\nIn recent years, we also have been given high priority to develop interior accessories making full use of our traditional techniques by the founding manufacturer and we always focus our minds on the development for the new Lemnos products in the new market.\n\nOur Lemnos products are made carefully by our craftsmen finely honed skillful techniques in Japan. They surely bring out the attractiveness of the materials to the maximum and create fine products not being influenced on the fashion trend accordingly. TAKATA Lemnos Inc. definitely would like to be innovative and continuously propose the beauty lasts forever." - }, - "website": { - "en-US": "http://www.lemnos.jp/en/" - }, - "email": { - "en-US": "info@acgears.com" - }, - "phone": { - "en-US": ["+1 212 260 2269"] - } + "type": "Link", + "linkType": "Entry", + "id": "4LgMotpNF6W20YKmuemW0a" } } }, @@ -1670,47 +746,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "2Y8LhXLnYAYqKCGEWG4EKI", - "type": "Asset", - "createdAt": "2017-06-27T09:35:37.012Z", - "updatedAt": "2017-06-27T09:35:37.012Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Lemnos" - }, - "description": { - "en-US": "company logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/2Y8LhXLnYAYqKCGEWG4EKI/eb29ab3c817906993f65e221523ef252/lemnos-logo.jpg", - "details": { - "size": 7149, - "image": { - "width": 175, - "height": 32 - } - }, - "fileName": "lemnos-logo.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "2Y8LhXLnYAYqKCGEWG4EKI" } } }, @@ -1771,47 +809,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "4zj1ZOfHgQ8oqgaSKm4Qo2", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.168Z", - "updatedAt": "2017-06-27T09:35:36.168Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Playsam" - }, - "description": { - "en-US": "Brand logo" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/4zj1ZOfHgQ8oqgaSKm4Qo2/5d967c9c48d67eabff71a9a0232d4378/playsam.jpg", - "details": { - "size": 7003, - "image": { - "width": 100, - "height": 100 - } - }, - "fileName": "playsam.jpg", - "contentType": "image/jpeg" - } - } + "type": "Link", + "linkType": "Asset", + "id": "4zj1ZOfHgQ8oqgaSKm4Qo2" } } }, @@ -1867,47 +867,9 @@ "tags": [] }, "sys": { - "space": { - "sys": { - "type": "Link", - "linkType": "Space", - "id": "rocybtov1ozk" - } - }, - "id": "6t4HKjytPi0mYgs240wkG", - "type": "Asset", - "createdAt": "2017-06-27T09:35:36.633Z", - "updatedAt": "2017-06-27T09:35:36.633Z", - "environment": { - "sys": { - "id": "master", - "type": "Link", - "linkType": "Environment" - } - }, - "revision": 1 - }, - "fields": { - "title": { - "en-US": "Toys" - }, - "description": { - "en-US": "Category icon set" - }, - "file": { - "en-US": { - "url": "//images.ctfassets.net/rocybtov1ozk/6t4HKjytPi0mYgs240wkG/6e730b1e6c2a46929239019240c037e6/toys_512pxGREY.png", - "details": { - "size": 6744, - "image": { - "width": 128, - "height": 128 - } - }, - "fileName": "toys_512pxGREY.png", - "contentType": "image/png" - } - } + "type": "Link", + "linkType": "Asset", + "id": "6t4HKjytPi0mYgs240wkG" } } }, diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index 80cae2c4f276b..b1c054f22a264 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -56,7 +56,6 @@ describe(`gatsby-node`, () => { let currentNodeMap const getNodes = () => Array.from(currentNodeMap.values()) const getNode = id => currentNodeMap.get(id) - const getNodesByType = jest.fn() const getFieldValue = (value, locale, defaultLocale) => value[locale] ?? value[defaultLocale] @@ -74,7 +73,6 @@ describe(`gatsby-node`, () => { actions, getNode, getNodes, - getNodesByType, createNodeId, store, cache, @@ -333,19 +331,11 @@ describe(`gatsby-node`, () => { expect(store.getState).toHaveBeenCalled() - // Tries to load data from cache - expect(cache.get).toHaveBeenCalledWith( - `contentful-sync-data-testSpaceId-master` - ) - expect(cache.get.mock.calls).toMatchInlineSnapshot(` Array [ Array [ "contentful-content-types-testSpaceId-master", ], - Array [ - "contentful-sync-data-testSpaceId-master", - ], ] `) @@ -355,23 +345,9 @@ describe(`gatsby-node`, () => { startersBlogFixture.initialSync().currentSyncData.nextSyncToken, }) - // Check for valid cache data - const cacheCall = cache.set.mock.calls.filter( - args => args[0] === `contentful-sync-data-testSpaceId-master` - ) - - expect(cacheCall).toBeTruthy() - expect(cacheCall[0][1].entries).toHaveLength( - startersBlogFixture.initialSync().currentSyncData.entries.length - ) - expect(cacheCall[0][1].assets).toHaveLength( - startersBlogFixture.initialSync().currentSyncData.assets.length - ) - expect(cache.set.mock.calls.map(v => v[0])).toMatchInlineSnapshot(` Array [ "contentful-content-types-testSpaceId-master", - "contentful-sync-data-testSpaceId-master", ] `) diff --git a/packages/gatsby-source-contentful/src/__tests__/normalize.js b/packages/gatsby-source-contentful/src/__tests__/normalize.js index 5dc507141e3c4..2709c07332fd7 100644 --- a/packages/gatsby-source-contentful/src/__tests__/normalize.js +++ b/packages/gatsby-source-contentful/src/__tests__/normalize.js @@ -51,7 +51,7 @@ function countCreatedNodeTypesFromMock(mock) { describe(`generic`, () => { it(`builds entry list`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -75,7 +75,7 @@ describe(`generic`, () => { it(`builds list of resolvable data`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -92,7 +92,7 @@ describe(`generic`, () => { }) it(`builds foreignReferenceMap`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -147,7 +147,7 @@ describe(`generic`, () => { describe(`Process contentful data (by name)`, () => { it(`builds foreignReferenceMap`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -176,7 +176,7 @@ describe(`Process contentful data (by name)`, () => { it(`creates nodes for each entry`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -275,7 +275,7 @@ describe(`Process contentful data (by name)`, () => { describe(`Skip existing nodes in warm build`, () => { it(`creates nodes for each entry`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -364,7 +364,7 @@ describe(`Skip existing nodes in warm build`, () => { describe(`Process existing mutated nodes in warm build`, () => { it(`creates nodes for each entry`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) @@ -459,7 +459,7 @@ describe(`Process existing mutated nodes in warm build`, () => { describe(`Process contentful data (by id)`, () => { it(`builds foreignReferenceMap`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) const resolvable = buildResolvableSet({ @@ -486,7 +486,7 @@ describe(`Process contentful data (by id)`, () => { it(`creates nodes for each entry`, () => { const entryList = buildEntryList({ - mergedSyncData: currentSyncData, + currentSyncData, contentTypeItems, }) const resolvable = buildResolvableSet({ diff --git a/packages/gatsby-source-contentful/src/create-schema-customization.js b/packages/gatsby-source-contentful/src/create-schema-customization.js index 0d64eabe6174c..f0c9f70f66fe0 100644 --- a/packages/gatsby-source-contentful/src/create-schema-customization.js +++ b/packages/gatsby-source-contentful/src/create-schema-customization.js @@ -4,7 +4,7 @@ import { fetchContentTypes } from "./fetch" import { createPluginConfig } from "./plugin-options" import { CODES } from "./report" -async function getContentTypesFromContentFul({ +async function getContentTypesFromContentful({ cache, reporter, pluginConfig, @@ -24,11 +24,9 @@ async function getContentTypesFromContentFul({ // Establish identifier for content type // Use `name` if specified, otherwise, use internal id (usually a natural-language constant, // but sometimes a base62 uuid generated by Contentful, hence the option) - let contentTypeItemId + let contentTypeItemId = contentTypeItem.sys.id if (useNameForId) { contentTypeItemId = contentTypeItem.name.toLowerCase() - } else { - contentTypeItemId = contentTypeItem.sys.id.toLowerCase() } if (restrictedContentTypes.includes(contentTypeItemId)) { @@ -66,7 +64,7 @@ export async function createSchemaCustomization( )}` contentTypeItems = await cache.get(`contentful-content-types-${sourceId}`) } else { - contentTypeItems = await getContentTypesFromContentFul({ + contentTypeItems = await getContentTypesFromContentful({ cache, reporter, pluginConfig, diff --git a/packages/gatsby-source-contentful/src/normalize.js b/packages/gatsby-source-contentful/src/normalize.js index 7f9689027885e..f0f17894bc229 100644 --- a/packages/gatsby-source-contentful/src/normalize.js +++ b/packages/gatsby-source-contentful/src/normalize.js @@ -57,13 +57,13 @@ const makeMakeId = (spaceId, id, type) => createNodeId(makeId({ spaceId, id, currentLocale, defaultLocale, type })) -export const buildEntryList = ({ contentTypeItems, mergedSyncData }) => { +export const buildEntryList = ({ contentTypeItems, currentSyncData }) => { // Create buckets for each type sys.id that we care about (we will always want an array for each, even if its empty) const map = new Map( contentTypeItems.map(contentType => [contentType.sys.id, []]) ) // Now fill the buckets. Ignore entries for which there exists no bucket. (Not sure if that ever happens) - mergedSyncData.entries.map(entry => { + currentSyncData.entries.map(entry => { const arr = map.get(entry.sys.contentType.sys.id) if (arr) { arr.push(entry) @@ -418,12 +418,7 @@ export const createNodesForContentType = ({ if (entryItemFields[entryItemFieldKey]) { const entryItemFieldValue = entryItemFields[entryItemFieldKey] if (Array.isArray(entryItemFieldValue)) { - if ( - entryItemFieldValue[0] && - entryItemFieldValue[0].sys && - entryItemFieldValue[0].sys.type && - entryItemFieldValue[0].sys.id - ) { + if (entryItemFieldValue[0]?.sys?.type === `Link`) { // Check if there are any values in entryItemFieldValue to prevent // creating an empty node field in case when original key field value // is empty due to links to missing entities @@ -447,12 +442,7 @@ export const createNodesForContentType = ({ delete entryItemFields[entryItemFieldKey] } - } else if ( - entryItemFieldValue && - entryItemFieldValue.sys && - entryItemFieldValue.sys.type && - entryItemFieldValue.sys.id - ) { + } else if (entryItemFieldValue?.sys?.type === `Link`) { if ( resolvable.has( `${entryItemFieldValue.sys.id}___${ diff --git a/packages/gatsby-source-contentful/src/source-nodes.js b/packages/gatsby-source-contentful/src/source-nodes.js index 79ac70db723bc..6c8fcf65b772f 100644 --- a/packages/gatsby-source-contentful/src/source-nodes.js +++ b/packages/gatsby-source-contentful/src/source-nodes.js @@ -1,5 +1,4 @@ // @ts-check -import { createClient } from "contentful" import isOnline from "is-online" import _ from "lodash" @@ -111,7 +110,6 @@ export async function sourceNodes( fetchActivity.start() const CACHE_SYNC_TOKEN = `contentful-sync-token-${sourceId}` - const CACHE_SYNC_DATA = `contentful-sync-data-${sourceId}` const CACHE_CONTENT_TYPES = `contentful-content-types-${sourceId}` /* @@ -164,58 +162,9 @@ export async function sourceNodes( }) } - // Create a map of up to date entries and assets - function mergeSyncData(previous, current, deletedEntities) { - const deleted = new Set(deletedEntities.map(e => e.sys.id)) - const entryMap = new Map() - previous.forEach(e => !deleted.has(e.sys.id) && entryMap.set(e.sys.id, e)) - current.forEach(e => !deleted.has(e.sys.id) && entryMap.set(e.sys.id, e)) - return [...entryMap.values()] - } - - let previousSyncData = { - assets: [], - entries: [], - } - const cachedData = await cache.get(CACHE_SYNC_DATA) - - if (cachedData) { - previousSyncData = cachedData - } - - const mergedSyncData = { - entries: mergeSyncData( - previousSyncData.entries, - currentSyncData.entries, - currentSyncData.deletedEntries - ), - assets: mergeSyncData( - previousSyncData.assets, - currentSyncData.assets, - currentSyncData.deletedAssets - ), - } - - // @todo based on the sys metadata we should be able to differentiate new and updated entities - reporter.info( - `Contentful: ${currentSyncData.entries.length} new/updated entries` - ) - reporter.info( - `Contentful: ${currentSyncData.deletedEntries.length} deleted entries` - ) - reporter.info(`Contentful: ${previousSyncData.entries.length} cached entries`) - reporter.info( - `Contentful: ${currentSyncData.assets.length} new/updated assets` - ) - reporter.info(`Contentful: ${previousSyncData.assets.length} cached assets`) - reporter.info( - `Contentful: ${currentSyncData.deletedAssets.length} deleted assets` - ) - // Update syncToken const nextSyncToken = currentSyncData.nextSyncToken - await cache.set(CACHE_SYNC_DATA, mergedSyncData) actions.setPluginStatus({ [CACHE_SYNC_TOKEN]: nextSyncToken, }) @@ -231,61 +180,7 @@ export async function sourceNodes( ) processingActivity.start() - // Store a raw and unresolved copy of the data for caching - const mergedSyncDataRaw = _.cloneDeep(mergedSyncData) - - // Use the JS-SDK to resolve the entries and assets - const res = await createClient({ - space: `none`, - accessToken: `fake-access-token`, - }).parseEntries({ - items: mergedSyncData.entries, - includes: { - assets: mergedSyncData.assets, - entries: mergedSyncData.entries, - }, - }) - - mergedSyncData.entries = res.items - - // Inject raw API output to rich text fields - const richTextFieldMap = new Map() - contentTypeItems.forEach(contentType => { - richTextFieldMap.set( - contentType.sys.id, - contentType.fields - .filter(field => field.type === `RichText`) - .map(field => field.id) - ) - }) - - const rawEntries = new Map() - mergedSyncDataRaw.entries.forEach(rawEntry => - rawEntries.set(rawEntry.sys.id, rawEntry) - ) - - mergedSyncData.entries.forEach(entry => { - const contentTypeId = entry.sys.contentType.sys.id - const richTextFieldIds = richTextFieldMap.get(contentTypeId) - if (richTextFieldIds) { - richTextFieldIds.forEach(richTextFieldId => { - if (!entry.fields[richTextFieldId]) { - return - } - entry.fields[richTextFieldId] = rawEntries.get(entry.sys.id).fields[ - richTextFieldId - ] - }) - } - }) - - const { assets } = mergedSyncData - - const entryList = buildEntryList({ - mergedSyncData, - contentTypeItems, - }) - + // Array of all existing Contentful nodes const existingNodes = getNodes().filter( n => n.internal.owner === `gatsby-source-contentful` && @@ -293,8 +188,39 @@ export async function sourceNodes( ) existingNodes.forEach(n => touchNode(n)) + // Report existing, new and updated nodes + const nodeCounts = { + newEntry: 0, + newAsset: 0, + updatedEntry: 0, + updatedAsset: 0, + existingEntry: 0, + existingAsset: 0, + deletedEntry: currentSyncData.deletedEntries.length, + deletedAsset: currentSyncData.deletedAssets.length, + } + existingNodes.forEach(node => nodeCounts[`existing${node.sys.type}`]++) + currentSyncData.entries.forEach(entry => + entry.sys.revision === 1 ? nodeCounts.newEntry++ : nodeCounts.updatedEntry++ + ) + currentSyncData.assets.forEach(asset => + asset.sys.revision === 1 ? nodeCounts.newAsset++ : nodeCounts.updatedAsset++ + ) + + reporter.info(`Contentful: ${nodeCounts.newEntry} new entries`) + reporter.info(`Contentful: ${nodeCounts.updatedEntry} updated entries`) + reporter.info(`Contentful: ${nodeCounts.deletedEntry} deleted entries`) + reporter.info(`Contentful: ${nodeCounts.existingEntry} cached entries`) + reporter.info(`Contentful: ${nodeCounts.newAsset} new assets`) + reporter.info(`Contentful: ${nodeCounts.updatedAsset} updated assets`) + reporter.info(`Contentful: ${nodeCounts.existingAsset} cached assets`) + reporter.info(`Contentful: ${nodeCounts.deletedAsset} deleted assets`) + reporter.verbose(`Building Contentful reference map`) + const entryList = buildEntryList({ contentTypeItems, currentSyncData }) + const { assets } = currentSyncData + // Create map of resolvable ids so we can check links against them while creating // links. const resolvable = buildResolvableSet({ @@ -322,23 +248,24 @@ export async function sourceNodes( }) }) - // Update existing entry nodes that weren't updated but that need reverse - // links added. + // Update existing entry nodes that weren't updated but that need reverse links added. existingNodes - .filter(n => newOrUpdatedEntries.has(`${n.id}___${n.sys.type}`)) + .filter(n => !newOrUpdatedEntries.has(`${n.id}___${n.sys.type}`)) .forEach(n => { if (foreignReferenceMap[`${n.id}___${n.sys.type}`]) { foreignReferenceMap[`${n.id}___${n.sys.type}`].forEach( foreignReference => { - // Add reverse links - if (n[foreignReference.name]) { - n[foreignReference.name].push(foreignReference.id) - // It might already be there so we'll uniquify after pushing. - n[foreignReference.name] = _.uniq(n[foreignReference.name]) - } else { - // If is one foreign reference, there can always be many. - // Best to be safe and put it in an array to start with. - n[foreignReference.name] = [foreignReference.id] + const { name, id } = foreignReference + + // Create new reference field when none exists + if (!n[name]) { + n[name] = [id] + return + } + + // Add non existing references to reference field + if (n[name] && !n[name].includes(id)) { + n[name].push(id) } } ) From c6f2b7cafe5a01e71c05e984df59f1571aff1e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Mon, 31 Jan 2022 13:09:48 +0100 Subject: [PATCH 07/11] docs: fix typo in comment Co-authored-by: Ward Peeters --- packages/gatsby-source-contentful/src/normalize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-contentful/src/normalize.js b/packages/gatsby-source-contentful/src/normalize.js index f0f17894bc229..48360be1b4929 100644 --- a/packages/gatsby-source-contentful/src/normalize.js +++ b/packages/gatsby-source-contentful/src/normalize.js @@ -329,7 +329,7 @@ export const createNodesForContentType = ({ const createNodePromises = [] - // Create a node for each content type + // Create a node for the content type const contentTypeNode = { id: createNodeId(contentTypeItemId), parent: null, From dabfb7d9dbaffcd893125361341a3b4c77a5ee05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20R=C3=B6tsch?= Date: Mon, 31 Jan 2022 13:10:16 +0100 Subject: [PATCH 08/11] refactor: simplify content type node creation logic Co-authored-by: Ward Peeters --- packages/gatsby-source-contentful/src/normalize.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/gatsby-source-contentful/src/normalize.js b/packages/gatsby-source-contentful/src/normalize.js index 48360be1b4929..adc6e976cd2b2 100644 --- a/packages/gatsby-source-contentful/src/normalize.js +++ b/packages/gatsby-source-contentful/src/normalize.js @@ -339,15 +339,13 @@ export const createNodesForContentType = ({ description: contentTypeItem.description, internal: { type: `${makeTypeName(`ContentType`)}`, + contentDigest: contentTypeItem.sys.updatedAt, }, sys: { type: contentTypeItem.sys.type, }, } - // The content of an entry is guaranteed to be updated if and only if the .sys.updatedAt field changed - contentTypeNode.internal.contentDigest = contentTypeItem.sys.updatedAt - createNodePromises.push(createNode(contentTypeNode)) locales.forEach(locale => { From e17d9ccce87b0558c233723ae948e824004bdcd4 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Mon, 31 Jan 2022 13:22:48 +0100 Subject: [PATCH 09/11] test: improve actions mocking and test for node creation, deletion and touching --- .../src/__tests__/gatsby-node.js | 45 ++++++++++++++----- 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index b1c054f22a264..99812dab9a310 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -34,7 +34,19 @@ const createMockCache = () => { } describe(`gatsby-node`, () => { - const actions = { createTypes: jest.fn(), setPluginStatus: jest.fn() } + const actions = { + createTypes: jest.fn(), + setPluginStatus: jest.fn(), + createNode: jest.fn(async node => { + node.internal.owner = `gatsby-source-contentful` + // don't allow mutations (this isn't traversing so only top level is frozen) + currentNodeMap.set(node.id, Object.freeze(node)) + }), + deleteNode: jest.fn(node => { + currentNodeMap.delete(node.id) + }), + touchNode: jest.fn(), + } const schema = { buildObjectType: jest.fn(), buildInterfaceType: jest.fn() } const store = { getState: jest.fn(() => { @@ -293,16 +305,11 @@ describe(`gatsby-node`, () => { // @ts-ignore fetchContentTypes.mockClear() currentNodeMap = new Map() - actions.createNode = jest.fn(async node => { - node.internal.owner = `gatsby-source-contentful` - // don't allow mutations (this isn't traversing so only top level is frozen) - currentNodeMap.set(node.id, Object.freeze(node)) - }) - actions.deleteNode = node => { - currentNodeMap.delete(node.id) - } - actions.touchNode = jest.fn() - actions.setPluginStatus = jest.fn() + actions.createTypes.mockClear() + actions.setPluginStatus.mockClear() + actions.createNode.mockClear() + actions.deleteNode.mockClear() + actions.touchNode.mockClear() store.getState.mockClear() cache.actualMap.clear() cache.get.mockClear() @@ -350,7 +357,9 @@ describe(`gatsby-node`, () => { "contentful-content-types-testSpaceId-master", ] `) - + expect(actions.createNode).toHaveBeenCalledTimes(32) + expect(actions.deleteNode).toHaveBeenCalledTimes(0) + expect(actions.touchNode).toHaveBeenCalledTimes(0) expect(reporter.info.mock.calls).toMatchSnapshot() }) @@ -401,6 +410,9 @@ describe(`gatsby-node`, () => { expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) + expect(actions.createNode).toHaveBeenCalledTimes(42) + expect(actions.deleteNode).toHaveBeenCalledTimes(0) + expect(actions.touchNode).toHaveBeenCalledTimes(32) expect(reporter.info.mock.calls).toMatchSnapshot() }) @@ -454,6 +466,9 @@ describe(`gatsby-node`, () => { expect(getNode(blogEntry[`author___NODE`])).toBeTruthy() }) + expect(actions.createNode).toHaveBeenCalledTimes(50) + expect(actions.deleteNode).toHaveBeenCalledTimes(0) + expect(actions.touchNode).toHaveBeenCalledTimes(72) expect(reporter.info.mock.calls).toMatchSnapshot() }) @@ -522,6 +537,9 @@ describe(`gatsby-node`, () => { ) }) + expect(actions.createNode).toHaveBeenCalledTimes(44) + expect(actions.deleteNode).toHaveBeenCalledTimes(2) + expect(actions.touchNode).toHaveBeenCalledTimes(74) expect(reporter.info.mock.calls).toMatchSnapshot() }) @@ -577,6 +595,9 @@ describe(`gatsby-node`, () => { locales ) + expect(actions.createNode).toHaveBeenCalledTimes(44) + expect(actions.deleteNode).toHaveBeenCalledTimes(2) + expect(actions.touchNode).toHaveBeenCalledTimes(74) expect(reporter.info.mock.calls).toMatchSnapshot() }) From 719e93e85262fbe62b78cca78f26ed3bcef86161 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Mon, 31 Jan 2022 13:25:17 +0100 Subject: [PATCH 10/11] test: move logging test snapshots inline --- .../__snapshots__/gatsby-node.js.snap | 385 ------------------ .../src/__tests__/gatsby-node.js | 385 +++++++++++++++++- 2 files changed, 380 insertions(+), 390 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap index 1606fbe22cb99..4961649230900 100644 --- a/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap +++ b/packages/gatsby-source-contentful/src/__tests__/__snapshots__/gatsby-node.js.snap @@ -1,390 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`gatsby-node should add a new blogpost and update linkedNodes 1`] = ` -Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], -] -`; - -exports[`gatsby-node should create nodes from initial payload 3`] = ` -Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], -] -`; - -exports[`gatsby-node should remove a blogpost and update linkedNodes 1`] = ` -Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], - Array [ - "Contentful: 0 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 1 deleted entries", - ], - Array [ - "Contentful: 28 cached entries", - ], - Array [ - "Contentful: 0 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 10 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], -] -`; - -exports[`gatsby-node should remove an asset 1`] = ` -Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], - Array [ - "Contentful: 0 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 28 cached entries", - ], - Array [ - "Contentful: 0 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 10 cached assets", - ], - Array [ - "Contentful: 1 deleted assets", - ], -] -`; - -exports[`gatsby-node should update a blogpost 1`] = ` -Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], - Array [ - "Contentful: 0 new entries", - ], - Array [ - "Contentful: 1 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 28 cached entries", - ], - Array [ - "Contentful: 0 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 10 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], -] -`; - exports[`gatsby-node stores rich text as raw with references attached 1`] = ` Array [ "ahntqop9oi7x___7oHxo6bs0us9wIkq27qdyK___Entry", diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index 99812dab9a310..a7d467d579d14 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -360,7 +360,43 @@ describe(`gatsby-node`, () => { expect(actions.createNode).toHaveBeenCalledTimes(32) expect(actions.deleteNode).toHaveBeenCalledTimes(0) expect(actions.touchNode).toHaveBeenCalledTimes(0) - expect(reporter.info.mock.calls).toMatchSnapshot() + expect(reporter.info.mock.calls).toMatchInlineSnapshot(` + Array [ + Array [ + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + ] + `) }) it(`should add a new blogpost and update linkedNodes`, async () => { @@ -413,7 +449,73 @@ describe(`gatsby-node`, () => { expect(actions.createNode).toHaveBeenCalledTimes(42) expect(actions.deleteNode).toHaveBeenCalledTimes(0) expect(actions.touchNode).toHaveBeenCalledTimes(32) - expect(reporter.info.mock.calls).toMatchSnapshot() + expect(reporter.info.mock.calls).toMatchInlineSnapshot(` + Array [ + Array [ + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 22 cached entries", + ], + Array [ + "Contentful: 1 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 8 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Blog Post nodes", + ], + Array [ + "Creating 1 Contentful asset nodes", + ], + ] + `) }) it(`should update a blogpost`, async () => { @@ -469,7 +571,100 @@ describe(`gatsby-node`, () => { expect(actions.createNode).toHaveBeenCalledTimes(50) expect(actions.deleteNode).toHaveBeenCalledTimes(0) expect(actions.touchNode).toHaveBeenCalledTimes(72) - expect(reporter.info.mock.calls).toMatchSnapshot() + expect(reporter.info.mock.calls).toMatchInlineSnapshot(` + Array [ + Array [ + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 22 cached entries", + ], + Array [ + "Contentful: 1 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 8 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Blog Post nodes", + ], + Array [ + "Creating 1 Contentful asset nodes", + ], + Array [ + "Contentful: 0 new entries", + ], + Array [ + "Contentful: 1 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 28 cached entries", + ], + Array [ + "Contentful: 0 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 10 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Blog Post nodes", + ], + ] + `) }) it(`should remove a blogpost and update linkedNodes`, async () => { @@ -540,7 +735,97 @@ describe(`gatsby-node`, () => { expect(actions.createNode).toHaveBeenCalledTimes(44) expect(actions.deleteNode).toHaveBeenCalledTimes(2) expect(actions.touchNode).toHaveBeenCalledTimes(74) - expect(reporter.info.mock.calls).toMatchSnapshot() + expect(reporter.info.mock.calls).toMatchInlineSnapshot(` + Array [ + Array [ + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 22 cached entries", + ], + Array [ + "Contentful: 1 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 8 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Blog Post nodes", + ], + Array [ + "Creating 1 Contentful asset nodes", + ], + Array [ + "Contentful: 0 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 1 deleted entries", + ], + Array [ + "Contentful: 28 cached entries", + ], + Array [ + "Contentful: 0 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 10 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + ] + `) }) it(`should remove an asset`, async () => { @@ -598,7 +883,97 @@ describe(`gatsby-node`, () => { expect(actions.createNode).toHaveBeenCalledTimes(44) expect(actions.deleteNode).toHaveBeenCalledTimes(2) expect(actions.touchNode).toHaveBeenCalledTimes(74) - expect(reporter.info.mock.calls).toMatchSnapshot() + expect(reporter.info.mock.calls).toMatchInlineSnapshot(` + Array [ + Array [ + "Contentful: 4 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 0 cached entries", + ], + Array [ + "Contentful: 4 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 0 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Person nodes", + ], + Array [ + "Creating 3 Contentful Blog Post nodes", + ], + Array [ + "Creating 4 Contentful asset nodes", + ], + Array [ + "Contentful: 1 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 22 cached entries", + ], + Array [ + "Contentful: 1 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 8 cached assets", + ], + Array [ + "Contentful: 0 deleted assets", + ], + Array [ + "Creating 1 Contentful Blog Post nodes", + ], + Array [ + "Creating 1 Contentful asset nodes", + ], + Array [ + "Contentful: 0 new entries", + ], + Array [ + "Contentful: 0 updated entries", + ], + Array [ + "Contentful: 0 deleted entries", + ], + Array [ + "Contentful: 28 cached entries", + ], + Array [ + "Contentful: 0 new assets", + ], + Array [ + "Contentful: 0 updated assets", + ], + Array [ + "Contentful: 10 cached assets", + ], + Array [ + "Contentful: 1 deleted assets", + ], + ] + `) }) it(`stores rich text as raw with references attached`, async () => { From c7466bffaa6e12eaf4db975fa808a4a75d8e85c2 Mon Sep 17 00:00:00 2001 From: axe312ger Date: Mon, 31 Jan 2022 13:54:38 +0100 Subject: [PATCH 11/11] refactor(test): only test log output of last and relevant run --- .../src/__tests__/gatsby-node.js | 226 +----------------- 1 file changed, 4 insertions(+), 222 deletions(-) diff --git a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js index a7d467d579d14..b0504d8c30af5 100644 --- a/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js +++ b/packages/gatsby-source-contentful/src/__tests__/gatsby-node.js @@ -428,6 +428,7 @@ describe(`gatsby-node`, () => { }) // add new blog post + reporter.info.mockClear() await simulateGatsbyBuild() testIfContentTypesExists(startersBlogFixture.contentTypeItems()) @@ -451,39 +452,6 @@ describe(`gatsby-node`, () => { expect(actions.touchNode).toHaveBeenCalledTimes(32) expect(reporter.info.mock.calls).toMatchInlineSnapshot(` Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], Array [ "Contentful: 1 new entries", ], @@ -549,6 +517,7 @@ describe(`gatsby-node`, () => { }) // updated blog post + reporter.info.mockClear() await simulateGatsbyBuild() testIfContentTypesExists(startersBlogFixture.contentTypeItems()) @@ -573,69 +542,6 @@ describe(`gatsby-node`, () => { expect(actions.touchNode).toHaveBeenCalledTimes(72) expect(reporter.info.mock.calls).toMatchInlineSnapshot(` Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], Array [ "Contentful: 0 new entries", ], @@ -705,6 +611,7 @@ describe(`gatsby-node`, () => { }) // remove blog post + reporter.info.mockClear() await simulateGatsbyBuild() const { deletedEntries } = @@ -737,69 +644,6 @@ describe(`gatsby-node`, () => { expect(actions.touchNode).toHaveBeenCalledTimes(74) expect(reporter.info.mock.calls).toMatchInlineSnapshot(` Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], Array [ "Contentful: 0 new entries", ], @@ -867,6 +711,7 @@ describe(`gatsby-node`, () => { ) // remove asset + reporter.info.mockClear() await simulateGatsbyBuild() testIfContentTypesExists(startersBlogFixture.contentTypeItems()) @@ -885,69 +730,6 @@ describe(`gatsby-node`, () => { expect(actions.touchNode).toHaveBeenCalledTimes(74) expect(reporter.info.mock.calls).toMatchInlineSnapshot(` Array [ - Array [ - "Contentful: 4 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 0 cached entries", - ], - Array [ - "Contentful: 4 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 0 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Person nodes", - ], - Array [ - "Creating 3 Contentful Blog Post nodes", - ], - Array [ - "Creating 4 Contentful asset nodes", - ], - Array [ - "Contentful: 1 new entries", - ], - Array [ - "Contentful: 0 updated entries", - ], - Array [ - "Contentful: 0 deleted entries", - ], - Array [ - "Contentful: 22 cached entries", - ], - Array [ - "Contentful: 1 new assets", - ], - Array [ - "Contentful: 0 updated assets", - ], - Array [ - "Contentful: 8 cached assets", - ], - Array [ - "Contentful: 0 deleted assets", - ], - Array [ - "Creating 1 Contentful Blog Post nodes", - ], - Array [ - "Creating 1 Contentful asset nodes", - ], Array [ "Contentful: 0 new entries", ],