contentful_bootstrap 2.0.2 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +3 -0
  3. data/CHANGELOG.md +6 -0
  4. data/Gemfile +1 -1
  5. data/examples/templates/catalogue.json +87 -62
  6. data/lib/contentful/bootstrap/commands/create_space.rb +1 -1
  7. data/lib/contentful/bootstrap/generator.rb +9 -9
  8. data/lib/contentful/bootstrap/templates/base.rb +42 -24
  9. data/lib/contentful/bootstrap/templates/blog.rb +2 -0
  10. data/lib/contentful/bootstrap/templates/json_template.rb +24 -11
  11. data/lib/contentful/bootstrap/templates/links/base.rb +5 -0
  12. data/lib/contentful/bootstrap/token.rb +3 -3
  13. data/lib/contentful/bootstrap/version.rb +5 -1
  14. data/spec/contentful/bootstrap/commands/create_space_spec.rb +56 -4
  15. data/spec/contentful/bootstrap/commands/generate_token_spec.rb +14 -0
  16. data/spec/contentful/bootstrap/templates/json_template_spec.rb +39 -1
  17. data/spec/contentful/bootstrap/templates/links/asset_spec.rb +14 -0
  18. data/spec/contentful/bootstrap/templates/links/base_spec.rb +15 -1
  19. data/spec/contentful/bootstrap/templates/links/entry_spec.rb +14 -0
  20. data/spec/fixtures/json_fixtures/high.json +6 -0
  21. data/spec/fixtures/json_fixtures/invalid.json +5 -0
  22. data/spec/fixtures/json_fixtures/issue_22.json +20 -15
  23. data/spec/fixtures/json_fixtures/links.json +18 -0
  24. data/spec/fixtures/json_fixtures/low.json +6 -0
  25. data/spec/fixtures/json_fixtures/no_ids.json +25 -0
  26. data/spec/fixtures/json_fixtures/ok_version.json +6 -0
  27. data/spec/fixtures/json_fixtures/simple.json +8 -3
  28. data/spec/fixtures/json_fixtures/wl1z0pal05vy.json +209 -172
  29. data/spec/fixtures/vcr_fixtures/create_space.yml +202 -0
  30. data/spec/fixtures/vcr_fixtures/create_space_with_blog_template.yml +4337 -0
  31. data/spec/fixtures/vcr_fixtures/create_space_with_catalogue_template.yml +9987 -0
  32. data/spec/fixtures/vcr_fixtures/create_space_with_gallery_template.yml +5609 -0
  33. data/spec/fixtures/vcr_fixtures/generate_json.yml +177 -177
  34. data/spec/fixtures/vcr_fixtures/generate_token.yml +394 -0
  35. data/spec/fixtures/vcr_fixtures/issue_22.yml +914 -307
  36. data/spec/fixtures/vcr_fixtures/no_ids.yml +1314 -0
  37. metadata +27 -3
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 2,
3
+ "content_types": [],
4
+ "assets": [],
5
+ "entries": {}
6
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "version": 3,
3
+ "contentTypes": [
4
+ {
5
+ "id": "cat",
6
+ "name": "Cat",
7
+ "displayField": "name",
8
+ "fields": [
9
+ {
10
+ "id": "name",
11
+ "name": "Name",
12
+ "type": "Symbol"
13
+ }
14
+ ]
15
+ }
16
+ ],
17
+ "entries": {
18
+ "cat": [
19
+ {
20
+ "name": "Nyan Cat"
21
+ }
22
+ ]
23
+ }
24
+ }
25
+
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "content_types": [],
4
+ "assets": [],
5
+ "entries": {}
6
+ }
@@ -1,5 +1,6 @@
1
1
  {
2
- "content_types": [
2
+ "version": 3,
3
+ "contentTypes": [
3
4
  {
4
5
  "id": "cat",
5
6
  "name": "Cat",
@@ -26,8 +27,12 @@
26
27
  "entries": {
27
28
  "cat": [
28
29
  {
29
- "id": "nyancat",
30
- "name": "Nyan Cat"
30
+ "sys": {
31
+ "id": "nyancat"
32
+ },
33
+ "fields": {
34
+ "name": "Nyan Cat"
35
+ }
31
36
  }
32
37
  ]
33
38
  }
@@ -1,9 +1,10 @@
1
1
  {
2
- "content_types": [
2
+ "version": 3,
3
+ "contentTypes": [
3
4
  {
4
5
  "id": "2PqfXUJwE8qSYKuM0U6w8M",
5
6
  "name": "Product",
6
- "display_field": "productName",
7
+ "displayField": "productName",
7
8
  "fields": [
8
9
  {
9
10
  "id": "productName",
@@ -30,8 +31,8 @@
30
31
  "name": "Image",
31
32
  "type": "Array",
32
33
  "items": {
33
- "type": "Link",
34
- "link_type": "Asset"
34
+ "type": "Link",
35
+ "linkType": "Asset"
35
36
  }
36
37
  },
37
38
  {
@@ -47,8 +48,8 @@
47
48
  "name": "Categories",
48
49
  "type": "Array",
49
50
  "items": {
50
- "type": "Link",
51
- "link_type": "Entry"
51
+ "type": "Link",
52
+ "linkType": "Entry"
52
53
  }
53
54
  },
54
55
  {
@@ -60,7 +61,7 @@
60
61
  "id": "brand",
61
62
  "name": "Brand",
62
63
  "type": "Link",
63
- "link_type": "Entry"
64
+ "linkType": "Entry"
64
65
  },
65
66
  {
66
67
  "id": "quantity",
@@ -82,7 +83,7 @@
82
83
  {
83
84
  "id": "6XwpTaSiiI2Ak2Ww0oi6qa",
84
85
  "name": "Category",
85
- "display_field": "title",
86
+ "displayField": "title",
86
87
  "fields": [
87
88
  {
88
89
  "id": "title",
@@ -93,7 +94,7 @@
93
94
  "id": "icon",
94
95
  "name": "Icon",
95
96
  "type": "Link",
96
- "link_type": "Asset"
97
+ "linkType": "Asset"
97
98
  },
98
99
  {
99
100
  "id": "categoryDescription",
@@ -105,7 +106,7 @@
105
106
  {
106
107
  "id": "sFzTZbSuM8coEwygeUYes",
107
108
  "name": "Brand",
108
- "display_field": "companyName",
109
+ "displayField": "companyName",
109
110
  "fields": [
110
111
  {
111
112
  "id": "companyName",
@@ -116,7 +117,7 @@
116
117
  "id": "logo",
117
118
  "name": "Logo",
118
119
  "type": "Link",
119
- "link_type": "Asset"
120
+ "linkType": "Asset"
120
121
  },
121
122
  {
122
123
  "id": "companyDescription",
@@ -242,196 +243,232 @@
242
243
  "entries": {
243
244
  "sFzTZbSuM8coEwygeUYes": [
244
245
  {
245
- "id": "4LgMotpNF6W20YKmuemW0a",
246
- "companyName": "Lemnos",
247
- "website": "http://www.lemnos.jp/en/",
248
- "email": "info@acgears.com",
249
- "phone": [
250
- "+1 212 260 2269"
251
- ],
252
- "logo": {
253
- "link_type": "Asset",
254
- "id": "2Y8LhXLnYAYqKCGEWG4EKI"
246
+ "sys": {
247
+ "id": "4LgMotpNF6W20YKmuemW0a"
255
248
  },
256
- "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.\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."
249
+ "fields": {
250
+ "companyName": "Lemnos",
251
+ "website": "http://www.lemnos.jp/en/",
252
+ "email": "info@acgears.com",
253
+ "phone": [
254
+ "+1 212 260 2269"
255
+ ],
256
+ "logo": {
257
+ "linkType": "Asset",
258
+ "id": "2Y8LhXLnYAYqKCGEWG4EKI"
259
+ },
260
+ "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.\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."
261
+ }
257
262
  },
258
263
  {
259
- "id": "651CQ8rLoIYCeY6G0QG22q",
260
- "companyName": "Normann Copenhagen",
261
- "logo": {
262
- "link_type": "Asset",
263
- "id": "3wtvPBbBjiMKqKKga8I2Cu"
264
+ "sys": {
265
+ "id": "651CQ8rLoIYCeY6G0QG22q"
264
266
  },
265
- "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.",
266
- "website": "http://www.normann-copenhagen.com/",
267
- "twitter": "https://twitter.com/NormannCPH",
268
- "email": "normann@normann-copenhagen.com",
269
- "phone": [
270
- "+45 35 55 44 59"
271
- ]
267
+ "fields": {
268
+ "companyName": "Normann Copenhagen",
269
+ "logo": {
270
+ "linkType": "Asset",
271
+ "id": "3wtvPBbBjiMKqKKga8I2Cu"
272
+ },
273
+ "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.",
274
+ "website": "http://www.normann-copenhagen.com/",
275
+ "twitter": "https://twitter.com/NormannCPH",
276
+ "email": "normann@normann-copenhagen.com",
277
+ "phone": [
278
+ "+45 35 55 44 59"
279
+ ]
280
+ }
272
281
  },
273
282
  {
274
- "id": "JrePkDVYomE8AwcuCUyMi",
275
- "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.",
276
- "companyName": "Playsam",
277
- "logo": {
278
- "link_type": "Asset",
279
- "id": "4zj1ZOfHgQ8oqgaSKm4Qo2"
283
+ "sys": {
284
+ "id": "JrePkDVYomE8AwcuCUyMi"
280
285
  },
281
- "website": "http://playsam.com/"
286
+ "fields": {
287
+ "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.",
288
+ "companyName": "Playsam",
289
+ "logo": {
290
+ "linkType": "Asset",
291
+ "id": "4zj1ZOfHgQ8oqgaSKm4Qo2"
292
+ },
293
+ "website": "http://playsam.com/"
294
+ }
282
295
  }
283
296
  ],
284
297
  "2PqfXUJwE8qSYKuM0U6w8M": [
285
298
  {
286
- "id": "4BqrajvA8E6qwgkieoqmqO",
287
- "productName": "SoSo Wall Clock",
288
- "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.",
289
- "image": [
290
- {
291
- "link_type": "Asset",
292
- "id": "KTRF62Q4gg60q6WCsWKw8"
293
- }
294
- ],
295
- "categories": [
296
- {
297
- "link_type": "Entry",
298
- "id": "7LAnCobuuWYSqks6wAwY2a"
299
- }
300
- ],
301
- "price": 120,
302
- "quantity": 3,
303
- "sku": "B00MG4ULK2",
304
- "tags": [
305
- "home décor",
306
- "clocks",
307
- "interior design",
308
- "yellow",
309
- "gifts"
310
- ],
311
- "sizetypecolor": "10\" x 2.2\"",
312
- "brand": {
313
- "link_type": "Entry",
314
- "id": "4LgMotpNF6W20YKmuemW0a"
299
+ "sys": {
300
+ "id": "4BqrajvA8E6qwgkieoqmqO"
315
301
  },
316
- "website": "http://store.dwell.com/soso-wall-clock.html",
317
- "slug": "soso-wall-clock"
302
+ "fields": {
303
+ "productName": "SoSo Wall Clock",
304
+ "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.",
305
+ "image": [
306
+ {
307
+ "linkType": "Asset",
308
+ "id": "KTRF62Q4gg60q6WCsWKw8"
309
+ }
310
+ ],
311
+ "categories": [
312
+ {
313
+ "linkType": "Entry",
314
+ "id": "7LAnCobuuWYSqks6wAwY2a"
315
+ }
316
+ ],
317
+ "price": 120,
318
+ "quantity": 3,
319
+ "sku": "B00MG4ULK2",
320
+ "tags": [
321
+ "home décor",
322
+ "clocks",
323
+ "interior design",
324
+ "yellow",
325
+ "gifts"
326
+ ],
327
+ "sizetypecolor": "10\" x 2.2\"",
328
+ "brand": {
329
+ "linkType": "Entry",
330
+ "id": "4LgMotpNF6W20YKmuemW0a"
331
+ },
332
+ "website": "http://store.dwell.com/soso-wall-clock.html",
333
+ "slug": "soso-wall-clock"
334
+ }
318
335
  },
319
336
  {
320
- "id": "6dbjWqNd9SqccegcqYq224",
321
- "slug": "whisk-beater",
322
- "productName": "Whisk Beater",
323
- "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.",
324
- "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces",
325
- "image": [
326
- {
327
- "link_type": "Asset",
328
- "id": "10TkaLheGeQG6qQGqWYqUI"
329
- }
330
- ],
331
- "tags": [
332
- "kitchen",
333
- "accessories",
334
- "whisk",
335
- "scandinavia",
336
- "design"
337
- ],
338
- "categories": [
339
- {
340
- "link_type": "Entry",
341
- "id": "7LAnCobuuWYSqks6wAwY2a"
342
- }
343
- ],
344
- "website": "http://www.amazon.com/dp/B0081F2CCK/",
345
- "sku": "B0081F2CCK",
346
- "quantity": 89,
347
- "brand": {
348
- "link_type": "Entry",
349
- "id": "651CQ8rLoIYCeY6G0QG22q"
337
+ "sys": {
338
+ "id": "6dbjWqNd9SqccegcqYq224"
350
339
  },
351
- "price": 22
340
+ "fields": {
341
+ "slug": "whisk-beater",
342
+ "productName": "Whisk Beater",
343
+ "productDescription": "A creative little whisk that comes in 8 different colors. Handy and easy to clean after use. A great gift idea.",
344
+ "sizetypecolor": "0.8 x 0.8 x 11.2 inches; 1.6 ounces",
345
+ "image": [
346
+ {
347
+ "linkType": "Asset",
348
+ "id": "10TkaLheGeQG6qQGqWYqUI"
349
+ }
350
+ ],
351
+ "tags": [
352
+ "kitchen",
353
+ "accessories",
354
+ "whisk",
355
+ "scandinavia",
356
+ "design"
357
+ ],
358
+ "categories": [
359
+ {
360
+ "linkType": "Entry",
361
+ "id": "7LAnCobuuWYSqks6wAwY2a"
362
+ }
363
+ ],
364
+ "website": "http://www.amazon.com/dp/B0081F2CCK/",
365
+ "sku": "B0081F2CCK",
366
+ "quantity": 89,
367
+ "brand": {
368
+ "linkType": "Entry",
369
+ "id": "651CQ8rLoIYCeY6G0QG22q"
370
+ },
371
+ "price": 22
372
+ }
352
373
  },
353
374
  {
354
- "id": "5KsDBWseXY6QegucYAoacS",
355
- "slug": "playsam-streamliner-classic-car-espresso",
356
- "productName": "Playsam Streamliner Classic Car, Espresso",
357
- "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!",
358
- "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)",
359
- "image": [
360
- {
361
- "link_type": "Asset",
362
- "id": "wtrHxeu3zEoEce2MokCSi"
363
- }
364
- ],
365
- "tags": [
366
- "wood",
367
- "toy",
368
- "car",
369
- "sweden",
370
- "design"
371
- ],
372
- "categories": [
373
- {
374
- "link_type": "Entry",
375
- "id": "24DPGBDeGEaYy8ms4Y8QMQ"
375
+ "sys": {
376
+ "id": "5KsDBWseXY6QegucYAoacS"
377
+ },
378
+ "fields": {
379
+ "slug": "playsam-streamliner-classic-car-espresso",
380
+ "productName": "Playsam Streamliner Classic Car, Espresso",
381
+ "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!",
382
+ "sizetypecolor": "Length: 135 mm | color: espresso, green, or icar (white)",
383
+ "image": [
384
+ {
385
+ "linkType": "Asset",
386
+ "id": "wtrHxeu3zEoEce2MokCSi"
387
+ }
388
+ ],
389
+ "tags": [
390
+ "wood",
391
+ "toy",
392
+ "car",
393
+ "sweden",
394
+ "design"
395
+ ],
396
+ "categories": [
397
+ {
398
+ "linkType": "Entry",
399
+ "id": "24DPGBDeGEaYy8ms4Y8QMQ"
400
+ }
401
+ ],
402
+ "website": "http://www.amazon.com/dp/B001R6JUZ2/",
403
+ "sku": "B001R6JUZ2",
404
+ "quantity": 56,
405
+ "price": 44,
406
+ "brand": {
407
+ "linkType": "Entry",
408
+ "id": "JrePkDVYomE8AwcuCUyMi"
376
409
  }
377
- ],
378
- "website": "http://www.amazon.com/dp/B001R6JUZ2/",
379
- "sku": "B001R6JUZ2",
380
- "quantity": 56,
381
- "price": 44,
382
- "brand": {
383
- "link_type": "Entry",
384
- "id": "JrePkDVYomE8AwcuCUyMi"
385
410
  }
386
411
  },
387
412
  {
388
- "id": "3DVqIYj4dOwwcKu6sgqOgg",
389
- "slug": "hudson-wall-cup",
390
- "productName": "Hudson Wall Cup",
391
- "productDescription": "Wall Hanging Glass Flower Vase and Terrarium",
392
- "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces",
393
- "image": [
394
- {
395
- "link_type": "Asset",
396
- "id": "Xc0ny7GWsMEMCeASWO2um"
397
- }
398
- ],
399
- "tags": [
400
- "vase",
401
- "flowers",
402
- "accessories"
403
- ],
404
- "categories": [
405
- {
406
- "link_type": "Entry",
407
- "id": "7LAnCobuuWYSqks6wAwY2a"
408
- }
409
- ],
410
- "price": 11,
411
- "quantity": 101,
412
- "sku": "B00E82D7I8",
413
- "website": "http://www.amazon.com/dp/B00E82D7I8/"
413
+ "sys": {
414
+ "id": "3DVqIYj4dOwwcKu6sgqOgg"
415
+ },
416
+ "fields": {
417
+ "slug": "hudson-wall-cup",
418
+ "productName": "Hudson Wall Cup",
419
+ "productDescription": "Wall Hanging Glass Flower Vase and Terrarium",
420
+ "sizetypecolor": "3 x 3 x 5 inches; 5.3 ounces",
421
+ "image": [
422
+ {
423
+ "linkType": "Asset",
424
+ "id": "Xc0ny7GWsMEMCeASWO2um"
425
+ }
426
+ ],
427
+ "tags": [
428
+ "vase",
429
+ "flowers",
430
+ "accessories"
431
+ ],
432
+ "categories": [
433
+ {
434
+ "linkType": "Entry",
435
+ "id": "7LAnCobuuWYSqks6wAwY2a"
436
+ }
437
+ ],
438
+ "price": 11,
439
+ "quantity": 101,
440
+ "sku": "B00E82D7I8",
441
+ "website": "http://www.amazon.com/dp/B00E82D7I8/"
442
+ }
414
443
  }
415
444
  ],
416
445
  "6XwpTaSiiI2Ak2Ww0oi6qa": [
417
446
  {
418
- "id": "7LAnCobuuWYSqks6wAwY2a",
419
- "title": "Home & Kitchen",
420
- "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more",
421
- "icon": {
422
- "link_type": "Asset",
423
- "id": "6m5AJ9vMPKc8OUoQeoCS4o"
447
+ "sys": {
448
+ "id": "7LAnCobuuWYSqks6wAwY2a"
449
+ },
450
+ "fields": {
451
+ "title": "Home & Kitchen",
452
+ "categoryDescription": "Shop for furniture, bedding, bath, vacuums, kitchen products, and more",
453
+ "icon": {
454
+ "linkType": "Asset",
455
+ "id": "6m5AJ9vMPKc8OUoQeoCS4o"
456
+ }
424
457
  }
425
458
  },
426
459
  {
427
- "id": "24DPGBDeGEaYy8ms4Y8QMQ",
428
- "title": "Toys",
429
- "categoryDescription": "Shop for toys, games, educational aids",
430
- "icon": {
431
- "link_type": "Asset",
432
- "id": "6t4HKjytPi0mYgs240wkG"
460
+ "sys": {
461
+ "id": "24DPGBDeGEaYy8ms4Y8QMQ"
462
+ },
463
+ "fields": {
464
+ "title": "Toys",
465
+ "categoryDescription": "Shop for toys, games, educational aids",
466
+ "icon": {
467
+ "linkType": "Asset",
468
+ "id": "6t4HKjytPi0mYgs240wkG"
469
+ }
433
470
  }
434
471
  }
435
472
  ]
436
473
  }
437
- }
474
+ }