wcc-contentful-middleman 1.0.0.pre.rc1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4511 @@
1
+ {
2
+ "contentTypes": [
3
+ {
4
+ "sys": {
5
+ "space": {
6
+ "sys": {
7
+ "type": "Link",
8
+ "linkType": "Space",
9
+ "id": "<CONTENTFUL_SPACE_ID>"
10
+ }
11
+ },
12
+ "id": "redirect",
13
+ "type": "ContentType",
14
+ "createdAt": "2018-02-23T14:44:31.550Z",
15
+ "updatedAt": "2018-03-09T00:31:20.136Z",
16
+ "createdBy": {
17
+ "sys": {
18
+ "type": "Link",
19
+ "linkType": "User",
20
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
21
+ }
22
+ },
23
+ "updatedBy": {
24
+ "sys": {
25
+ "type": "Link",
26
+ "linkType": "User",
27
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
28
+ }
29
+ },
30
+ "publishedCounter": 3,
31
+ "version": 6,
32
+ "publishedBy": {
33
+ "sys": {
34
+ "type": "Link",
35
+ "linkType": "User",
36
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
37
+ }
38
+ },
39
+ "publishedVersion": 5,
40
+ "firstPublishedAt": "2018-02-23T14:44:32.240Z",
41
+ "publishedAt": "2018-03-09T00:31:20.136Z"
42
+ },
43
+ "displayField": "slug",
44
+ "name": "Redirect2",
45
+ "description": "",
46
+ "fields": [
47
+ {
48
+ "id": "slug",
49
+ "name": "Slug",
50
+ "type": "Symbol",
51
+ "localized": false,
52
+ "required": true,
53
+ "validations": [
54
+ {
55
+ "regexp": {
56
+ "pattern": "^[a-z][a-z0-9_-]*$",
57
+ "flags": ""
58
+ },
59
+ "message": "The slug can only contain lower case letters, numbers, underscores and dashes."
60
+ }
61
+ ],
62
+ "disabled": false,
63
+ "omitted": false
64
+ },
65
+ {
66
+ "id": "url",
67
+ "name": "Url",
68
+ "type": "Symbol",
69
+ "localized": false,
70
+ "required": false,
71
+ "validations": [
72
+ {
73
+ "regexp": {
74
+ "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$"
75
+ }
76
+ }
77
+ ],
78
+ "disabled": false,
79
+ "omitted": false
80
+ },
81
+ {
82
+ "id": "pageReference",
83
+ "name": "Page Reference",
84
+ "type": "Link",
85
+ "localized": false,
86
+ "required": false,
87
+ "validations": [
88
+ {
89
+ "linkContentType": [
90
+ "page"
91
+ ],
92
+ "message": "test"
93
+ }
94
+ ],
95
+ "disabled": false,
96
+ "omitted": false,
97
+ "linkType": "Entry"
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "sys": {
103
+ "space": {
104
+ "sys": {
105
+ "type": "Link",
106
+ "linkType": "Space",
107
+ "id": "<CONTENTFUL_SPACE_ID>"
108
+ }
109
+ },
110
+ "id": "asdf",
111
+ "type": "ContentType",
112
+ "createdAt": "2018-02-19T19:05:25.833Z",
113
+ "updatedAt": "2018-02-19T19:05:25.833Z",
114
+ "createdBy": {
115
+ "sys": {
116
+ "type": "Link",
117
+ "linkType": "User",
118
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
119
+ }
120
+ },
121
+ "updatedBy": {
122
+ "sys": {
123
+ "type": "Link",
124
+ "linkType": "User",
125
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
126
+ }
127
+ },
128
+ "version": 1
129
+ },
130
+ "displayField": null,
131
+ "name": "Test Content Type",
132
+ "description": null,
133
+ "fields": [
134
+ {
135
+ "id": "title",
136
+ "name": "Title",
137
+ "type": "Text",
138
+ "localized": false,
139
+ "required": true,
140
+ "validations": [],
141
+ "disabled": false,
142
+ "omitted": false
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "sys": {
148
+ "space": {
149
+ "sys": {
150
+ "type": "Link",
151
+ "linkType": "Space",
152
+ "id": "<CONTENTFUL_SPACE_ID>"
153
+ }
154
+ },
155
+ "id": "homepage",
156
+ "type": "ContentType",
157
+ "createdAt": "2018-02-12T18:34:23.822Z",
158
+ "updatedAt": "2018-03-29T19:19:48.549Z",
159
+ "createdBy": {
160
+ "sys": {
161
+ "type": "Link",
162
+ "linkType": "User",
163
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
164
+ }
165
+ },
166
+ "updatedBy": {
167
+ "sys": {
168
+ "type": "Link",
169
+ "linkType": "User",
170
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
171
+ }
172
+ },
173
+ "publishedCounter": 12,
174
+ "version": 24,
175
+ "publishedBy": {
176
+ "sys": {
177
+ "type": "Link",
178
+ "linkType": "User",
179
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
180
+ }
181
+ },
182
+ "publishedVersion": 23,
183
+ "firstPublishedAt": "2018-02-12T18:34:24.038Z",
184
+ "publishedAt": "2018-03-29T19:19:48.549Z"
185
+ },
186
+ "displayField": "siteTitle",
187
+ "name": "Homepage",
188
+ "description": "The Homepage is a special page - it contains some fields like the Top Menu and Site Footer which are set on all other Pages. This page is visible at the root of watermarkresources.org",
189
+ "fields": [
190
+ {
191
+ "id": "siteTitle",
192
+ "name": "Site Title",
193
+ "type": "Symbol",
194
+ "localized": false,
195
+ "required": false,
196
+ "validations": [],
197
+ "disabled": false,
198
+ "omitted": false
199
+ },
200
+ {
201
+ "id": "favicons",
202
+ "name": "Favicons",
203
+ "type": "Array",
204
+ "localized": false,
205
+ "required": true,
206
+ "validations": [],
207
+ "disabled": false,
208
+ "omitted": false,
209
+ "items": {
210
+ "type": "Link",
211
+ "validations": [
212
+ {
213
+ "linkMimetypeGroup": [
214
+ "image"
215
+ ]
216
+ },
217
+ {
218
+ "assetFileSize": {
219
+ "max": 1024
220
+ },
221
+ "message": "Favicons are supposed to be small. Please use an image less than 100kb in size."
222
+ }
223
+ ],
224
+ "linkType": "Asset"
225
+ }
226
+ },
227
+ {
228
+ "id": "mainMenu",
229
+ "name": "Main Menu",
230
+ "type": "Link",
231
+ "localized": false,
232
+ "required": false,
233
+ "validations": [
234
+ {
235
+ "linkContentType": [
236
+ "menu"
237
+ ]
238
+ }
239
+ ],
240
+ "disabled": false,
241
+ "omitted": false,
242
+ "linkType": "Entry"
243
+ },
244
+ {
245
+ "id": "heroImage",
246
+ "name": "Hero Image",
247
+ "type": "Link",
248
+ "localized": false,
249
+ "required": false,
250
+ "validations": [
251
+ {
252
+ "linkMimetypeGroup": [
253
+ "image"
254
+ ]
255
+ }
256
+ ],
257
+ "disabled": false,
258
+ "omitted": false,
259
+ "linkType": "Asset"
260
+ },
261
+ {
262
+ "id": "heroText",
263
+ "name": "Hero Text",
264
+ "type": "Text",
265
+ "localized": false,
266
+ "required": false,
267
+ "validations": [],
268
+ "disabled": false,
269
+ "omitted": false
270
+ },
271
+ {
272
+ "id": "heroButtons",
273
+ "name": "Hero Buttons",
274
+ "type": "Array",
275
+ "localized": false,
276
+ "required": false,
277
+ "validations": [],
278
+ "disabled": false,
279
+ "omitted": false,
280
+ "items": {
281
+ "type": "Link",
282
+ "validations": [
283
+ {
284
+ "linkContentType": [
285
+ "menuButton"
286
+ ]
287
+ }
288
+ ],
289
+ "linkType": "Entry"
290
+ }
291
+ },
292
+ {
293
+ "id": "callToAction",
294
+ "name": "Call To Action",
295
+ "type": "Link",
296
+ "localized": false,
297
+ "required": false,
298
+ "validations": [],
299
+ "disabled": false,
300
+ "omitted": false,
301
+ "linkType": "Entry"
302
+ },
303
+ {
304
+ "id": "sections",
305
+ "name": "Sections",
306
+ "type": "Array",
307
+ "localized": false,
308
+ "required": false,
309
+ "validations": [],
310
+ "disabled": false,
311
+ "omitted": false,
312
+ "items": {
313
+ "type": "Link",
314
+ "validations": [
315
+ {
316
+ "linkContentType": [
317
+ "section-CardSearch",
318
+ "section-Faq",
319
+ "section-Testimonials",
320
+ "section-VideoHighlight"
321
+ ]
322
+ }
323
+ ],
324
+ "linkType": "Entry"
325
+ }
326
+ },
327
+ {
328
+ "id": "siteFooter",
329
+ "name": "Site Footer",
330
+ "type": "Link",
331
+ "localized": false,
332
+ "required": false,
333
+ "validations": [],
334
+ "disabled": false,
335
+ "omitted": false,
336
+ "linkType": "Entry"
337
+ }
338
+ ]
339
+ },
340
+ {
341
+ "sys": {
342
+ "space": {
343
+ "sys": {
344
+ "type": "Link",
345
+ "linkType": "Space",
346
+ "id": "<CONTENTFUL_SPACE_ID>"
347
+ }
348
+ },
349
+ "id": "faq",
350
+ "type": "ContentType",
351
+ "createdAt": "2018-02-14T18:32:15.872Z",
352
+ "updatedAt": "2018-02-23T16:36:13.245Z",
353
+ "createdBy": {
354
+ "sys": {
355
+ "type": "Link",
356
+ "linkType": "User",
357
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
358
+ }
359
+ },
360
+ "updatedBy": {
361
+ "sys": {
362
+ "type": "Link",
363
+ "linkType": "User",
364
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
365
+ }
366
+ },
367
+ "publishedCounter": 2,
368
+ "version": 4,
369
+ "publishedBy": {
370
+ "sys": {
371
+ "type": "Link",
372
+ "linkType": "User",
373
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
374
+ }
375
+ },
376
+ "publishedVersion": 3,
377
+ "firstPublishedAt": "2018-02-14T18:32:16.249Z",
378
+ "publishedAt": "2018-02-23T16:36:13.245Z"
379
+ },
380
+ "displayField": "question",
381
+ "name": "FAQ",
382
+ "description": "",
383
+ "fields": [
384
+ {
385
+ "id": "question",
386
+ "name": "Question",
387
+ "type": "Symbol",
388
+ "localized": false,
389
+ "required": true,
390
+ "validations": [],
391
+ "disabled": false,
392
+ "omitted": false
393
+ },
394
+ {
395
+ "id": "answer",
396
+ "name": "Answer",
397
+ "type": "Text",
398
+ "localized": false,
399
+ "required": true,
400
+ "validations": [],
401
+ "disabled": false,
402
+ "omitted": false
403
+ },
404
+ {
405
+ "id": "numFaqs",
406
+ "name": "numFaqs",
407
+ "type": "Integer",
408
+ "localized": false,
409
+ "required": false,
410
+ "validations": [],
411
+ "disabled": false,
412
+ "omitted": false
413
+ },
414
+ {
415
+ "id": "numFaqsFloat",
416
+ "name": "numFaqsFloat",
417
+ "type": "Number",
418
+ "localized": false,
419
+ "required": false,
420
+ "validations": [],
421
+ "disabled": false,
422
+ "omitted": false
423
+ },
424
+ {
425
+ "id": "dateOfFaq",
426
+ "name": "DateOfFaq",
427
+ "type": "Date",
428
+ "localized": false,
429
+ "required": false,
430
+ "validations": [],
431
+ "disabled": false,
432
+ "omitted": false
433
+ },
434
+ {
435
+ "id": "truthyOrFalsy",
436
+ "name": "TruthyOrFalsy",
437
+ "type": "Boolean",
438
+ "localized": false,
439
+ "required": false,
440
+ "validations": [],
441
+ "disabled": false,
442
+ "omitted": false
443
+ },
444
+ {
445
+ "id": "placeOfFaq",
446
+ "name": "PlaceOfFaq",
447
+ "type": "Location",
448
+ "localized": false,
449
+ "required": false,
450
+ "validations": [],
451
+ "disabled": false,
452
+ "omitted": false
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "sys": {
458
+ "space": {
459
+ "sys": {
460
+ "type": "Link",
461
+ "linkType": "Space",
462
+ "id": "<CONTENTFUL_SPACE_ID>"
463
+ }
464
+ },
465
+ "id": "blogPost",
466
+ "type": "ContentType",
467
+ "createdAt": "2018-03-23T13:59:35.824Z",
468
+ "updatedAt": "2018-03-23T13:59:39.882Z",
469
+ "createdBy": {
470
+ "sys": {
471
+ "type": "Link",
472
+ "linkType": "User",
473
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
474
+ }
475
+ },
476
+ "updatedBy": {
477
+ "sys": {
478
+ "type": "Link",
479
+ "linkType": "User",
480
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
481
+ }
482
+ },
483
+ "publishedCounter": 1,
484
+ "version": 2,
485
+ "publishedBy": {
486
+ "sys": {
487
+ "type": "Link",
488
+ "linkType": "User",
489
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
490
+ }
491
+ },
492
+ "publishedVersion": 1,
493
+ "firstPublishedAt": "2018-03-23T13:59:39.882Z",
494
+ "publishedAt": "2018-03-23T13:59:39.882Z"
495
+ },
496
+ "displayField": "title",
497
+ "name": "Blog Post",
498
+ "description": "",
499
+ "fields": [
500
+ {
501
+ "id": "title",
502
+ "name": "Title",
503
+ "type": "Symbol",
504
+ "localized": false,
505
+ "required": true,
506
+ "validations": [],
507
+ "disabled": false,
508
+ "omitted": false
509
+ },
510
+ {
511
+ "id": "slug",
512
+ "name": "Slug",
513
+ "type": "Symbol",
514
+ "localized": false,
515
+ "required": true,
516
+ "validations": [],
517
+ "disabled": false,
518
+ "omitted": false
519
+ },
520
+ {
521
+ "id": "heroImage",
522
+ "name": "Hero Image",
523
+ "type": "Link",
524
+ "localized": false,
525
+ "required": true,
526
+ "validations": [],
527
+ "disabled": false,
528
+ "omitted": false,
529
+ "linkType": "Asset"
530
+ },
531
+ {
532
+ "id": "description",
533
+ "name": "Description",
534
+ "type": "Text",
535
+ "localized": false,
536
+ "required": true,
537
+ "validations": [],
538
+ "disabled": false,
539
+ "omitted": false
540
+ },
541
+ {
542
+ "id": "body",
543
+ "name": "Body",
544
+ "type": "Text",
545
+ "localized": false,
546
+ "required": true,
547
+ "validations": [],
548
+ "disabled": false,
549
+ "omitted": false
550
+ },
551
+ {
552
+ "id": "author",
553
+ "name": "Author",
554
+ "type": "Link",
555
+ "localized": false,
556
+ "required": false,
557
+ "validations": [
558
+ {
559
+ "linkContentType": [
560
+ "person"
561
+ ]
562
+ }
563
+ ],
564
+ "disabled": false,
565
+ "omitted": false,
566
+ "linkType": "Entry"
567
+ },
568
+ {
569
+ "id": "publishDate",
570
+ "name": "Publish Date",
571
+ "type": "Date",
572
+ "localized": false,
573
+ "required": true,
574
+ "validations": [],
575
+ "disabled": false,
576
+ "omitted": false
577
+ },
578
+ {
579
+ "id": "tags",
580
+ "name": "Tags",
581
+ "type": "Array",
582
+ "localized": false,
583
+ "required": false,
584
+ "validations": [],
585
+ "disabled": false,
586
+ "omitted": false,
587
+ "items": {
588
+ "type": "Symbol",
589
+ "validations": [
590
+ {
591
+ "in": [
592
+ "general",
593
+ "javascript",
594
+ "static-sites"
595
+ ]
596
+ }
597
+ ]
598
+ }
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "sys": {
604
+ "space": {
605
+ "sys": {
606
+ "type": "Link",
607
+ "linkType": "Space",
608
+ "id": "<CONTENTFUL_SPACE_ID>"
609
+ }
610
+ },
611
+ "id": "menuButton",
612
+ "type": "ContentType",
613
+ "createdAt": "2018-03-12T14:06:45.317Z",
614
+ "updatedAt": "2018-04-11T21:01:42.184Z",
615
+ "createdBy": {
616
+ "sys": {
617
+ "type": "Link",
618
+ "linkType": "User",
619
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
620
+ }
621
+ },
622
+ "updatedBy": {
623
+ "sys": {
624
+ "type": "Link",
625
+ "linkType": "User",
626
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
627
+ }
628
+ },
629
+ "publishedCounter": 3,
630
+ "version": 6,
631
+ "publishedBy": {
632
+ "sys": {
633
+ "type": "Link",
634
+ "linkType": "User",
635
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
636
+ }
637
+ },
638
+ "publishedVersion": 5,
639
+ "firstPublishedAt": "2018-03-12T14:06:45.507Z",
640
+ "publishedAt": "2018-04-11T21:01:42.184Z"
641
+ },
642
+ "displayField": "text",
643
+ "name": "Menu Button",
644
+ "description": "A Menu Button is a clickable button that goes on a Menu. It has a link to a path or a URL.",
645
+ "fields": [
646
+ {
647
+ "id": "text",
648
+ "name": "Text",
649
+ "type": "Symbol",
650
+ "localized": false,
651
+ "required": true,
652
+ "validations": [
653
+ {
654
+ "size": {
655
+ "max": 60
656
+ },
657
+ "message": "a MenuItem's text field should be very short - ideally a single word. Please limit the text to 60 characters or less."
658
+ }
659
+ ],
660
+ "disabled": false,
661
+ "omitted": false
662
+ },
663
+ {
664
+ "id": "icon",
665
+ "name": "Icon",
666
+ "type": "Link",
667
+ "localized": false,
668
+ "required": false,
669
+ "validations": [
670
+ {
671
+ "linkMimetypeGroup": [
672
+ "image"
673
+ ]
674
+ }
675
+ ],
676
+ "disabled": false,
677
+ "omitted": false,
678
+ "linkType": "Asset"
679
+ },
680
+ {
681
+ "id": "externalLink",
682
+ "name": "External Link",
683
+ "type": "Symbol",
684
+ "localized": false,
685
+ "required": false,
686
+ "validations": [
687
+ {
688
+ "regexp": {
689
+ "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$"
690
+ },
691
+ "message": "The external link must be a URL like 'https://www.watermark.org/'"
692
+ }
693
+ ],
694
+ "disabled": false,
695
+ "omitted": false
696
+ },
697
+ {
698
+ "id": "link",
699
+ "name": "Page Link",
700
+ "type": "Link",
701
+ "localized": false,
702
+ "required": false,
703
+ "validations": [
704
+ {
705
+ "linkContentType": [
706
+ "page"
707
+ ],
708
+ "message": "The Link must be a link to a Page which has a Slug. Example: '/ministries'"
709
+ }
710
+ ],
711
+ "disabled": false,
712
+ "omitted": false,
713
+ "linkType": "Entry"
714
+ },
715
+ {
716
+ "id": "ionIcon",
717
+ "name": "Ion Icon",
718
+ "type": "Symbol",
719
+ "localized": false,
720
+ "required": false,
721
+ "validations": [
722
+ {
723
+ "regexp": {
724
+ "pattern": "^ion-[a-z\\-]+$",
725
+ "flags": null
726
+ },
727
+ "message": "The icon should start with 'ion-', like 'ion-arrow-down-c'. See http://ionicons.com/"
728
+ }
729
+ ],
730
+ "disabled": false,
731
+ "omitted": false
732
+ }
733
+ ]
734
+ },
735
+ {
736
+ "sys": {
737
+ "space": {
738
+ "sys": {
739
+ "type": "Link",
740
+ "linkType": "Space",
741
+ "id": "<CONTENTFUL_SPACE_ID>"
742
+ }
743
+ },
744
+ "id": "menu",
745
+ "type": "ContentType",
746
+ "createdAt": "2018-02-12T17:39:58.461Z",
747
+ "updatedAt": "2018-04-11T20:58:53.729Z",
748
+ "createdBy": {
749
+ "sys": {
750
+ "type": "Link",
751
+ "linkType": "User",
752
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
753
+ }
754
+ },
755
+ "updatedBy": {
756
+ "sys": {
757
+ "type": "Link",
758
+ "linkType": "User",
759
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
760
+ }
761
+ },
762
+ "publishedCounter": 13,
763
+ "version": 26,
764
+ "publishedBy": {
765
+ "sys": {
766
+ "type": "Link",
767
+ "linkType": "User",
768
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
769
+ }
770
+ },
771
+ "publishedVersion": 25,
772
+ "firstPublishedAt": "2018-02-12T17:39:58.717Z",
773
+ "publishedAt": "2018-04-11T20:58:53.729Z"
774
+ },
775
+ "displayField": "name",
776
+ "name": "Menu",
777
+ "description": "A Menu contains a number of Menu Buttons or other Menus, grouped together horizontally or vertically.\n\nIf a Menu contains another Menu, the contained menu will become a drop-down.\n\nThe optional 'Hamburger' field is rendered as the hamburger button on the right side of the menu, and opens as a drop-down.",
778
+ "fields": [
779
+ {
780
+ "id": "name",
781
+ "name": "Menu Name",
782
+ "type": "Symbol",
783
+ "localized": false,
784
+ "required": true,
785
+ "validations": [],
786
+ "disabled": false,
787
+ "omitted": false
788
+ },
789
+ {
790
+ "id": "items",
791
+ "name": "Items",
792
+ "type": "Array",
793
+ "localized": false,
794
+ "required": false,
795
+ "validations": [],
796
+ "disabled": false,
797
+ "omitted": false,
798
+ "items": {
799
+ "type": "Link",
800
+ "validations": [
801
+ {
802
+ "linkContentType": [
803
+ "dropdownMenu",
804
+ "menuButton"
805
+ ],
806
+ "message": "The items must be either buttons or drop-down menus"
807
+ }
808
+ ],
809
+ "linkType": "Entry"
810
+ }
811
+ }
812
+ ]
813
+ },
814
+ {
815
+ "sys": {
816
+ "space": {
817
+ "sys": {
818
+ "type": "Link",
819
+ "linkType": "Space",
820
+ "id": "<CONTENTFUL_SPACE_ID>"
821
+ }
822
+ },
823
+ "id": "dropdownMenu",
824
+ "type": "ContentType",
825
+ "createdAt": "2018-05-01T21:48:25.933Z",
826
+ "updatedAt": "2018-05-01T21:48:26.137Z",
827
+ "environment": {
828
+ "sys": {
829
+ "id": "gburgett",
830
+ "type": "Link",
831
+ "linkType": "Environment"
832
+ }
833
+ },
834
+ "createdBy": {
835
+ "sys": {
836
+ "type": "Link",
837
+ "linkType": "User",
838
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
839
+ }
840
+ },
841
+ "updatedBy": {
842
+ "sys": {
843
+ "type": "Link",
844
+ "linkType": "User",
845
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
846
+ }
847
+ },
848
+ "publishedCounter": 1,
849
+ "version": 2,
850
+ "publishedBy": {
851
+ "sys": {
852
+ "type": "Link",
853
+ "linkType": "User",
854
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
855
+ }
856
+ },
857
+ "publishedVersion": 1,
858
+ "firstPublishedAt": "2018-05-01T21:48:26.137Z",
859
+ "publishedAt": "2018-05-01T21:48:26.137Z"
860
+ },
861
+ "displayField": "name",
862
+ "name": "Dropdown Menu",
863
+ "description": "A Dropdown Menu can be attached to a main menu to show additional menu items on click.",
864
+ "fields": [
865
+ {
866
+ "id": "name",
867
+ "name": "Menu Name",
868
+ "type": "Symbol",
869
+ "localized": false,
870
+ "required": false,
871
+ "validations": [],
872
+ "disabled": false,
873
+ "omitted": false
874
+ },
875
+ {
876
+ "id": "label",
877
+ "name": "Menu Label",
878
+ "type": "Link",
879
+ "localized": false,
880
+ "required": false,
881
+ "validations": [
882
+ {
883
+ "linkContentType": [
884
+ "menuButton"
885
+ ]
886
+ }
887
+ ],
888
+ "disabled": false,
889
+ "omitted": false,
890
+ "linkType": "Entry"
891
+ },
892
+ {
893
+ "id": "items",
894
+ "name": "Items",
895
+ "type": "Array",
896
+ "localized": false,
897
+ "required": false,
898
+ "validations": [],
899
+ "disabled": false,
900
+ "omitted": false,
901
+ "items": {
902
+ "type": "Link",
903
+ "validations": [
904
+ {
905
+ "linkContentType": [
906
+ "menuButton"
907
+ ]
908
+ }
909
+ ],
910
+ "linkType": "Entry"
911
+ }
912
+ }
913
+ ]
914
+ },
915
+ {
916
+ "sys": {
917
+ "space": {
918
+ "sys": {
919
+ "type": "Link",
920
+ "linkType": "Space",
921
+ "id": "<CONTENTFUL_SPACE_ID>"
922
+ }
923
+ },
924
+ "id": "dog",
925
+ "type": "ContentType",
926
+ "createdAt": "2018-02-22T21:12:46.243Z",
927
+ "updatedAt": "2018-03-05T14:45:22.954Z",
928
+ "createdBy": {
929
+ "sys": {
930
+ "type": "Link",
931
+ "linkType": "User",
932
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
933
+ }
934
+ },
935
+ "updatedBy": {
936
+ "sys": {
937
+ "type": "Link",
938
+ "linkType": "User",
939
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
940
+ }
941
+ },
942
+ "publishedCounter": 2,
943
+ "version": 4,
944
+ "publishedBy": {
945
+ "sys": {
946
+ "type": "Link",
947
+ "linkType": "User",
948
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
949
+ }
950
+ },
951
+ "publishedVersion": 3,
952
+ "firstPublishedAt": "2018-02-22T21:12:46.484Z",
953
+ "publishedAt": "2018-03-05T14:45:22.954Z"
954
+ },
955
+ "displayField": "name",
956
+ "name": "Dog",
957
+ "description": null,
958
+ "fields": [
959
+ {
960
+ "id": "name",
961
+ "name": "Name",
962
+ "type": "Symbol",
963
+ "localized": false,
964
+ "required": true,
965
+ "validations": [],
966
+ "disabled": false,
967
+ "omitted": false
968
+ },
969
+ {
970
+ "id": "woofs",
971
+ "name": "Number Of Woofs",
972
+ "type": "Integer",
973
+ "localized": false,
974
+ "required": false,
975
+ "validations": [],
976
+ "disabled": false,
977
+ "omitted": false
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "sys": {
983
+ "space": {
984
+ "sys": {
985
+ "type": "Link",
986
+ "linkType": "Space",
987
+ "id": "<CONTENTFUL_SPACE_ID>"
988
+ }
989
+ },
990
+ "id": "migrationHistory",
991
+ "type": "ContentType",
992
+ "createdAt": "2018-02-22T21:12:44.913Z",
993
+ "updatedAt": "2018-02-22T21:12:45.149Z",
994
+ "createdBy": {
995
+ "sys": {
996
+ "type": "Link",
997
+ "linkType": "User",
998
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
999
+ }
1000
+ },
1001
+ "updatedBy": {
1002
+ "sys": {
1003
+ "type": "Link",
1004
+ "linkType": "User",
1005
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1006
+ }
1007
+ },
1008
+ "publishedCounter": 1,
1009
+ "version": 2,
1010
+ "publishedBy": {
1011
+ "sys": {
1012
+ "type": "Link",
1013
+ "linkType": "User",
1014
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1015
+ }
1016
+ },
1017
+ "publishedVersion": 1,
1018
+ "firstPublishedAt": "2018-02-22T21:12:45.149Z",
1019
+ "publishedAt": "2018-02-22T21:12:45.149Z"
1020
+ },
1021
+ "displayField": "migrationName",
1022
+ "name": "Migration History",
1023
+ "description": "System Type - Do Not Modify",
1024
+ "fields": [
1025
+ {
1026
+ "id": "migrationName",
1027
+ "name": "Migration Name",
1028
+ "type": "Symbol",
1029
+ "localized": false,
1030
+ "required": true,
1031
+ "validations": [],
1032
+ "disabled": false,
1033
+ "omitted": false
1034
+ },
1035
+ {
1036
+ "id": "started",
1037
+ "name": "Started",
1038
+ "type": "Date",
1039
+ "localized": false,
1040
+ "required": false,
1041
+ "validations": [],
1042
+ "disabled": false,
1043
+ "omitted": false
1044
+ },
1045
+ {
1046
+ "id": "completed",
1047
+ "name": "Completed",
1048
+ "type": "Date",
1049
+ "localized": false,
1050
+ "required": false,
1051
+ "validations": [],
1052
+ "disabled": false,
1053
+ "omitted": false
1054
+ },
1055
+ {
1056
+ "id": "detail",
1057
+ "name": "Detail",
1058
+ "type": "Object",
1059
+ "localized": false,
1060
+ "required": false,
1061
+ "validations": [],
1062
+ "disabled": false,
1063
+ "omitted": false
1064
+ }
1065
+ ]
1066
+ },
1067
+ {
1068
+ "sys": {
1069
+ "space": {
1070
+ "sys": {
1071
+ "type": "Link",
1072
+ "linkType": "Space",
1073
+ "id": "<CONTENTFUL_SPACE_ID>"
1074
+ }
1075
+ },
1076
+ "id": "person",
1077
+ "type": "ContentType",
1078
+ "createdAt": "2018-03-23T13:59:35.910Z",
1079
+ "updatedAt": "2018-03-23T13:59:39.205Z",
1080
+ "createdBy": {
1081
+ "sys": {
1082
+ "type": "Link",
1083
+ "linkType": "User",
1084
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1085
+ }
1086
+ },
1087
+ "updatedBy": {
1088
+ "sys": {
1089
+ "type": "Link",
1090
+ "linkType": "User",
1091
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1092
+ }
1093
+ },
1094
+ "publishedCounter": 1,
1095
+ "version": 2,
1096
+ "publishedBy": {
1097
+ "sys": {
1098
+ "type": "Link",
1099
+ "linkType": "User",
1100
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1101
+ }
1102
+ },
1103
+ "publishedVersion": 1,
1104
+ "firstPublishedAt": "2018-03-23T13:59:39.205Z",
1105
+ "publishedAt": "2018-03-23T13:59:39.205Z"
1106
+ },
1107
+ "displayField": "name",
1108
+ "name": "Person",
1109
+ "description": "",
1110
+ "fields": [
1111
+ {
1112
+ "id": "name",
1113
+ "name": "Name",
1114
+ "type": "Symbol",
1115
+ "localized": false,
1116
+ "required": true,
1117
+ "validations": [],
1118
+ "disabled": false,
1119
+ "omitted": false
1120
+ },
1121
+ {
1122
+ "id": "title",
1123
+ "name": "Title",
1124
+ "type": "Symbol",
1125
+ "localized": false,
1126
+ "required": true,
1127
+ "validations": [],
1128
+ "disabled": false,
1129
+ "omitted": false
1130
+ },
1131
+ {
1132
+ "id": "company",
1133
+ "name": "Company",
1134
+ "type": "Symbol",
1135
+ "localized": false,
1136
+ "required": true,
1137
+ "validations": [],
1138
+ "disabled": false,
1139
+ "omitted": false
1140
+ },
1141
+ {
1142
+ "id": "shortBio",
1143
+ "name": "Short Bio",
1144
+ "type": "Text",
1145
+ "localized": false,
1146
+ "required": true,
1147
+ "validations": [],
1148
+ "disabled": false,
1149
+ "omitted": false
1150
+ },
1151
+ {
1152
+ "id": "email",
1153
+ "name": "Email",
1154
+ "type": "Symbol",
1155
+ "localized": false,
1156
+ "required": false,
1157
+ "validations": [],
1158
+ "disabled": false,
1159
+ "omitted": false
1160
+ },
1161
+ {
1162
+ "id": "phone",
1163
+ "name": "Phone",
1164
+ "type": "Symbol",
1165
+ "localized": false,
1166
+ "required": false,
1167
+ "validations": [],
1168
+ "disabled": false,
1169
+ "omitted": false
1170
+ },
1171
+ {
1172
+ "id": "facebook",
1173
+ "name": "Facebook",
1174
+ "type": "Symbol",
1175
+ "localized": false,
1176
+ "required": false,
1177
+ "validations": [],
1178
+ "disabled": false,
1179
+ "omitted": false
1180
+ },
1181
+ {
1182
+ "id": "twitter",
1183
+ "name": "Twitter",
1184
+ "type": "Symbol",
1185
+ "localized": false,
1186
+ "required": false,
1187
+ "validations": [],
1188
+ "disabled": false,
1189
+ "omitted": false
1190
+ },
1191
+ {
1192
+ "id": "github",
1193
+ "name": "Github",
1194
+ "type": "Symbol",
1195
+ "localized": false,
1196
+ "required": false,
1197
+ "validations": [],
1198
+ "disabled": false,
1199
+ "omitted": false
1200
+ },
1201
+ {
1202
+ "id": "image",
1203
+ "name": "Image",
1204
+ "type": "Link",
1205
+ "localized": false,
1206
+ "required": false,
1207
+ "validations": [],
1208
+ "disabled": false,
1209
+ "omitted": false,
1210
+ "linkType": "Asset"
1211
+ }
1212
+ ]
1213
+ },
1214
+ {
1215
+ "sys": {
1216
+ "space": {
1217
+ "sys": {
1218
+ "type": "Link",
1219
+ "linkType": "Space",
1220
+ "id": "<CONTENTFUL_SPACE_ID>"
1221
+ }
1222
+ },
1223
+ "id": "theme",
1224
+ "type": "ContentType",
1225
+ "createdAt": "2018-02-14T18:23:43.051Z",
1226
+ "updatedAt": "2018-02-14T18:28:37.615Z",
1227
+ "createdBy": {
1228
+ "sys": {
1229
+ "type": "Link",
1230
+ "linkType": "User",
1231
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1232
+ }
1233
+ },
1234
+ "updatedBy": {
1235
+ "sys": {
1236
+ "type": "Link",
1237
+ "linkType": "User",
1238
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1239
+ }
1240
+ },
1241
+ "publishedCounter": 7,
1242
+ "version": 14,
1243
+ "publishedBy": {
1244
+ "sys": {
1245
+ "type": "Link",
1246
+ "linkType": "User",
1247
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1248
+ }
1249
+ },
1250
+ "publishedVersion": 13,
1251
+ "firstPublishedAt": "2018-02-14T18:23:43.243Z",
1252
+ "publishedAt": "2018-02-14T18:28:37.615Z"
1253
+ },
1254
+ "displayField": "name",
1255
+ "name": "Theme",
1256
+ "description": "A Theme can be applied to a section to give it a certain style, for example by changing colors or positioning certain elements",
1257
+ "fields": [
1258
+ {
1259
+ "id": "name",
1260
+ "name": "Name",
1261
+ "type": "Symbol",
1262
+ "localized": false,
1263
+ "required": false,
1264
+ "validations": [],
1265
+ "disabled": false,
1266
+ "omitted": false
1267
+ },
1268
+ {
1269
+ "id": "foregroundColor",
1270
+ "name": "Foreground Color",
1271
+ "type": "Symbol",
1272
+ "localized": false,
1273
+ "required": false,
1274
+ "validations": [
1275
+ {
1276
+ "regexp": {
1277
+ "pattern": "^(\\w+|\\#[a-f0-9]+|(rgba?|hsla?)\\(\\s*\\d+,\\s*\\d+\\%?,\\s*\\d+\\%?(,\\s*[\\d\\.]+)?\\))$",
1278
+ "flags": null
1279
+ },
1280
+ "message": "This must be a valid CSS color. Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
1281
+ }
1282
+ ],
1283
+ "disabled": false,
1284
+ "omitted": false
1285
+ },
1286
+ {
1287
+ "id": "backgroundColor",
1288
+ "name": "Background Color",
1289
+ "type": "Symbol",
1290
+ "localized": false,
1291
+ "required": false,
1292
+ "validations": [
1293
+ {
1294
+ "regexp": {
1295
+ "pattern": "^(\\w+|\\#[a-f0-9]+|(rgba?|hsla?)\\(\\s*\\d+,\\s*\\d+\\%?,\\s*\\d+\\%?(,\\s*[\\d\\.]+)?\\))$",
1296
+ "flags": null
1297
+ },
1298
+ "message": "This must be a valid CSS color. Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
1299
+ }
1300
+ ],
1301
+ "disabled": false,
1302
+ "omitted": false
1303
+ },
1304
+ {
1305
+ "id": "highlightColor",
1306
+ "name": "Highlight Color",
1307
+ "type": "Symbol",
1308
+ "localized": false,
1309
+ "required": false,
1310
+ "validations": [
1311
+ {
1312
+ "regexp": {
1313
+ "pattern": "^(\\w+|\\#[a-f0-9]+|(rgba?|hsla?)\\(\\s*\\d+,\\s*\\d+\\%?,\\s*\\d+\\%?(,\\s*[\\d\\.]+)?\\))$",
1314
+ "flags": null
1315
+ },
1316
+ "message": "This must be a valid CSS color. Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
1317
+ }
1318
+ ],
1319
+ "disabled": false,
1320
+ "omitted": false
1321
+ },
1322
+ {
1323
+ "id": "borderColor",
1324
+ "name": "Border Color",
1325
+ "type": "Symbol",
1326
+ "localized": false,
1327
+ "required": false,
1328
+ "validations": [
1329
+ {
1330
+ "regexp": {
1331
+ "pattern": "^(\\w+|\\#[a-f0-9]+|(rgba?|hsla?)\\(\\s*\\d+,\\s*\\d+\\%?,\\s*\\d+\\%?(,\\s*[\\d\\.]+)?\\))$",
1332
+ "flags": null
1333
+ },
1334
+ "message": "This must be a valid CSS color. Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
1335
+ }
1336
+ ],
1337
+ "disabled": false,
1338
+ "omitted": false
1339
+ }
1340
+ ]
1341
+ },
1342
+ {
1343
+ "sys": {
1344
+ "space": {
1345
+ "sys": {
1346
+ "type": "Link",
1347
+ "linkType": "Space",
1348
+ "id": "<CONTENTFUL_SPACE_ID>"
1349
+ }
1350
+ },
1351
+ "id": "ministry",
1352
+ "type": "ContentType",
1353
+ "createdAt": "2018-02-12T17:23:03.793Z",
1354
+ "updatedAt": "2018-02-12T17:23:03.968Z",
1355
+ "createdBy": {
1356
+ "sys": {
1357
+ "type": "Link",
1358
+ "linkType": "User",
1359
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1360
+ }
1361
+ },
1362
+ "updatedBy": {
1363
+ "sys": {
1364
+ "type": "Link",
1365
+ "linkType": "User",
1366
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1367
+ }
1368
+ },
1369
+ "publishedCounter": 1,
1370
+ "version": 2,
1371
+ "publishedBy": {
1372
+ "sys": {
1373
+ "type": "Link",
1374
+ "linkType": "User",
1375
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1376
+ }
1377
+ },
1378
+ "publishedVersion": 1,
1379
+ "firstPublishedAt": "2018-02-12T17:23:03.968Z",
1380
+ "publishedAt": "2018-02-12T17:23:03.968Z"
1381
+ },
1382
+ "displayField": "name",
1383
+ "name": "Ministry",
1384
+ "description": "Represents a ministry shown on the Ministry Gallery page.",
1385
+ "fields": [
1386
+ {
1387
+ "id": "name",
1388
+ "name": "Name",
1389
+ "type": "Symbol",
1390
+ "localized": false,
1391
+ "required": true,
1392
+ "validations": [
1393
+ {
1394
+ "unique": true
1395
+ }
1396
+ ],
1397
+ "disabled": false,
1398
+ "omitted": false
1399
+ },
1400
+ {
1401
+ "id": "cardImage",
1402
+ "name": "Card Image",
1403
+ "type": "Link",
1404
+ "localized": false,
1405
+ "required": true,
1406
+ "validations": [
1407
+ {
1408
+ "linkMimetypeGroup": [
1409
+ "image"
1410
+ ]
1411
+ }
1412
+ ],
1413
+ "disabled": false,
1414
+ "omitted": false,
1415
+ "linkType": "Asset"
1416
+ },
1417
+ {
1418
+ "id": "audiences",
1419
+ "name": "audiences",
1420
+ "type": "Array",
1421
+ "localized": false,
1422
+ "required": false,
1423
+ "validations": [],
1424
+ "disabled": false,
1425
+ "omitted": false,
1426
+ "items": {
1427
+ "type": "Symbol",
1428
+ "validations": []
1429
+ }
1430
+ },
1431
+ {
1432
+ "id": "categories",
1433
+ "name": "Categories",
1434
+ "type": "Array",
1435
+ "localized": false,
1436
+ "required": false,
1437
+ "validations": [],
1438
+ "disabled": false,
1439
+ "omitted": false,
1440
+ "items": {
1441
+ "type": "Symbol",
1442
+ "validations": []
1443
+ }
1444
+ }
1445
+ ]
1446
+ },
1447
+ {
1448
+ "sys": {
1449
+ "space": {
1450
+ "sys": {
1451
+ "type": "Link",
1452
+ "linkType": "Space",
1453
+ "id": "<CONTENTFUL_SPACE_ID>"
1454
+ }
1455
+ },
1456
+ "id": "section-Faq",
1457
+ "type": "ContentType",
1458
+ "createdAt": "2018-02-12T19:13:59.267Z",
1459
+ "updatedAt": "2018-02-14T18:32:40.782Z",
1460
+ "createdBy": {
1461
+ "sys": {
1462
+ "type": "Link",
1463
+ "linkType": "User",
1464
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1465
+ }
1466
+ },
1467
+ "updatedBy": {
1468
+ "sys": {
1469
+ "type": "Link",
1470
+ "linkType": "User",
1471
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1472
+ }
1473
+ },
1474
+ "publishedCounter": 8,
1475
+ "version": 16,
1476
+ "publishedBy": {
1477
+ "sys": {
1478
+ "type": "Link",
1479
+ "linkType": "User",
1480
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1481
+ }
1482
+ },
1483
+ "publishedVersion": 15,
1484
+ "firstPublishedAt": "2018-02-12T19:13:59.422Z",
1485
+ "publishedAt": "2018-02-14T18:32:40.782Z"
1486
+ },
1487
+ "displayField": "helpText",
1488
+ "name": "Section: FAQ",
1489
+ "description": "The Content Type for the FAQ section",
1490
+ "fields": [
1491
+ {
1492
+ "id": "helpText",
1493
+ "name": "Help Text",
1494
+ "type": "Text",
1495
+ "localized": false,
1496
+ "required": false,
1497
+ "validations": [],
1498
+ "disabled": false,
1499
+ "omitted": false
1500
+ },
1501
+ {
1502
+ "id": "contactButton",
1503
+ "name": "Contact Button",
1504
+ "type": "Link",
1505
+ "localized": false,
1506
+ "required": false,
1507
+ "validations": [
1508
+ {
1509
+ "linkContentType": [
1510
+ "menuItem"
1511
+ ]
1512
+ }
1513
+ ],
1514
+ "disabled": false,
1515
+ "omitted": false,
1516
+ "linkType": "Entry"
1517
+ },
1518
+ {
1519
+ "id": "faqs",
1520
+ "name": "FAQs",
1521
+ "type": "Array",
1522
+ "localized": false,
1523
+ "required": false,
1524
+ "validations": [],
1525
+ "disabled": false,
1526
+ "omitted": false,
1527
+ "items": {
1528
+ "type": "Link",
1529
+ "validations": [
1530
+ {
1531
+ "linkContentType": [
1532
+ "faq"
1533
+ ]
1534
+ }
1535
+ ],
1536
+ "linkType": "Entry"
1537
+ }
1538
+ },
1539
+ {
1540
+ "id": "theme",
1541
+ "name": "Theme",
1542
+ "type": "Link",
1543
+ "localized": false,
1544
+ "required": false,
1545
+ "validations": [
1546
+ {
1547
+ "linkContentType": [
1548
+ "theme"
1549
+ ]
1550
+ }
1551
+ ],
1552
+ "disabled": false,
1553
+ "omitted": false,
1554
+ "linkType": "Entry"
1555
+ }
1556
+ ]
1557
+ },
1558
+ {
1559
+ "sys": {
1560
+ "space": {
1561
+ "sys": {
1562
+ "type": "Link",
1563
+ "linkType": "Space",
1564
+ "id": "<CONTENTFUL_SPACE_ID>"
1565
+ }
1566
+ },
1567
+ "id": "section-CardSearch",
1568
+ "type": "ContentType",
1569
+ "createdAt": "2018-02-13T22:17:50.228Z",
1570
+ "updatedAt": "2018-02-14T18:30:14.695Z",
1571
+ "createdBy": {
1572
+ "sys": {
1573
+ "type": "Link",
1574
+ "linkType": "User",
1575
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1576
+ }
1577
+ },
1578
+ "updatedBy": {
1579
+ "sys": {
1580
+ "type": "Link",
1581
+ "linkType": "User",
1582
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1583
+ }
1584
+ },
1585
+ "publishedCounter": 2,
1586
+ "version": 4,
1587
+ "publishedBy": {
1588
+ "sys": {
1589
+ "type": "Link",
1590
+ "linkType": "User",
1591
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1592
+ }
1593
+ },
1594
+ "publishedVersion": 3,
1595
+ "firstPublishedAt": "2018-02-13T22:17:50.643Z",
1596
+ "publishedAt": "2018-02-14T18:30:14.695Z"
1597
+ },
1598
+ "displayField": "name",
1599
+ "name": "Section: Card Search",
1600
+ "description": "A group of cards & search functionality for those cards",
1601
+ "fields": [
1602
+ {
1603
+ "id": "name",
1604
+ "name": "name",
1605
+ "type": "Symbol",
1606
+ "localized": false,
1607
+ "required": true,
1608
+ "validations": [],
1609
+ "disabled": false,
1610
+ "omitted": false
1611
+ },
1612
+ {
1613
+ "id": "cards",
1614
+ "name": "Cards",
1615
+ "type": "Array",
1616
+ "localized": false,
1617
+ "required": false,
1618
+ "validations": [],
1619
+ "disabled": false,
1620
+ "omitted": false,
1621
+ "items": {
1622
+ "type": "Link",
1623
+ "validations": [],
1624
+ "linkType": "Entry"
1625
+ }
1626
+ },
1627
+ {
1628
+ "id": "theme",
1629
+ "name": "Theme",
1630
+ "type": "Link",
1631
+ "localized": false,
1632
+ "required": false,
1633
+ "validations": [],
1634
+ "disabled": false,
1635
+ "omitted": false,
1636
+ "linkType": "Entry"
1637
+ }
1638
+ ]
1639
+ },
1640
+ {
1641
+ "sys": {
1642
+ "space": {
1643
+ "sys": {
1644
+ "type": "Link",
1645
+ "linkType": "Space",
1646
+ "id": "<CONTENTFUL_SPACE_ID>"
1647
+ }
1648
+ },
1649
+ "id": "ministryCard",
1650
+ "type": "ContentType",
1651
+ "createdAt": "2018-02-13T22:19:20.379Z",
1652
+ "updatedAt": "2018-02-13T22:19:20.868Z",
1653
+ "createdBy": {
1654
+ "sys": {
1655
+ "type": "Link",
1656
+ "linkType": "User",
1657
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1658
+ }
1659
+ },
1660
+ "updatedBy": {
1661
+ "sys": {
1662
+ "type": "Link",
1663
+ "linkType": "User",
1664
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1665
+ }
1666
+ },
1667
+ "publishedCounter": 1,
1668
+ "version": 2,
1669
+ "publishedBy": {
1670
+ "sys": {
1671
+ "type": "Link",
1672
+ "linkType": "User",
1673
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1674
+ }
1675
+ },
1676
+ "publishedVersion": 1,
1677
+ "firstPublishedAt": "2018-02-13T22:19:20.868Z",
1678
+ "publishedAt": "2018-02-13T22:19:20.868Z"
1679
+ },
1680
+ "displayField": "name",
1681
+ "name": "Ministry/Conference Card",
1682
+ "description": "A card displaying a Ministry or Conference. Links to a page.",
1683
+ "fields": [
1684
+ {
1685
+ "id": "name",
1686
+ "name": "Name",
1687
+ "type": "Symbol",
1688
+ "localized": false,
1689
+ "required": true,
1690
+ "validations": [
1691
+ {
1692
+ "unique": true
1693
+ }
1694
+ ],
1695
+ "disabled": false,
1696
+ "omitted": false
1697
+ },
1698
+ {
1699
+ "id": "cardImage",
1700
+ "name": "Card Image",
1701
+ "type": "Link",
1702
+ "localized": false,
1703
+ "required": true,
1704
+ "validations": [
1705
+ {
1706
+ "linkMimetypeGroup": [
1707
+ "image"
1708
+ ]
1709
+ }
1710
+ ],
1711
+ "disabled": false,
1712
+ "omitted": false,
1713
+ "linkType": "Asset"
1714
+ },
1715
+ {
1716
+ "id": "page",
1717
+ "name": "Page",
1718
+ "type": "Link",
1719
+ "localized": false,
1720
+ "required": false,
1721
+ "validations": [],
1722
+ "disabled": false,
1723
+ "omitted": false,
1724
+ "linkType": "Entry"
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "sys": {
1730
+ "space": {
1731
+ "sys": {
1732
+ "type": "Link",
1733
+ "linkType": "Space",
1734
+ "id": "<CONTENTFUL_SPACE_ID>"
1735
+ }
1736
+ },
1737
+ "id": "section-Testimonials",
1738
+ "type": "ContentType",
1739
+ "createdAt": "2018-02-12T19:17:55.075Z",
1740
+ "updatedAt": "2018-02-12T19:48:08.620Z",
1741
+ "createdBy": {
1742
+ "sys": {
1743
+ "type": "Link",
1744
+ "linkType": "User",
1745
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1746
+ }
1747
+ },
1748
+ "updatedBy": {
1749
+ "sys": {
1750
+ "type": "Link",
1751
+ "linkType": "User",
1752
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1753
+ }
1754
+ },
1755
+ "publishedCounter": 6,
1756
+ "version": 12,
1757
+ "publishedBy": {
1758
+ "sys": {
1759
+ "type": "Link",
1760
+ "linkType": "User",
1761
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1762
+ }
1763
+ },
1764
+ "publishedVersion": 11,
1765
+ "firstPublishedAt": "2018-02-12T19:17:55.556Z",
1766
+ "publishedAt": "2018-02-12T19:48:08.620Z"
1767
+ },
1768
+ "displayField": "title",
1769
+ "name": "Section: Testimonials",
1770
+ "description": "The Testimonials section shows a set of testimonials with associated photo and text.",
1771
+ "fields": [
1772
+ {
1773
+ "id": "title",
1774
+ "name": "Title",
1775
+ "type": "Symbol",
1776
+ "localized": false,
1777
+ "required": false,
1778
+ "validations": [],
1779
+ "disabled": false,
1780
+ "omitted": false
1781
+ },
1782
+ {
1783
+ "id": "testimonials",
1784
+ "name": "Testimonials",
1785
+ "type": "Array",
1786
+ "localized": false,
1787
+ "required": false,
1788
+ "validations": [],
1789
+ "disabled": false,
1790
+ "omitted": false,
1791
+ "items": {
1792
+ "type": "Link",
1793
+ "validations": [
1794
+ {
1795
+ "linkContentType": [
1796
+ "testimonial"
1797
+ ]
1798
+ }
1799
+ ],
1800
+ "linkType": "Entry"
1801
+ }
1802
+ }
1803
+ ]
1804
+ },
1805
+ {
1806
+ "sys": {
1807
+ "space": {
1808
+ "sys": {
1809
+ "type": "Link",
1810
+ "linkType": "Space",
1811
+ "id": "343qxys30lid"
1812
+ }
1813
+ },
1814
+ "id": "testimonial",
1815
+ "type": "ContentType",
1816
+ "createdAt": "2018-02-12T19:47:57.690Z",
1817
+ "updatedAt": "2018-02-12T19:47:57.856Z",
1818
+ "createdBy": {
1819
+ "sys": {
1820
+ "type": "Link",
1821
+ "linkType": "User",
1822
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1823
+ }
1824
+ },
1825
+ "updatedBy": {
1826
+ "sys": {
1827
+ "type": "Link",
1828
+ "linkType": "User",
1829
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1830
+ }
1831
+ },
1832
+ "publishedCounter": 1,
1833
+ "version": 2,
1834
+ "publishedBy": {
1835
+ "sys": {
1836
+ "type": "Link",
1837
+ "linkType": "User",
1838
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1839
+ }
1840
+ },
1841
+ "publishedVersion": 1,
1842
+ "firstPublishedAt": "2018-02-12T19:47:57.856Z",
1843
+ "publishedAt": "2018-02-12T19:47:57.856Z"
1844
+ },
1845
+ "displayField": "name",
1846
+ "name": "Testimonial",
1847
+ "description": "A Testimonial contains a user's photo, a short bio, and their testimonial about the service",
1848
+ "fields": [
1849
+ {
1850
+ "id": "name",
1851
+ "name": "Name",
1852
+ "type": "Symbol",
1853
+ "localized": false,
1854
+ "required": true,
1855
+ "validations": [],
1856
+ "disabled": false,
1857
+ "omitted": false
1858
+ },
1859
+ {
1860
+ "id": "photo",
1861
+ "name": "Photo",
1862
+ "type": "Link",
1863
+ "localized": false,
1864
+ "required": true,
1865
+ "validations": [
1866
+ {
1867
+ "linkMimetypeGroup": [
1868
+ "image"
1869
+ ]
1870
+ }
1871
+ ],
1872
+ "disabled": false,
1873
+ "omitted": false,
1874
+ "linkType": "Asset"
1875
+ },
1876
+ {
1877
+ "id": "shortBio",
1878
+ "name": "Short Bio",
1879
+ "type": "Text",
1880
+ "localized": false,
1881
+ "required": false,
1882
+ "validations": [
1883
+ {
1884
+ "size": {
1885
+ "min": null,
1886
+ "max": 100
1887
+ },
1888
+ "message": "The Short Bio is intended to be short. Please keep it under 100 characters."
1889
+ }
1890
+ ],
1891
+ "disabled": false,
1892
+ "omitted": false
1893
+ },
1894
+ {
1895
+ "id": "testimonial",
1896
+ "name": "Testimonial",
1897
+ "type": "Text",
1898
+ "localized": false,
1899
+ "required": false,
1900
+ "validations": [
1901
+ {
1902
+ "size": {
1903
+ "max": 400
1904
+ },
1905
+ "message": "Please limit the Testimonial to no more than 400 characters"
1906
+ }
1907
+ ],
1908
+ "disabled": false,
1909
+ "omitted": false
1910
+ }
1911
+ ]
1912
+ },
1913
+ {
1914
+ "sys": {
1915
+ "space": {
1916
+ "sys": {
1917
+ "type": "Link",
1918
+ "linkType": "Space",
1919
+ "id": "343qxys30lid"
1920
+ }
1921
+ },
1922
+ "id": "section-VideoHighlight",
1923
+ "type": "ContentType",
1924
+ "createdAt": "2018-02-12T19:41:52.641Z",
1925
+ "updatedAt": "2018-02-14T18:29:57.501Z",
1926
+ "createdBy": {
1927
+ "sys": {
1928
+ "type": "Link",
1929
+ "linkType": "User",
1930
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1931
+ }
1932
+ },
1933
+ "updatedBy": {
1934
+ "sys": {
1935
+ "type": "Link",
1936
+ "linkType": "User",
1937
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1938
+ }
1939
+ },
1940
+ "publishedCounter": 4,
1941
+ "version": 8,
1942
+ "publishedBy": {
1943
+ "sys": {
1944
+ "type": "Link",
1945
+ "linkType": "User",
1946
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
1947
+ }
1948
+ },
1949
+ "publishedVersion": 7,
1950
+ "firstPublishedAt": "2018-02-12T19:41:52.801Z",
1951
+ "publishedAt": "2018-02-14T18:29:57.500Z"
1952
+ },
1953
+ "displayField": "text",
1954
+ "name": "Section: Video Highlight",
1955
+ "description": "The Video Highlight section includes a player for Youtube videos.",
1956
+ "fields": [
1957
+ {
1958
+ "id": "text",
1959
+ "name": "Text",
1960
+ "type": "Text",
1961
+ "localized": false,
1962
+ "required": true,
1963
+ "validations": [],
1964
+ "disabled": false,
1965
+ "omitted": false
1966
+ },
1967
+ {
1968
+ "id": "youtubeLink",
1969
+ "name": "youtubeLink",
1970
+ "type": "Symbol",
1971
+ "localized": false,
1972
+ "required": false,
1973
+ "validations": [],
1974
+ "disabled": false,
1975
+ "omitted": false
1976
+ },
1977
+ {
1978
+ "id": "video",
1979
+ "name": "Video",
1980
+ "type": "Link",
1981
+ "localized": false,
1982
+ "required": false,
1983
+ "validations": [
1984
+ {
1985
+ "linkMimetypeGroup": [
1986
+ "video"
1987
+ ]
1988
+ }
1989
+ ],
1990
+ "disabled": false,
1991
+ "omitted": false,
1992
+ "linkType": "Asset"
1993
+ },
1994
+ {
1995
+ "id": "theme",
1996
+ "name": "Theme",
1997
+ "type": "Link",
1998
+ "localized": false,
1999
+ "required": false,
2000
+ "validations": [
2001
+ {
2002
+ "linkContentType": [
2003
+ "theme"
2004
+ ]
2005
+ }
2006
+ ],
2007
+ "disabled": false,
2008
+ "omitted": false,
2009
+ "linkType": "Entry"
2010
+ }
2011
+ ]
2012
+ },
2013
+ {
2014
+ "sys": {
2015
+ "space": {
2016
+ "sys": {
2017
+ "type": "Link",
2018
+ "linkType": "Space",
2019
+ "id": "7yx6ovlj39n5"
2020
+ }
2021
+ },
2022
+ "id": "page",
2023
+ "type": "ContentType",
2024
+ "createdAt": "2018-04-16T18:36:22.087Z",
2025
+ "updatedAt": "2018-08-03T15:34:19.701Z",
2026
+ "environment": {
2027
+ "sys": {
2028
+ "id": "gburgett",
2029
+ "type": "Link",
2030
+ "linkType": "Environment"
2031
+ }
2032
+ },
2033
+ "createdBy": {
2034
+ "sys": {
2035
+ "type": "Link",
2036
+ "linkType": "User",
2037
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2038
+ }
2039
+ },
2040
+ "updatedBy": {
2041
+ "sys": {
2042
+ "type": "Link",
2043
+ "linkType": "User",
2044
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2045
+ }
2046
+ },
2047
+ "publishedCounter": 10,
2048
+ "version": 20,
2049
+ "publishedBy": {
2050
+ "sys": {
2051
+ "type": "Link",
2052
+ "linkType": "User",
2053
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2054
+ }
2055
+ },
2056
+ "publishedVersion": 19,
2057
+ "firstPublishedAt": "2018-04-16T18:36:22.291Z",
2058
+ "publishedAt": "2018-08-03T15:34:19.701Z"
2059
+ },
2060
+ "displayField": "internalTitle",
2061
+ "name": "Page",
2062
+ "description": "A page describes a collection of sections that correspondto a URL slug",
2063
+ "fields": [
2064
+ {
2065
+ "id": "internalTitle",
2066
+ "name": "Internal Title (Contentful Only)",
2067
+ "type": "Symbol",
2068
+ "localized": false,
2069
+ "required": true,
2070
+ "validations": [],
2071
+ "disabled": false,
2072
+ "omitted": true
2073
+ },
2074
+ {
2075
+ "id": "title",
2076
+ "name": "Title",
2077
+ "type": "Symbol",
2078
+ "localized": false,
2079
+ "required": true,
2080
+ "validations": [],
2081
+ "disabled": false,
2082
+ "omitted": false
2083
+ },
2084
+ {
2085
+ "id": "slug",
2086
+ "name": "Slug",
2087
+ "type": "Symbol",
2088
+ "localized": false,
2089
+ "required": true,
2090
+ "validations": [
2091
+ {
2092
+ "unique": true
2093
+ },
2094
+ {
2095
+ "regexp": {
2096
+ "pattern": "\\/(?:[\\w#!:.?+=&%@!\\-]\\/?)*$"
2097
+ },
2098
+ "message": "The slug must look like the path part of a URL and begin with a forward slash, example: '/my-page-slug'"
2099
+ }
2100
+ ],
2101
+ "disabled": false,
2102
+ "omitted": false
2103
+ },
2104
+ {
2105
+ "id": "header",
2106
+ "name": "Header",
2107
+ "type": "Link",
2108
+ "localized": false,
2109
+ "required": false,
2110
+ "validations": [
2111
+ {
2112
+ "linkContentType": [
2113
+ "section-hero",
2114
+ "section-domain-object-header"
2115
+ ]
2116
+ }
2117
+ ],
2118
+ "disabled": false,
2119
+ "omitted": false,
2120
+ "linkType": "Entry"
2121
+ },
2122
+ {
2123
+ "id": "sections",
2124
+ "name": "Sections",
2125
+ "type": "Array",
2126
+ "localized": false,
2127
+ "required": false,
2128
+ "validations": [],
2129
+ "disabled": false,
2130
+ "omitted": false,
2131
+ "items": {
2132
+ "type": "Link",
2133
+ "validations": [],
2134
+ "linkType": "Entry"
2135
+ }
2136
+ },
2137
+ {
2138
+ "id": "subpages",
2139
+ "name": "Subpages",
2140
+ "type": "Array",
2141
+ "localized": false,
2142
+ "required": false,
2143
+ "validations": [],
2144
+ "disabled": false,
2145
+ "omitted": false,
2146
+ "items": {
2147
+ "type": "Link",
2148
+ "validations": [
2149
+ {
2150
+ "linkContentType": [
2151
+ "page"
2152
+ ]
2153
+ }
2154
+ ],
2155
+ "linkType": "Entry"
2156
+ }
2157
+ },
2158
+ {
2159
+ "id": "domainObject",
2160
+ "name": "Associated Ministry or Conference",
2161
+ "type": "Link",
2162
+ "localized": false,
2163
+ "required": false,
2164
+ "validations": [
2165
+ {
2166
+ "linkContentType": [
2167
+ "ministry",
2168
+ "conference"
2169
+ ],
2170
+ "message": "This can be a Ministry or Conference."
2171
+ }
2172
+ ],
2173
+ "disabled": false,
2174
+ "omitted": false,
2175
+ "linkType": "Entry"
2176
+ },
2177
+ {
2178
+ "id": "minimumSecurityLevel",
2179
+ "name": "Minimum Required Security Level",
2180
+ "type": "Symbol",
2181
+ "localized": false,
2182
+ "required": false,
2183
+ "validations": [
2184
+ {
2185
+ "in": [
2186
+ "Anonymous",
2187
+ "Mentor",
2188
+ "Lay Leader",
2189
+ "Church Admin",
2190
+ "WMR Admin"
2191
+ ]
2192
+ }
2193
+ ],
2194
+ "disabled": false,
2195
+ "omitted": false
2196
+ }
2197
+ ]
2198
+ },
2199
+ {
2200
+ "sys": {
2201
+ "space": {
2202
+ "sys": {
2203
+ "type": "Link",
2204
+ "linkType": "Space",
2205
+ "id": "343qxys30lid"
2206
+ }
2207
+ },
2208
+ "id": "redirect2",
2209
+ "type": "ContentType",
2210
+ "createdAt": "2018-02-23T14:44:31.550Z",
2211
+ "updatedAt": "2018-02-23T14:44:32.240Z",
2212
+ "createdBy": {
2213
+ "sys": {
2214
+ "type": "Link",
2215
+ "linkType": "User",
2216
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2217
+ }
2218
+ },
2219
+ "updatedBy": {
2220
+ "sys": {
2221
+ "type": "Link",
2222
+ "linkType": "User",
2223
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2224
+ }
2225
+ },
2226
+ "publishedCounter": 1,
2227
+ "version": 2,
2228
+ "publishedBy": {
2229
+ "sys": {
2230
+ "type": "Link",
2231
+ "linkType": "User",
2232
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2233
+ }
2234
+ },
2235
+ "publishedVersion": 1,
2236
+ "firstPublishedAt": "2018-02-23T14:44:32.240Z",
2237
+ "publishedAt": "2018-02-23T14:44:32.240Z"
2238
+ },
2239
+ "displayField": "slug",
2240
+ "name": "Redirect2",
2241
+ "description": "",
2242
+ "fields": [
2243
+ {
2244
+ "id": "slug",
2245
+ "name": "Slug",
2246
+ "type": "Symbol",
2247
+ "localized": false,
2248
+ "required": true,
2249
+ "validations": [
2250
+ {
2251
+ "regexp": {
2252
+ "pattern": "^[a-z][a-z0-9_-]*$",
2253
+ "flags": ""
2254
+ },
2255
+ "message": "The slug can only contain lower case letters, numbers, underscores and dashes."
2256
+ }
2257
+ ],
2258
+ "disabled": false,
2259
+ "omitted": false
2260
+ },
2261
+ {
2262
+ "id": "url",
2263
+ "name": "Url",
2264
+ "type": "Symbol",
2265
+ "localized": false,
2266
+ "required": false,
2267
+ "validations": [
2268
+ {
2269
+ "regexp": {
2270
+ "pattern": "^(ftp|http|https):\\/\\/(\\w+:{0,1}\\w*@)?(\\S+)(:[0-9]+)?(\\/|\\/([\\w#!:.?+=&%@!\\-\\/]))?$"
2271
+ }
2272
+ }
2273
+ ],
2274
+ "disabled": false,
2275
+ "omitted": false
2276
+ },
2277
+ {
2278
+ "id": "pageReference",
2279
+ "name": "Page Reference",
2280
+ "type": "Link",
2281
+ "localized": false,
2282
+ "required": false,
2283
+ "validations": [
2284
+ {
2285
+ "linkContentType": [
2286
+ "page"
2287
+ ]
2288
+ }
2289
+ ],
2290
+ "disabled": false,
2291
+ "omitted": false,
2292
+ "linkType": "Entry"
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "sys": {
2298
+ "space": {
2299
+ "sys": {
2300
+ "type": "Link",
2301
+ "linkType": "Space",
2302
+ "id": "343qxys30lid"
2303
+ }
2304
+ },
2305
+ "id": "section-hero",
2306
+ "type": "ContentType",
2307
+ "createdAt": "2018-02-12T19:17:55.075Z",
2308
+ "updatedAt": "2018-02-12T19:48:08.620Z",
2309
+ "createdBy": {
2310
+ "sys": {
2311
+ "type": "Link",
2312
+ "linkType": "User",
2313
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2314
+ }
2315
+ },
2316
+ "updatedBy": {
2317
+ "sys": {
2318
+ "type": "Link",
2319
+ "linkType": "User",
2320
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2321
+ }
2322
+ },
2323
+ "publishedCounter": 6,
2324
+ "version": 12,
2325
+ "publishedBy": {
2326
+ "sys": {
2327
+ "type": "Link",
2328
+ "linkType": "User",
2329
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2330
+ }
2331
+ },
2332
+ "publishedVersion": 11,
2333
+ "firstPublishedAt": "2018-02-12T19:17:55.556Z",
2334
+ "publishedAt": "2018-02-12T19:48:08.620Z"
2335
+ },
2336
+ "displayField": "text",
2337
+ "name": "Section: Hero",
2338
+ "description": "",
2339
+ "fields": [
2340
+ {
2341
+ "id": "backgroundImage",
2342
+ "name": "Background Image",
2343
+ "type": "Link",
2344
+ "linkType": "Asset",
2345
+ "localized": false,
2346
+ "required": false,
2347
+ "validations": [],
2348
+ "disabled": false,
2349
+ "omitted": false
2350
+ },
2351
+ {
2352
+ "id": "text",
2353
+ "name": "Text",
2354
+ "type": "Symbol",
2355
+ "localized": false,
2356
+ "required": false,
2357
+ "validations": [],
2358
+ "disabled": false,
2359
+ "omitted": false
2360
+ },
2361
+ {
2362
+ "id": "primaryButton",
2363
+ "name": "Primary Button",
2364
+ "type": "Link",
2365
+ "validations": [
2366
+ {
2367
+ "linkContentType": [
2368
+ "menuButton"
2369
+ ]
2370
+ }
2371
+ ],
2372
+ "linkType": "Entry",
2373
+ "localized": false,
2374
+ "required": false,
2375
+ "disabled": false,
2376
+ "omitted": false
2377
+ },
2378
+ {
2379
+ "id": "secondaryButton",
2380
+ "name": "Secondary Button",
2381
+ "type": "Link",
2382
+ "validations": [
2383
+ {
2384
+ "linkContentType": [
2385
+ "menuButton"
2386
+ ]
2387
+ }
2388
+ ],
2389
+ "linkType": "Entry",
2390
+ "localized": false,
2391
+ "required": false,
2392
+ "disabled": false,
2393
+ "omitted": false
2394
+ },
2395
+ {
2396
+ "id": "style",
2397
+ "name": "Text",
2398
+ "type": "Symbol",
2399
+ "localized": false,
2400
+ "required": false,
2401
+ "validations": [],
2402
+ "disabled": false,
2403
+ "omitted": false
2404
+ }
2405
+ ]
2406
+ },
2407
+ {
2408
+ "sys": {
2409
+ "space": {
2410
+ "sys": {
2411
+ "type": "Link",
2412
+ "linkType": "Space",
2413
+ "id": "343qxys30lid"
2414
+ }
2415
+ },
2416
+ "id": "section-video-highlight",
2417
+ "type": "ContentType",
2418
+ "createdAt": "2018-02-12T19:17:55.075Z",
2419
+ "updatedAt": "2018-02-12T19:48:08.620Z",
2420
+ "createdBy": {
2421
+ "sys": {
2422
+ "type": "Link",
2423
+ "linkType": "User",
2424
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2425
+ }
2426
+ },
2427
+ "updatedBy": {
2428
+ "sys": {
2429
+ "type": "Link",
2430
+ "linkType": "User",
2431
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2432
+ }
2433
+ },
2434
+ "publishedCounter": 6,
2435
+ "version": 12,
2436
+ "publishedBy": {
2437
+ "sys": {
2438
+ "type": "Link",
2439
+ "linkType": "User",
2440
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2441
+ }
2442
+ },
2443
+ "publishedVersion": 11,
2444
+ "firstPublishedAt": "2018-02-12T19:17:55.556Z",
2445
+ "publishedAt": "2018-02-12T19:48:08.620Z"
2446
+ },
2447
+ "displayField": "title",
2448
+ "name": "Section: Video Highlight",
2449
+ "description": "",
2450
+ "fields": [
2451
+ {
2452
+ "id": "backgroundImage",
2453
+ "name": "Background Image",
2454
+ "type": "Link",
2455
+ "linkType": "Asset",
2456
+ "localized": false,
2457
+ "required": false,
2458
+ "validations": [],
2459
+ "disabled": false,
2460
+ "omitted": false
2461
+ },
2462
+ {
2463
+ "id": "tag",
2464
+ "name": "Tag",
2465
+ "type": "Symbol",
2466
+ "localized": false,
2467
+ "required": false,
2468
+ "validations": [],
2469
+ "disabled": false,
2470
+ "omitted": false
2471
+ },
2472
+ {
2473
+ "id": "title",
2474
+ "name": "Title",
2475
+ "type": "Symbol",
2476
+ "localized": false,
2477
+ "required": false,
2478
+ "validations": [],
2479
+ "disabled": false,
2480
+ "omitted": false
2481
+ },
2482
+ {
2483
+ "id": "subtext",
2484
+ "name": "subtext",
2485
+ "type": "Text",
2486
+ "localized": false,
2487
+ "required": false,
2488
+ "validations": [],
2489
+ "disabled": false,
2490
+ "omitted": false
2491
+ },
2492
+ {
2493
+ "id": "embedCode",
2494
+ "name": "Embed Code",
2495
+ "type": "Text",
2496
+ "localized": false,
2497
+ "required": false,
2498
+ "validations": [],
2499
+ "disabled": false,
2500
+ "omitted": false
2501
+ }
2502
+ ]
2503
+ },
2504
+ {
2505
+ "sys": {
2506
+ "space": {
2507
+ "sys": {
2508
+ "type": "Link",
2509
+ "linkType": "Space",
2510
+ "id": "7yx6ovlj39n5"
2511
+ }
2512
+ },
2513
+ "id": "section-featured-items",
2514
+ "type": "ContentType",
2515
+ "createdAt": "2018-04-16T18:37:19.820Z",
2516
+ "updatedAt": "2018-06-29T21:21:31.969Z",
2517
+ "environment": {
2518
+ "sys": {
2519
+ "id": "gburgett",
2520
+ "type": "Link",
2521
+ "linkType": "Environment"
2522
+ }
2523
+ },
2524
+ "createdBy": {
2525
+ "sys": {
2526
+ "type": "Link",
2527
+ "linkType": "User",
2528
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2529
+ }
2530
+ },
2531
+ "updatedBy": {
2532
+ "sys": {
2533
+ "type": "Link",
2534
+ "linkType": "User",
2535
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2536
+ }
2537
+ },
2538
+ "publishedCounter": 7,
2539
+ "version": 14,
2540
+ "publishedBy": {
2541
+ "sys": {
2542
+ "type": "Link",
2543
+ "linkType": "User",
2544
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2545
+ }
2546
+ },
2547
+ "publishedVersion": 13,
2548
+ "firstPublishedAt": "2018-04-16T18:37:20.134Z",
2549
+ "publishedAt": "2018-06-29T21:21:31.969Z"
2550
+ },
2551
+ "displayField": "internalTitle",
2552
+ "name": "Section: Featured Items",
2553
+ "description": "Display a row of cards",
2554
+ "fields": [
2555
+ {
2556
+ "id": "internalTitle",
2557
+ "name": "Internal Title (Contentful Only)",
2558
+ "type": "Symbol",
2559
+ "localized": false,
2560
+ "required": true,
2561
+ "validations": [],
2562
+ "disabled": false,
2563
+ "omitted": true
2564
+ },
2565
+ {
2566
+ "id": "title",
2567
+ "name": "Title",
2568
+ "type": "Symbol",
2569
+ "localized": true,
2570
+ "required": true,
2571
+ "validations": [
2572
+ {
2573
+ "size": {
2574
+ "max": 150
2575
+ }
2576
+ }
2577
+ ],
2578
+ "disabled": false,
2579
+ "omitted": false
2580
+ },
2581
+ {
2582
+ "id": "link",
2583
+ "name": "Link",
2584
+ "type": "Link",
2585
+ "localized": false,
2586
+ "required": true,
2587
+ "validations": [
2588
+ {
2589
+ "linkContentType": [
2590
+ "menuButton"
2591
+ ]
2592
+ }
2593
+ ],
2594
+ "disabled": false,
2595
+ "omitted": false,
2596
+ "linkType": "Entry"
2597
+ },
2598
+ {
2599
+ "id": "items",
2600
+ "name": "Items",
2601
+ "type": "Array",
2602
+ "localized": false,
2603
+ "required": false,
2604
+ "validations": [
2605
+ {
2606
+ "size": {
2607
+ "max": 4
2608
+ },
2609
+ "message": "Exceeded max number of items (4)."
2610
+ }
2611
+ ],
2612
+ "disabled": false,
2613
+ "omitted": false,
2614
+ "items": {
2615
+ "type": "Link",
2616
+ "validations": [
2617
+ {
2618
+ "linkContentType": [
2619
+ "page"
2620
+ ]
2621
+ }
2622
+ ],
2623
+ "linkType": "Entry"
2624
+ }
2625
+ }
2626
+ ]
2627
+ },
2628
+ {
2629
+ "sys": {
2630
+ "space": {
2631
+ "sys": {
2632
+ "type": "Link",
2633
+ "linkType": "Space",
2634
+ "id": "7yx6ovlj39n5"
2635
+ }
2636
+ },
2637
+ "id": "section-faq",
2638
+ "type": "ContentType",
2639
+ "createdAt": "2018-04-16T18:36:29.044Z",
2640
+ "updatedAt": "2018-06-29T21:20:38.916Z",
2641
+ "environment": {
2642
+ "sys": {
2643
+ "id": "gburgett",
2644
+ "type": "Link",
2645
+ "linkType": "Environment"
2646
+ }
2647
+ },
2648
+ "createdBy": {
2649
+ "sys": {
2650
+ "type": "Link",
2651
+ "linkType": "User",
2652
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2653
+ }
2654
+ },
2655
+ "updatedBy": {
2656
+ "sys": {
2657
+ "type": "Link",
2658
+ "linkType": "User",
2659
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2660
+ }
2661
+ },
2662
+ "publishedCounter": 7,
2663
+ "version": 14,
2664
+ "publishedBy": {
2665
+ "sys": {
2666
+ "type": "Link",
2667
+ "linkType": "User",
2668
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2669
+ }
2670
+ },
2671
+ "publishedVersion": 13,
2672
+ "firstPublishedAt": "2018-04-16T18:36:29.331Z",
2673
+ "publishedAt": "2018-06-29T21:20:38.916Z"
2674
+ },
2675
+ "displayField": "internalTitle",
2676
+ "name": "Section: FAQ",
2677
+ "description": "A FAQ Section contains a number of question and answer pairs (FAQs) curated by the administrator.",
2678
+ "fields": [
2679
+ {
2680
+ "id": "internalTitle",
2681
+ "name": "Internal Title (Contentful Only)",
2682
+ "type": "Symbol",
2683
+ "localized": false,
2684
+ "required": true,
2685
+ "validations": [],
2686
+ "disabled": false,
2687
+ "omitted": true
2688
+ },
2689
+ {
2690
+ "id": "name",
2691
+ "name": "Name",
2692
+ "type": "Symbol",
2693
+ "localized": false,
2694
+ "required": true,
2695
+ "validations": [
2696
+ {
2697
+ "unique": true
2698
+ }
2699
+ ],
2700
+ "disabled": false,
2701
+ "omitted": false
2702
+ },
2703
+ {
2704
+ "id": "text",
2705
+ "name": "Text",
2706
+ "type": "Text",
2707
+ "localized": false,
2708
+ "required": false,
2709
+ "validations": [],
2710
+ "disabled": false,
2711
+ "omitted": false
2712
+ },
2713
+ {
2714
+ "id": "actionButton",
2715
+ "name": "Action Button",
2716
+ "type": "Link",
2717
+ "localized": false,
2718
+ "required": false,
2719
+ "validations": [
2720
+ {
2721
+ "linkContentType": [
2722
+ "menuButton"
2723
+ ]
2724
+ }
2725
+ ],
2726
+ "disabled": false,
2727
+ "omitted": false,
2728
+ "linkType": "Entry"
2729
+ },
2730
+ {
2731
+ "id": "faqs",
2732
+ "name": "FAQs",
2733
+ "type": "Array",
2734
+ "localized": false,
2735
+ "required": false,
2736
+ "validations": [],
2737
+ "disabled": false,
2738
+ "omitted": false,
2739
+ "items": {
2740
+ "type": "Link",
2741
+ "validations": [
2742
+ {
2743
+ "linkContentType": [
2744
+ "faq"
2745
+ ]
2746
+ }
2747
+ ],
2748
+ "linkType": "Entry"
2749
+ }
2750
+ },
2751
+ {
2752
+ "id": "style",
2753
+ "name": "Style",
2754
+ "type": "Symbol",
2755
+ "localized": false,
2756
+ "required": false,
2757
+ "validations": [
2758
+ {
2759
+ "in": [
2760
+ "default",
2761
+ "no-overlap"
2762
+ ]
2763
+ }
2764
+ ],
2765
+ "disabled": false,
2766
+ "omitted": false
2767
+ }
2768
+ ]
2769
+ },
2770
+ {
2771
+ "sys": {
2772
+ "space": {
2773
+ "sys": {
2774
+ "type": "Link",
2775
+ "linkType": "Space",
2776
+ "id": "7yx6ovlj39n5"
2777
+ }
2778
+ },
2779
+ "id": "section-domain-object-header",
2780
+ "type": "ContentType",
2781
+ "createdAt": "2018-04-16T18:36:58.834Z",
2782
+ "updatedAt": "2018-06-29T21:20:46.989Z",
2783
+ "environment": {
2784
+ "sys": {
2785
+ "id": "gburgett",
2786
+ "type": "Link",
2787
+ "linkType": "Environment"
2788
+ }
2789
+ },
2790
+ "createdBy": {
2791
+ "sys": {
2792
+ "type": "Link",
2793
+ "linkType": "User",
2794
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2795
+ }
2796
+ },
2797
+ "updatedBy": {
2798
+ "sys": {
2799
+ "type": "Link",
2800
+ "linkType": "User",
2801
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2802
+ }
2803
+ },
2804
+ "publishedCounter": 3,
2805
+ "version": 6,
2806
+ "publishedBy": {
2807
+ "sys": {
2808
+ "type": "Link",
2809
+ "linkType": "User",
2810
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2811
+ }
2812
+ },
2813
+ "publishedVersion": 5,
2814
+ "firstPublishedAt": "2018-04-16T18:36:59.220Z",
2815
+ "publishedAt": "2018-06-29T21:20:46.989Z"
2816
+ },
2817
+ "displayField": "internalTitle",
2818
+ "name": "Section: Ministry or Conference Header",
2819
+ "description": "A Ministry or Conference Header section includes the Ministry or Conference's colors and logo, to be displayed at the top of a page related to that Ministry or Conference.",
2820
+ "fields": [
2821
+ {
2822
+ "id": "internalTitle",
2823
+ "name": "Internal Title (Contentful Only)",
2824
+ "type": "Symbol",
2825
+ "localized": false,
2826
+ "required": true,
2827
+ "validations": [],
2828
+ "disabled": false,
2829
+ "omitted": true
2830
+ },
2831
+ {
2832
+ "id": "name",
2833
+ "name": "Name",
2834
+ "type": "Symbol",
2835
+ "localized": false,
2836
+ "required": false,
2837
+ "validations": [],
2838
+ "disabled": false,
2839
+ "omitted": false
2840
+ },
2841
+ {
2842
+ "id": "domainObject",
2843
+ "name": "Ministry or Conference",
2844
+ "type": "Link",
2845
+ "localized": false,
2846
+ "required": true,
2847
+ "validations": [
2848
+ {
2849
+ "linkContentType": [
2850
+ "conference",
2851
+ "ministry"
2852
+ ]
2853
+ }
2854
+ ],
2855
+ "disabled": false,
2856
+ "omitted": false,
2857
+ "linkType": "Entry"
2858
+ },
2859
+ {
2860
+ "id": "secondaryNav",
2861
+ "name": "Secondary Menu",
2862
+ "type": "Link",
2863
+ "localized": false,
2864
+ "required": false,
2865
+ "validations": [
2866
+ {
2867
+ "linkContentType": [
2868
+ "menu"
2869
+ ]
2870
+ }
2871
+ ],
2872
+ "disabled": false,
2873
+ "omitted": false,
2874
+ "linkType": "Entry"
2875
+ }
2876
+ ]
2877
+ },
2878
+ {
2879
+ "sys": {
2880
+ "space": {
2881
+ "sys": {
2882
+ "type": "Link",
2883
+ "linkType": "Space",
2884
+ "id": "7yx6ovlj39n5"
2885
+ }
2886
+ },
2887
+ "id": "section-block-text",
2888
+ "type": "ContentType",
2889
+ "createdAt": "2018-04-16T18:36:52.993Z",
2890
+ "updatedAt": "2018-11-14T22:44:05.746Z",
2891
+ "environment": {
2892
+ "sys": {
2893
+ "id": "gburgett",
2894
+ "type": "Link",
2895
+ "linkType": "Environment"
2896
+ }
2897
+ },
2898
+ "createdBy": {
2899
+ "sys": {
2900
+ "type": "Link",
2901
+ "linkType": "User",
2902
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2903
+ }
2904
+ },
2905
+ "updatedBy": {
2906
+ "sys": {
2907
+ "type": "Link",
2908
+ "linkType": "User",
2909
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2910
+ }
2911
+ },
2912
+ "publishedCounter": 14,
2913
+ "version": 28,
2914
+ "publishedBy": {
2915
+ "sys": {
2916
+ "type": "Link",
2917
+ "linkType": "User",
2918
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2919
+ }
2920
+ },
2921
+ "publishedVersion": 27,
2922
+ "firstPublishedAt": "2018-04-16T18:36:53.212Z",
2923
+ "publishedAt": "2018-11-14T22:44:05.746Z"
2924
+ },
2925
+ "displayField": "internalTitle",
2926
+ "name": "Section: Block Text",
2927
+ "description": "Markdown free-text block",
2928
+ "fields": [
2929
+ {
2930
+ "id": "internalTitle",
2931
+ "name": "Internal Title",
2932
+ "type": "Symbol",
2933
+ "localized": false,
2934
+ "required": true,
2935
+ "validations": [],
2936
+ "disabled": false,
2937
+ "omitted": false
2938
+ },
2939
+ {
2940
+ "id": "bookmarkTitle",
2941
+ "name": "Bookmark Title",
2942
+ "type": "Symbol",
2943
+ "localized": false,
2944
+ "required": false,
2945
+ "validations": [],
2946
+ "disabled": false,
2947
+ "omitted": false
2948
+ },
2949
+ {
2950
+ "id": "body",
2951
+ "name": "Body",
2952
+ "type": "Text",
2953
+ "localized": false,
2954
+ "required": true,
2955
+ "validations": [],
2956
+ "disabled": false,
2957
+ "omitted": false
2958
+ }
2959
+ ]
2960
+ },
2961
+ {
2962
+ "sys": {
2963
+ "space": {
2964
+ "sys": {
2965
+ "type": "Link",
2966
+ "linkType": "Space",
2967
+ "id": "7yx6ovlj39n5"
2968
+ }
2969
+ },
2970
+ "id": "section-video",
2971
+ "type": "ContentType",
2972
+ "createdAt": "2018-05-18T19:51:12.942Z",
2973
+ "updatedAt": "2018-10-04T22:03:15.959Z",
2974
+ "environment": {
2975
+ "sys": {
2976
+ "id": "gburgett",
2977
+ "type": "Link",
2978
+ "linkType": "Environment"
2979
+ }
2980
+ },
2981
+ "createdBy": {
2982
+ "sys": {
2983
+ "type": "Link",
2984
+ "linkType": "User",
2985
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
2986
+ }
2987
+ },
2988
+ "updatedBy": {
2989
+ "sys": {
2990
+ "type": "Link",
2991
+ "linkType": "User",
2992
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
2993
+ }
2994
+ },
2995
+ "publishedCounter": 4,
2996
+ "version": 8,
2997
+ "publishedBy": {
2998
+ "sys": {
2999
+ "type": "Link",
3000
+ "linkType": "User",
3001
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3002
+ }
3003
+ },
3004
+ "publishedVersion": 7,
3005
+ "firstPublishedAt": "2018-05-18T19:51:13.083Z",
3006
+ "publishedAt": "2018-10-04T22:03:15.959Z"
3007
+ },
3008
+ "displayField": "internalTitle",
3009
+ "name": "Section: Video",
3010
+ "description": "Full width video with a title",
3011
+ "fields": [
3012
+ {
3013
+ "id": "internalTitle",
3014
+ "name": "Internal Title (Contentful Only)",
3015
+ "type": "Symbol",
3016
+ "localized": false,
3017
+ "required": true,
3018
+ "validations": [],
3019
+ "disabled": false,
3020
+ "omitted": true
3021
+ },
3022
+ {
3023
+ "id": "title",
3024
+ "name": "Title",
3025
+ "type": "Symbol",
3026
+ "localized": true,
3027
+ "required": false,
3028
+ "validations": [
3029
+ {
3030
+ "size": {
3031
+ "max": 255,
3032
+ "min": 0
3033
+ }
3034
+ }
3035
+ ],
3036
+ "disabled": false,
3037
+ "omitted": false
3038
+ },
3039
+ {
3040
+ "id": "embedCode",
3041
+ "name": "Embed Code",
3042
+ "type": "Text",
3043
+ "localized": false,
3044
+ "required": true,
3045
+ "validations": [],
3046
+ "disabled": false,
3047
+ "omitted": false
3048
+ },
3049
+ {
3050
+ "id": "style",
3051
+ "name": "Style",
3052
+ "type": "Symbol",
3053
+ "localized": false,
3054
+ "required": false,
3055
+ "validations": [
3056
+ {
3057
+ "in": [
3058
+ "off white",
3059
+ "default",
3060
+ "gray"
3061
+ ]
3062
+ }
3063
+ ],
3064
+ "disabled": false,
3065
+ "omitted": false
3066
+ }
3067
+ ]
3068
+ },
3069
+ {
3070
+ "sys": {
3071
+ "space": {
3072
+ "sys": {
3073
+ "type": "Link",
3074
+ "linkType": "Space",
3075
+ "id": "7yx6ovlj39n5"
3076
+ }
3077
+ },
3078
+ "id": "section-intro",
3079
+ "type": "ContentType",
3080
+ "createdAt": "2018-05-24T21:17:14.013Z",
3081
+ "updatedAt": "2018-06-29T21:21:48.323Z",
3082
+ "environment": {
3083
+ "sys": {
3084
+ "id": "gburgett",
3085
+ "type": "Link",
3086
+ "linkType": "Environment"
3087
+ }
3088
+ },
3089
+ "createdBy": {
3090
+ "sys": {
3091
+ "type": "Link",
3092
+ "linkType": "User",
3093
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3094
+ }
3095
+ },
3096
+ "updatedBy": {
3097
+ "sys": {
3098
+ "type": "Link",
3099
+ "linkType": "User",
3100
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3101
+ }
3102
+ },
3103
+ "publishedCounter": 3,
3104
+ "version": 6,
3105
+ "publishedBy": {
3106
+ "sys": {
3107
+ "type": "Link",
3108
+ "linkType": "User",
3109
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3110
+ }
3111
+ },
3112
+ "publishedVersion": 5,
3113
+ "firstPublishedAt": "2018-05-24T21:17:14.173Z",
3114
+ "publishedAt": "2018-06-29T21:21:48.323Z"
3115
+ },
3116
+ "displayField": "internalTitle",
3117
+ "name": "Section: Intro",
3118
+ "description": "",
3119
+ "fields": [
3120
+ {
3121
+ "id": "internalTitle",
3122
+ "name": "Internal Title (Contentful Only)",
3123
+ "type": "Symbol",
3124
+ "localized": false,
3125
+ "required": true,
3126
+ "validations": [],
3127
+ "disabled": false,
3128
+ "omitted": true
3129
+ },
3130
+ {
3131
+ "id": "intro",
3132
+ "name": "Intro",
3133
+ "type": "Text",
3134
+ "localized": false,
3135
+ "required": false,
3136
+ "validations": [],
3137
+ "disabled": false,
3138
+ "omitted": false
3139
+ },
3140
+ {
3141
+ "id": "testimonial",
3142
+ "name": "Testimonial",
3143
+ "type": "Link",
3144
+ "localized": false,
3145
+ "required": false,
3146
+ "validations": [
3147
+ {
3148
+ "linkContentType": [
3149
+ "testimonial"
3150
+ ]
3151
+ }
3152
+ ],
3153
+ "disabled": false,
3154
+ "omitted": false,
3155
+ "linkType": "Entry"
3156
+ },
3157
+ {
3158
+ "id": "testimonialStyle",
3159
+ "name": "Testimonial Style",
3160
+ "type": "Symbol",
3161
+ "localized": false,
3162
+ "required": false,
3163
+ "validations": [
3164
+ {
3165
+ "in": [
3166
+ "default",
3167
+ "dark"
3168
+ ]
3169
+ }
3170
+ ],
3171
+ "disabled": false,
3172
+ "omitted": false
3173
+ },
3174
+ {
3175
+ "id": "callToAction",
3176
+ "name": "Call To Action",
3177
+ "type": "Link",
3178
+ "localized": false,
3179
+ "required": false,
3180
+ "validations": [
3181
+ {
3182
+ "linkContentType": [
3183
+ "callToAction"
3184
+ ]
3185
+ }
3186
+ ],
3187
+ "disabled": false,
3188
+ "omitted": false,
3189
+ "linkType": "Entry"
3190
+ }
3191
+ ]
3192
+ },
3193
+ {
3194
+ "sys": {
3195
+ "space": {
3196
+ "sys": {
3197
+ "type": "Link",
3198
+ "linkType": "Space",
3199
+ "id": "7yx6ovlj39n5"
3200
+ }
3201
+ },
3202
+ "id": "callToAction",
3203
+ "type": "ContentType",
3204
+ "createdAt": "2018-04-16T18:36:31.886Z",
3205
+ "updatedAt": "2018-06-29T21:21:38.151Z",
3206
+ "environment": {
3207
+ "sys": {
3208
+ "id": "gburgett",
3209
+ "type": "Link",
3210
+ "linkType": "Environment"
3211
+ }
3212
+ },
3213
+ "createdBy": {
3214
+ "sys": {
3215
+ "type": "Link",
3216
+ "linkType": "User",
3217
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3218
+ }
3219
+ },
3220
+ "updatedBy": {
3221
+ "sys": {
3222
+ "type": "Link",
3223
+ "linkType": "User",
3224
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3225
+ }
3226
+ },
3227
+ "publishedCounter": 4,
3228
+ "version": 8,
3229
+ "publishedBy": {
3230
+ "sys": {
3231
+ "type": "Link",
3232
+ "linkType": "User",
3233
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3234
+ }
3235
+ },
3236
+ "publishedVersion": 7,
3237
+ "firstPublishedAt": "2018-04-16T18:36:32.126Z",
3238
+ "publishedAt": "2018-06-29T21:21:38.151Z"
3239
+ },
3240
+ "displayField": "internalTitle",
3241
+ "name": "Call To Action",
3242
+ "description": "A Call To Action draws the user's attention to a particular button that you want them to click on.",
3243
+ "fields": [
3244
+ {
3245
+ "id": "internalTitle",
3246
+ "name": "Internal Title (Contentful Only)",
3247
+ "type": "Symbol",
3248
+ "localized": false,
3249
+ "required": true,
3250
+ "validations": [],
3251
+ "disabled": false,
3252
+ "omitted": true
3253
+ },
3254
+ {
3255
+ "id": "title",
3256
+ "name": "Title",
3257
+ "type": "Symbol",
3258
+ "localized": false,
3259
+ "required": true,
3260
+ "validations": [],
3261
+ "disabled": false,
3262
+ "omitted": false
3263
+ },
3264
+ {
3265
+ "id": "text",
3266
+ "name": "Text",
3267
+ "type": "Text",
3268
+ "localized": false,
3269
+ "required": false,
3270
+ "validations": [],
3271
+ "disabled": false,
3272
+ "omitted": false
3273
+ },
3274
+ {
3275
+ "id": "style",
3276
+ "name": "Style",
3277
+ "type": "Symbol",
3278
+ "localized": false,
3279
+ "required": false,
3280
+ "validations": [
3281
+ {
3282
+ "in": [
3283
+ "default",
3284
+ "notification"
3285
+ ]
3286
+ }
3287
+ ],
3288
+ "disabled": false,
3289
+ "omitted": false
3290
+ },
3291
+ {
3292
+ "id": "actionButtons",
3293
+ "name": "Action Buttons",
3294
+ "type": "Array",
3295
+ "localized": false,
3296
+ "required": false,
3297
+ "validations": [],
3298
+ "disabled": false,
3299
+ "omitted": false,
3300
+ "items": {
3301
+ "type": "Link",
3302
+ "validations": [
3303
+ {
3304
+ "linkContentType": [
3305
+ "menuButton"
3306
+ ]
3307
+ }
3308
+ ],
3309
+ "linkType": "Entry"
3310
+ }
3311
+ }
3312
+ ]
3313
+ },
3314
+ {
3315
+ "sys": {
3316
+ "space": {
3317
+ "sys": {
3318
+ "type": "Link",
3319
+ "linkType": "Space",
3320
+ "id": "7yx6ovlj39n5"
3321
+ }
3322
+ },
3323
+ "id": "section-ministry-details",
3324
+ "type": "ContentType",
3325
+ "createdAt": "2018-04-16T18:37:43.385Z",
3326
+ "updatedAt": "2018-06-29T21:21:54.234Z",
3327
+ "environment": {
3328
+ "sys": {
3329
+ "id": "gburgett",
3330
+ "type": "Link",
3331
+ "linkType": "Environment"
3332
+ }
3333
+ },
3334
+ "createdBy": {
3335
+ "sys": {
3336
+ "type": "Link",
3337
+ "linkType": "User",
3338
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3339
+ }
3340
+ },
3341
+ "updatedBy": {
3342
+ "sys": {
3343
+ "type": "Link",
3344
+ "linkType": "User",
3345
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3346
+ }
3347
+ },
3348
+ "publishedCounter": 13,
3349
+ "version": 26,
3350
+ "publishedBy": {
3351
+ "sys": {
3352
+ "type": "Link",
3353
+ "linkType": "User",
3354
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3355
+ }
3356
+ },
3357
+ "publishedVersion": 25,
3358
+ "firstPublishedAt": "2018-04-16T18:37:43.712Z",
3359
+ "publishedAt": "2018-06-29T21:21:54.234Z"
3360
+ },
3361
+ "displayField": "internalTitle",
3362
+ "name": "Section: Ministry Details",
3363
+ "description": "A Ministry Details section provides additional information about the ministry, in long-form text and tabular format. Typically this appears directly following the Ministry Or Conference Header. An optional testimonial callout or call to action can be attached.",
3364
+ "fields": [
3365
+ {
3366
+ "id": "internalTitle",
3367
+ "name": "Internal Title (Contentful Only)",
3368
+ "type": "Symbol",
3369
+ "localized": false,
3370
+ "required": true,
3371
+ "validations": [],
3372
+ "disabled": false,
3373
+ "omitted": true
3374
+ },
3375
+ {
3376
+ "id": "detailedDescription",
3377
+ "name": "Detailed Description",
3378
+ "type": "Text",
3379
+ "localized": false,
3380
+ "required": false,
3381
+ "validations": [],
3382
+ "disabled": false,
3383
+ "omitted": false
3384
+ },
3385
+ {
3386
+ "id": "sampleMaterialsButton",
3387
+ "name": "Sample Materials Button",
3388
+ "type": "Link",
3389
+ "localized": false,
3390
+ "required": false,
3391
+ "validations": [
3392
+ {
3393
+ "linkContentType": [
3394
+ "menuButton"
3395
+ ]
3396
+ }
3397
+ ],
3398
+ "disabled": false,
3399
+ "omitted": false,
3400
+ "linkType": "Entry"
3401
+ },
3402
+ {
3403
+ "id": "message",
3404
+ "name": "Message",
3405
+ "type": "Link",
3406
+ "localized": false,
3407
+ "required": false,
3408
+ "validations": [
3409
+ {
3410
+ "linkContentType": [
3411
+ "callToAction"
3412
+ ]
3413
+ }
3414
+ ],
3415
+ "disabled": false,
3416
+ "omitted": false,
3417
+ "linkType": "Entry"
3418
+ },
3419
+ {
3420
+ "id": "domainObject",
3421
+ "name": "Ministry",
3422
+ "type": "Link",
3423
+ "localized": false,
3424
+ "required": true,
3425
+ "validations": [
3426
+ {
3427
+ "linkContentType": [
3428
+ "ministry"
3429
+ ]
3430
+ }
3431
+ ],
3432
+ "disabled": false,
3433
+ "omitted": false,
3434
+ "linkType": "Entry"
3435
+ }
3436
+ ]
3437
+ },
3438
+ {
3439
+ "sys": {
3440
+ "space": {
3441
+ "sys": {
3442
+ "type": "Link",
3443
+ "linkType": "Space",
3444
+ "id": "7yx6ovlj39n5"
3445
+ }
3446
+ },
3447
+ "id": "section-testimonials",
3448
+ "type": "ContentType",
3449
+ "createdAt": "2018-04-16T18:37:10.413Z",
3450
+ "updatedAt": "2018-06-29T21:20:51.338Z",
3451
+ "environment": {
3452
+ "sys": {
3453
+ "id": "gburgett",
3454
+ "type": "Link",
3455
+ "linkType": "Environment"
3456
+ }
3457
+ },
3458
+ "createdBy": {
3459
+ "sys": {
3460
+ "type": "Link",
3461
+ "linkType": "User",
3462
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3463
+ }
3464
+ },
3465
+ "updatedBy": {
3466
+ "sys": {
3467
+ "type": "Link",
3468
+ "linkType": "User",
3469
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3470
+ }
3471
+ },
3472
+ "publishedCounter": 4,
3473
+ "version": 8,
3474
+ "publishedBy": {
3475
+ "sys": {
3476
+ "type": "Link",
3477
+ "linkType": "User",
3478
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3479
+ }
3480
+ },
3481
+ "publishedVersion": 7,
3482
+ "firstPublishedAt": "2018-04-16T18:37:10.680Z",
3483
+ "publishedAt": "2018-06-29T21:20:51.338Z"
3484
+ },
3485
+ "displayField": "internalTitle",
3486
+ "name": "Section: Testimonials",
3487
+ "description": "A Testimonials section can show one or many Testimonials written by leaders, partners, or members who have participated in the Ministry or Conference.",
3488
+ "fields": [
3489
+ {
3490
+ "id": "internalTitle",
3491
+ "name": "Internal Title (Contentful Only)",
3492
+ "type": "Symbol",
3493
+ "localized": false,
3494
+ "required": true,
3495
+ "validations": [],
3496
+ "disabled": false,
3497
+ "omitted": true
3498
+ },
3499
+ {
3500
+ "id": "name",
3501
+ "name": "Section Name (contentful only)",
3502
+ "type": "Symbol",
3503
+ "localized": false,
3504
+ "required": true,
3505
+ "validations": [],
3506
+ "disabled": false,
3507
+ "omitted": false
3508
+ },
3509
+ {
3510
+ "id": "testimonials",
3511
+ "name": "Testimonials",
3512
+ "type": "Array",
3513
+ "localized": false,
3514
+ "required": true,
3515
+ "validations": [],
3516
+ "disabled": false,
3517
+ "omitted": false,
3518
+ "items": {
3519
+ "type": "Link",
3520
+ "validations": [
3521
+ {
3522
+ "linkContentType": [
3523
+ "testimonial"
3524
+ ]
3525
+ }
3526
+ ],
3527
+ "linkType": "Entry"
3528
+ }
3529
+ },
3530
+ {
3531
+ "id": "style",
3532
+ "name": "Style",
3533
+ "type": "Symbol",
3534
+ "localized": false,
3535
+ "required": false,
3536
+ "validations": [
3537
+ {
3538
+ "in": [
3539
+ "default",
3540
+ "jumbo"
3541
+ ]
3542
+ }
3543
+ ],
3544
+ "disabled": false,
3545
+ "omitted": false
3546
+ }
3547
+ ]
3548
+ },
3549
+ {
3550
+ "sys": {
3551
+ "space": {
3552
+ "sys": {
3553
+ "type": "Link",
3554
+ "linkType": "Space",
3555
+ "id": "7yx6ovlj39n5"
3556
+ }
3557
+ },
3558
+ "id": "section-partner-churches",
3559
+ "type": "ContentType",
3560
+ "createdAt": "2018-04-16T18:37:07.237Z",
3561
+ "updatedAt": "2018-06-29T21:19:54.179Z",
3562
+ "environment": {
3563
+ "sys": {
3564
+ "id": "gburgett",
3565
+ "type": "Link",
3566
+ "linkType": "Environment"
3567
+ }
3568
+ },
3569
+ "createdBy": {
3570
+ "sys": {
3571
+ "type": "Link",
3572
+ "linkType": "User",
3573
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3574
+ }
3575
+ },
3576
+ "updatedBy": {
3577
+ "sys": {
3578
+ "type": "Link",
3579
+ "linkType": "User",
3580
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3581
+ }
3582
+ },
3583
+ "publishedCounter": 3,
3584
+ "version": 6,
3585
+ "publishedBy": {
3586
+ "sys": {
3587
+ "type": "Link",
3588
+ "linkType": "User",
3589
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3590
+ }
3591
+ },
3592
+ "publishedVersion": 5,
3593
+ "firstPublishedAt": "2018-04-16T18:37:07.528Z",
3594
+ "publishedAt": "2018-06-29T21:19:54.179Z"
3595
+ },
3596
+ "displayField": "internalTitle",
3597
+ "name": "Section: Partner Churches",
3598
+ "description": "A Partner Churches section is used to display the logos of the partner churches participating in a particular Watermark ministry.",
3599
+ "fields": [
3600
+ {
3601
+ "id": "internalTitle",
3602
+ "name": "Internal Title (Contentful Only)",
3603
+ "type": "Symbol",
3604
+ "localized": false,
3605
+ "required": true,
3606
+ "validations": [],
3607
+ "disabled": false,
3608
+ "omitted": true
3609
+ },
3610
+ {
3611
+ "id": "tag",
3612
+ "name": "Tag",
3613
+ "type": "Symbol",
3614
+ "localized": false,
3615
+ "required": false,
3616
+ "validations": [],
3617
+ "disabled": false,
3618
+ "omitted": false
3619
+ },
3620
+ {
3621
+ "id": "text",
3622
+ "name": "Text",
3623
+ "type": "Text",
3624
+ "localized": false,
3625
+ "required": false,
3626
+ "validations": [],
3627
+ "disabled": false,
3628
+ "omitted": false
3629
+ },
3630
+ {
3631
+ "id": "featuredChurches",
3632
+ "name": "Featured Partner Churches",
3633
+ "type": "Array",
3634
+ "localized": false,
3635
+ "required": false,
3636
+ "validations": [],
3637
+ "disabled": false,
3638
+ "omitted": false,
3639
+ "items": {
3640
+ "type": "Link",
3641
+ "validations": [
3642
+ {
3643
+ "linkContentType": [
3644
+ "partnerChurch"
3645
+ ]
3646
+ }
3647
+ ],
3648
+ "linkType": "Entry"
3649
+ }
3650
+ }
3651
+ ]
3652
+ },
3653
+ {
3654
+ "sys": {
3655
+ "space": {
3656
+ "sys": {
3657
+ "type": "Link",
3658
+ "linkType": "Space",
3659
+ "id": "7yx6ovlj39n5"
3660
+ }
3661
+ },
3662
+ "id": "section-location-map",
3663
+ "type": "ContentType",
3664
+ "createdAt": "2018-06-06T21:00:27.182Z",
3665
+ "updatedAt": "2018-06-06T21:00:27.656Z",
3666
+ "environment": {
3667
+ "sys": {
3668
+ "id": "gburgett",
3669
+ "type": "Link",
3670
+ "linkType": "Environment"
3671
+ }
3672
+ },
3673
+ "createdBy": {
3674
+ "sys": {
3675
+ "type": "Link",
3676
+ "linkType": "User",
3677
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3678
+ }
3679
+ },
3680
+ "updatedBy": {
3681
+ "sys": {
3682
+ "type": "Link",
3683
+ "linkType": "User",
3684
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3685
+ }
3686
+ },
3687
+ "publishedCounter": 1,
3688
+ "version": 2,
3689
+ "publishedBy": {
3690
+ "sys": {
3691
+ "type": "Link",
3692
+ "linkType": "User",
3693
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3694
+ }
3695
+ },
3696
+ "publishedVersion": 1,
3697
+ "firstPublishedAt": "2018-06-06T21:00:27.656Z",
3698
+ "publishedAt": "2018-06-06T21:00:27.656Z"
3699
+ },
3700
+ "displayField": "internalTitle",
3701
+ "name": "Section: Location Map",
3702
+ "description": "List ministry locations and plot them on a map",
3703
+ "fields": [
3704
+ {
3705
+ "id": "internalTitle",
3706
+ "name": "Internal Title",
3707
+ "type": "Symbol",
3708
+ "localized": false,
3709
+ "required": true,
3710
+ "validations": [
3711
+ {
3712
+ "unique": true
3713
+ }
3714
+ ],
3715
+ "disabled": false,
3716
+ "omitted": false
3717
+ },
3718
+ {
3719
+ "id": "domainObject",
3720
+ "name": "Domain Object",
3721
+ "type": "Link",
3722
+ "localized": false,
3723
+ "required": true,
3724
+ "validations": [
3725
+ {
3726
+ "linkContentType": [
3727
+ "ministry"
3728
+ ]
3729
+ }
3730
+ ],
3731
+ "disabled": false,
3732
+ "omitted": false,
3733
+ "linkType": "Entry"
3734
+ }
3735
+ ]
3736
+ },
3737
+ {
3738
+ "sys": {
3739
+ "space": {
3740
+ "sys": {
3741
+ "type": "Link",
3742
+ "linkType": "Space",
3743
+ "id": "7yx6ovlj39n5"
3744
+ }
3745
+ },
3746
+ "id": "section-contact-us",
3747
+ "type": "ContentType",
3748
+ "createdAt": "2018-04-16T18:36:55.867Z",
3749
+ "updatedAt": "2018-09-20T21:44:10.239Z",
3750
+ "environment": {
3751
+ "sys": {
3752
+ "id": "gburgett",
3753
+ "type": "Link",
3754
+ "linkType": "Environment"
3755
+ }
3756
+ },
3757
+ "createdBy": {
3758
+ "sys": {
3759
+ "type": "Link",
3760
+ "linkType": "User",
3761
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3762
+ }
3763
+ },
3764
+ "updatedBy": {
3765
+ "sys": {
3766
+ "type": "Link",
3767
+ "linkType": "User",
3768
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3769
+ }
3770
+ },
3771
+ "publishedCounter": 7,
3772
+ "version": 14,
3773
+ "publishedBy": {
3774
+ "sys": {
3775
+ "type": "Link",
3776
+ "linkType": "User",
3777
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3778
+ }
3779
+ },
3780
+ "publishedVersion": 13,
3781
+ "firstPublishedAt": "2018-04-16T18:36:56.095Z",
3782
+ "publishedAt": "2018-09-20T21:44:10.239Z"
3783
+ },
3784
+ "displayField": "internalTitle",
3785
+ "name": "Section: Contact Us",
3786
+ "description": "A Contact Us section contains a Form with several Form Fields. The responses to the form will be collected and provided to the appropriate administrator.",
3787
+ "fields": [
3788
+ {
3789
+ "id": "internalTitle",
3790
+ "name": "Internal Title (Contentful Only)",
3791
+ "type": "Symbol",
3792
+ "localized": false,
3793
+ "required": true,
3794
+ "validations": [],
3795
+ "disabled": false,
3796
+ "omitted": true
3797
+ },
3798
+ {
3799
+ "id": "text",
3800
+ "name": "Text",
3801
+ "type": "Text",
3802
+ "localized": false,
3803
+ "required": true,
3804
+ "validations": [],
3805
+ "disabled": false,
3806
+ "omitted": false
3807
+ },
3808
+ {
3809
+ "id": "fields",
3810
+ "name": "Fields",
3811
+ "type": "Array",
3812
+ "localized": false,
3813
+ "required": true,
3814
+ "validations": [],
3815
+ "disabled": false,
3816
+ "omitted": false,
3817
+ "items": {
3818
+ "type": "Link",
3819
+ "validations": [
3820
+ {
3821
+ "linkContentType": [
3822
+ "formField"
3823
+ ]
3824
+ }
3825
+ ],
3826
+ "linkType": "Entry"
3827
+ }
3828
+ },
3829
+ {
3830
+ "id": "submitButtonText",
3831
+ "name": "Submit Button Text",
3832
+ "type": "Symbol",
3833
+ "localized": false,
3834
+ "required": false,
3835
+ "validations": [],
3836
+ "disabled": false,
3837
+ "omitted": false
3838
+ },
3839
+ {
3840
+ "id": "notificationEmail",
3841
+ "name": "NotificationEmail",
3842
+ "type": "Symbol",
3843
+ "localized": false,
3844
+ "required": true,
3845
+ "validations": [
3846
+ {
3847
+ "regexp": {
3848
+ "pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$",
3849
+ "flags": null
3850
+ },
3851
+ "message": "Must be a valid email address."
3852
+ }
3853
+ ],
3854
+ "disabled": false,
3855
+ "omitted": false
3856
+ }
3857
+ ]
3858
+ },
3859
+ {
3860
+ "sys": {
3861
+ "space": {
3862
+ "sys": {
3863
+ "type": "Link",
3864
+ "linkType": "Space",
3865
+ "id": "7yx6ovlj39n5"
3866
+ }
3867
+ },
3868
+ "id": "section-resource-list",
3869
+ "type": "ContentType",
3870
+ "createdAt": "2018-05-18T20:31:46.321Z",
3871
+ "updatedAt": "2018-06-29T21:20:56.249Z",
3872
+ "environment": {
3873
+ "sys": {
3874
+ "id": "gburgett",
3875
+ "type": "Link",
3876
+ "linkType": "Environment"
3877
+ }
3878
+ },
3879
+ "createdBy": {
3880
+ "sys": {
3881
+ "type": "Link",
3882
+ "linkType": "User",
3883
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3884
+ }
3885
+ },
3886
+ "updatedBy": {
3887
+ "sys": {
3888
+ "type": "Link",
3889
+ "linkType": "User",
3890
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3891
+ }
3892
+ },
3893
+ "publishedCounter": 3,
3894
+ "version": 6,
3895
+ "publishedBy": {
3896
+ "sys": {
3897
+ "type": "Link",
3898
+ "linkType": "User",
3899
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3900
+ }
3901
+ },
3902
+ "publishedVersion": 5,
3903
+ "firstPublishedAt": "2018-05-18T20:31:46.427Z",
3904
+ "publishedAt": "2018-06-29T21:20:56.249Z"
3905
+ },
3906
+ "displayField": "internalTitle",
3907
+ "name": "Section: Resource List",
3908
+ "description": "",
3909
+ "fields": [
3910
+ {
3911
+ "id": "internalTitle",
3912
+ "name": "Internal Title (Contentful Only)",
3913
+ "type": "Symbol",
3914
+ "localized": false,
3915
+ "required": true,
3916
+ "validations": [],
3917
+ "disabled": false,
3918
+ "omitted": true
3919
+ },
3920
+ {
3921
+ "id": "name",
3922
+ "name": "Name (contentful only)",
3923
+ "type": "Symbol",
3924
+ "localized": false,
3925
+ "required": true,
3926
+ "validations": [],
3927
+ "disabled": false,
3928
+ "omitted": false
3929
+ },
3930
+ {
3931
+ "id": "domainObject",
3932
+ "name": "Ministry Or Conference",
3933
+ "type": "Link",
3934
+ "localized": false,
3935
+ "required": false,
3936
+ "validations": [
3937
+ {
3938
+ "linkContentType": [
3939
+ "conference",
3940
+ "ministry"
3941
+ ]
3942
+ }
3943
+ ],
3944
+ "disabled": false,
3945
+ "omitted": false,
3946
+ "linkType": "Entry"
3947
+ }
3948
+ ]
3949
+ },
3950
+ {
3951
+ "sys": {
3952
+ "space": {
3953
+ "sys": {
3954
+ "type": "Link",
3955
+ "linkType": "Space",
3956
+ "id": "7yx6ovlj39n5"
3957
+ }
3958
+ },
3959
+ "id": "section-product-list",
3960
+ "type": "ContentType",
3961
+ "createdAt": "2018-05-24T19:33:27.211Z",
3962
+ "updatedAt": "2018-06-29T21:21:47.388Z",
3963
+ "environment": {
3964
+ "sys": {
3965
+ "id": "gburgett",
3966
+ "type": "Link",
3967
+ "linkType": "Environment"
3968
+ }
3969
+ },
3970
+ "createdBy": {
3971
+ "sys": {
3972
+ "type": "Link",
3973
+ "linkType": "User",
3974
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
3975
+ }
3976
+ },
3977
+ "updatedBy": {
3978
+ "sys": {
3979
+ "type": "Link",
3980
+ "linkType": "User",
3981
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3982
+ }
3983
+ },
3984
+ "publishedCounter": 3,
3985
+ "version": 6,
3986
+ "publishedBy": {
3987
+ "sys": {
3988
+ "type": "Link",
3989
+ "linkType": "User",
3990
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
3991
+ }
3992
+ },
3993
+ "publishedVersion": 5,
3994
+ "firstPublishedAt": "2018-05-24T19:33:27.427Z",
3995
+ "publishedAt": "2018-06-29T21:21:47.388Z"
3996
+ },
3997
+ "displayField": "internalTitle",
3998
+ "name": "Section: Shopify Product List",
3999
+ "description": "The Shopify Product List displays products that are available for purchase via Shopify.",
4000
+ "fields": [
4001
+ {
4002
+ "id": "internalTitle",
4003
+ "name": "Internal Title (Contentful Only)",
4004
+ "type": "Symbol",
4005
+ "localized": false,
4006
+ "required": true,
4007
+ "validations": [],
4008
+ "disabled": false,
4009
+ "omitted": true
4010
+ },
4011
+ {
4012
+ "id": "collectionId",
4013
+ "name": "Shopify Collection ID",
4014
+ "type": "Symbol",
4015
+ "localized": false,
4016
+ "required": true,
4017
+ "validations": [],
4018
+ "disabled": false,
4019
+ "omitted": false
4020
+ }
4021
+ ]
4022
+ },
4023
+ {
4024
+ "sys": {
4025
+ "space": {
4026
+ "sys": {
4027
+ "type": "Link",
4028
+ "linkType": "Space",
4029
+ "id": "7yx6ovlj39n5"
4030
+ }
4031
+ },
4032
+ "id": "conference",
4033
+ "type": "ContentType",
4034
+ "createdAt": "2018-04-16T18:36:18.741Z",
4035
+ "updatedAt": "2018-06-29T21:49:32.561Z",
4036
+ "environment": {
4037
+ "sys": {
4038
+ "id": "gburgett",
4039
+ "type": "Link",
4040
+ "linkType": "Environment"
4041
+ }
4042
+ },
4043
+ "createdBy": {
4044
+ "sys": {
4045
+ "type": "Link",
4046
+ "linkType": "User",
4047
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
4048
+ }
4049
+ },
4050
+ "updatedBy": {
4051
+ "sys": {
4052
+ "type": "Link",
4053
+ "linkType": "User",
4054
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4055
+ }
4056
+ },
4057
+ "publishedCounter": 11,
4058
+ "version": 22,
4059
+ "publishedBy": {
4060
+ "sys": {
4061
+ "type": "Link",
4062
+ "linkType": "User",
4063
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4064
+ }
4065
+ },
4066
+ "publishedVersion": 21,
4067
+ "firstPublishedAt": "2018-04-16T18:36:19.089Z",
4068
+ "publishedAt": "2018-06-29T21:49:32.561Z"
4069
+ },
4070
+ "displayField": "internalTitle",
4071
+ "name": "Conference",
4072
+ "description": null,
4073
+ "fields": [
4074
+ {
4075
+ "id": "internalTitle",
4076
+ "name": "Internal Title (Contentful Only)",
4077
+ "type": "Symbol",
4078
+ "localized": false,
4079
+ "required": true,
4080
+ "validations": [],
4081
+ "disabled": false,
4082
+ "omitted": true
4083
+ },
4084
+ {
4085
+ "id": "title",
4086
+ "name": "Title",
4087
+ "type": "Symbol",
4088
+ "localized": false,
4089
+ "required": true,
4090
+ "validations": [
4091
+ {
4092
+ "unique": true
4093
+ }
4094
+ ],
4095
+ "disabled": false,
4096
+ "omitted": false
4097
+ },
4098
+ {
4099
+ "id": "abstractTitle",
4100
+ "name": "Short Description",
4101
+ "type": "Symbol",
4102
+ "localized": false,
4103
+ "required": true,
4104
+ "validations": [],
4105
+ "disabled": false,
4106
+ "omitted": false
4107
+ },
4108
+ {
4109
+ "id": "thumbnail",
4110
+ "name": "Logo Only (Thumbnail)",
4111
+ "type": "Link",
4112
+ "localized": false,
4113
+ "required": false,
4114
+ "validations": [
4115
+ {
4116
+ "linkMimetypeGroup": [
4117
+ "image"
4118
+ ]
4119
+ },
4120
+ {
4121
+ "assetImageDimensions": {
4122
+ "width": {
4123
+ "min": 400,
4124
+ "max": 400
4125
+ },
4126
+ "height": {
4127
+ "min": 400,
4128
+ "max": 400
4129
+ }
4130
+ },
4131
+ "message": "The thumbnail image must be exactly 400 by 400 pixels."
4132
+ }
4133
+ ],
4134
+ "disabled": false,
4135
+ "omitted": false,
4136
+ "linkType": "Asset"
4137
+ },
4138
+ {
4139
+ "id": "logo",
4140
+ "name": "Logo with Name",
4141
+ "type": "Link",
4142
+ "localized": false,
4143
+ "required": false,
4144
+ "validations": [
4145
+ {
4146
+ "linkMimetypeGroup": [
4147
+ "image"
4148
+ ]
4149
+ },
4150
+ {
4151
+ "assetImageDimensions": {
4152
+ "width": {
4153
+ "min": 400,
4154
+ "max": 400
4155
+ },
4156
+ "height": {
4157
+ "min": 400,
4158
+ "max": 400
4159
+ }
4160
+ },
4161
+ "message": "The logo image must be exactly 400 by 400 pixels."
4162
+ }
4163
+ ],
4164
+ "disabled": false,
4165
+ "omitted": false,
4166
+ "linkType": "Asset"
4167
+ },
4168
+ {
4169
+ "id": "backgroundColor",
4170
+ "name": "Background Color",
4171
+ "type": "Symbol",
4172
+ "localized": false,
4173
+ "required": true,
4174
+ "validations": [
4175
+ {
4176
+ "regexp": {
4177
+ "pattern": "#([a-f]|[A-F]|[0-9]){3}(([a-f]|[A-F]|[0-9]){3})?\\b"
4178
+ },
4179
+ "message": "Must be a hex value (ex: '#EEE' or '#FFAA55')"
4180
+ }
4181
+ ],
4182
+ "disabled": false,
4183
+ "omitted": false
4184
+ },
4185
+ {
4186
+ "id": "foregroundColor",
4187
+ "name": "Foreground Color",
4188
+ "type": "Symbol",
4189
+ "localized": false,
4190
+ "required": true,
4191
+ "validations": [
4192
+ {
4193
+ "regexp": {
4194
+ "pattern": "#([a-f]|[A-F]|[0-9]){3}(([a-f]|[A-F]|[0-9]){3})?\\b",
4195
+ "flags": ""
4196
+ },
4197
+ "message": "Must be a Hex value (ex: '#EEE' or '#FFAA55')"
4198
+ }
4199
+ ],
4200
+ "disabled": false,
4201
+ "omitted": false
4202
+ },
4203
+ {
4204
+ "id": "homepage",
4205
+ "name": "Homepage",
4206
+ "type": "Link",
4207
+ "localized": false,
4208
+ "required": true,
4209
+ "validations": [
4210
+ {
4211
+ "linkContentType": [
4212
+ "page"
4213
+ ]
4214
+ }
4215
+ ],
4216
+ "disabled": false,
4217
+ "omitted": false,
4218
+ "linkType": "Entry"
4219
+ },
4220
+ {
4221
+ "id": "tags",
4222
+ "name": "Tags",
4223
+ "type": "Array",
4224
+ "localized": false,
4225
+ "required": false,
4226
+ "validations": [],
4227
+ "disabled": false,
4228
+ "omitted": false,
4229
+ "items": {
4230
+ "type": "Symbol",
4231
+ "validations": []
4232
+ }
4233
+ }
4234
+ ]
4235
+ },
4236
+ {
4237
+ "sys": {
4238
+ "space": {
4239
+ "sys": {
4240
+ "type": "Link",
4241
+ "linkType": "Space",
4242
+ "id": "7yx6ovlj39n5"
4243
+ }
4244
+ },
4245
+ "id": "section-image-gallery",
4246
+ "type": "ContentType",
4247
+ "createdAt": "2018-04-16T18:37:02.151Z",
4248
+ "updatedAt": "2018-06-29T21:21:53.328Z",
4249
+ "environment": {
4250
+ "sys": {
4251
+ "id": "gburgett",
4252
+ "type": "Link",
4253
+ "linkType": "Environment"
4254
+ }
4255
+ },
4256
+ "createdBy": {
4257
+ "sys": {
4258
+ "type": "Link",
4259
+ "linkType": "User",
4260
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
4261
+ }
4262
+ },
4263
+ "updatedBy": {
4264
+ "sys": {
4265
+ "type": "Link",
4266
+ "linkType": "User",
4267
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4268
+ }
4269
+ },
4270
+ "publishedCounter": 5,
4271
+ "version": 10,
4272
+ "publishedBy": {
4273
+ "sys": {
4274
+ "type": "Link",
4275
+ "linkType": "User",
4276
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4277
+ }
4278
+ },
4279
+ "publishedVersion": 9,
4280
+ "firstPublishedAt": "2018-04-16T18:37:02.428Z",
4281
+ "publishedAt": "2018-06-29T21:21:53.328Z"
4282
+ },
4283
+ "displayField": "internalTitle",
4284
+ "name": "Section: Image Gallery",
4285
+ "description": "An Image Gallery Section displays a rotating gallery of severalimages in a horizontal row on the page.",
4286
+ "fields": [
4287
+ {
4288
+ "id": "internalTitle",
4289
+ "name": "Internal Title (Contentful Only)",
4290
+ "type": "Symbol",
4291
+ "localized": false,
4292
+ "required": true,
4293
+ "validations": [],
4294
+ "disabled": false,
4295
+ "omitted": true
4296
+ },
4297
+ {
4298
+ "id": "images",
4299
+ "name": "Images",
4300
+ "type": "Array",
4301
+ "localized": false,
4302
+ "required": false,
4303
+ "validations": [],
4304
+ "disabled": false,
4305
+ "omitted": false,
4306
+ "items": {
4307
+ "type": "Link",
4308
+ "validations": [
4309
+ {
4310
+ "linkMimetypeGroup": [
4311
+ "image"
4312
+ ]
4313
+ },
4314
+ {
4315
+ "assetImageDimensions": {
4316
+ "width": {
4317
+ "min": 1000
4318
+ },
4319
+ "height": {}
4320
+ }
4321
+ }
4322
+ ],
4323
+ "linkType": "Asset"
4324
+ }
4325
+ }
4326
+ ]
4327
+ },
4328
+ {
4329
+ "sys": {
4330
+ "space": {
4331
+ "sys": {
4332
+ "type": "Link",
4333
+ "linkType": "Space",
4334
+ "id": "7yx6ovlj39n5"
4335
+ }
4336
+ },
4337
+ "id": "partnerChurch",
4338
+ "type": "ContentType",
4339
+ "createdAt": "2018-04-16T18:36:48.783Z",
4340
+ "updatedAt": "2018-06-29T21:20:36.237Z",
4341
+ "environment": {
4342
+ "sys": {
4343
+ "id": "gburgett",
4344
+ "type": "Link",
4345
+ "linkType": "Environment"
4346
+ }
4347
+ },
4348
+ "createdBy": {
4349
+ "sys": {
4350
+ "type": "Link",
4351
+ "linkType": "User",
4352
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
4353
+ }
4354
+ },
4355
+ "updatedBy": {
4356
+ "sys": {
4357
+ "type": "Link",
4358
+ "linkType": "User",
4359
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4360
+ }
4361
+ },
4362
+ "publishedCounter": 3,
4363
+ "version": 6,
4364
+ "publishedBy": {
4365
+ "sys": {
4366
+ "type": "Link",
4367
+ "linkType": "User",
4368
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4369
+ }
4370
+ },
4371
+ "publishedVersion": 5,
4372
+ "firstPublishedAt": "2018-04-16T18:36:50.310Z",
4373
+ "publishedAt": "2018-06-29T21:20:36.237Z"
4374
+ },
4375
+ "displayField": "internalTitle",
4376
+ "name": "Partner Church",
4377
+ "description": "A Partner Church represents a church which offers one or more Watermark ministries or classes.",
4378
+ "fields": [
4379
+ {
4380
+ "id": "internalTitle",
4381
+ "name": "Internal Title (Contentful Only)",
4382
+ "type": "Symbol",
4383
+ "localized": false,
4384
+ "required": true,
4385
+ "validations": [],
4386
+ "disabled": false,
4387
+ "omitted": true
4388
+ },
4389
+ {
4390
+ "id": "name",
4391
+ "name": "Name",
4392
+ "type": "Symbol",
4393
+ "localized": false,
4394
+ "required": true,
4395
+ "validations": [],
4396
+ "disabled": false,
4397
+ "omitted": false
4398
+ },
4399
+ {
4400
+ "id": "logo",
4401
+ "name": "Logo",
4402
+ "type": "Link",
4403
+ "localized": false,
4404
+ "required": false,
4405
+ "validations": [
4406
+ {
4407
+ "linkMimetypeGroup": [
4408
+ "image"
4409
+ ]
4410
+ }
4411
+ ],
4412
+ "disabled": false,
4413
+ "omitted": false,
4414
+ "linkType": "Asset"
4415
+ }
4416
+ ]
4417
+ },
4418
+ {
4419
+ "sys": {
4420
+ "space": {
4421
+ "sys": {
4422
+ "type": "Link",
4423
+ "linkType": "Space",
4424
+ "id": "7yx6ovlj39n5"
4425
+ }
4426
+ },
4427
+ "id": "formField",
4428
+ "type": "ContentType",
4429
+ "createdAt": "2018-04-16T18:36:38.985Z",
4430
+ "updatedAt": "2018-06-29T21:21:26.394Z",
4431
+ "environment": {
4432
+ "sys": {
4433
+ "id": "gburgett",
4434
+ "type": "Link",
4435
+ "linkType": "Environment"
4436
+ }
4437
+ },
4438
+ "createdBy": {
4439
+ "sys": {
4440
+ "type": "Link",
4441
+ "linkType": "User",
4442
+ "id": "0SUbYs2vZlXjVR6bH6o83O"
4443
+ }
4444
+ },
4445
+ "updatedBy": {
4446
+ "sys": {
4447
+ "type": "Link",
4448
+ "linkType": "User",
4449
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4450
+ }
4451
+ },
4452
+ "publishedCounter": 4,
4453
+ "version": 8,
4454
+ "publishedBy": {
4455
+ "sys": {
4456
+ "type": "Link",
4457
+ "linkType": "User",
4458
+ "id": "2Rw3pZANDXJEtKNoPuE40I"
4459
+ }
4460
+ },
4461
+ "publishedVersion": 7,
4462
+ "firstPublishedAt": "2018-04-16T18:36:39.606Z",
4463
+ "publishedAt": "2018-06-29T21:21:26.394Z"
4464
+ },
4465
+ "displayField": "internalTitle",
4466
+ "name": "Form Field",
4467
+ "description": "A Form Field represents a piece of information you want to collect from a user via a Form.",
4468
+ "fields": [
4469
+ {
4470
+ "id": "internalTitle",
4471
+ "name": "Internal Title (Contentful Only)",
4472
+ "type": "Symbol",
4473
+ "localized": false,
4474
+ "required": true,
4475
+ "validations": [],
4476
+ "disabled": false,
4477
+ "omitted": true
4478
+ },
4479
+ {
4480
+ "id": "title",
4481
+ "name": "Title",
4482
+ "type": "Symbol",
4483
+ "localized": false,
4484
+ "required": false,
4485
+ "validations": [],
4486
+ "disabled": false,
4487
+ "omitted": false
4488
+ },
4489
+ {
4490
+ "id": "inputType",
4491
+ "name": "Input Type",
4492
+ "type": "Symbol",
4493
+ "localized": false,
4494
+ "required": true,
4495
+ "validations": [
4496
+ {
4497
+ "in": [
4498
+ "text",
4499
+ "email",
4500
+ "textarea"
4501
+ ]
4502
+ }
4503
+ ],
4504
+ "disabled": false,
4505
+ "omitted": false
4506
+ }
4507
+ ]
4508
+ }
4509
+ ],
4510
+ "editorInterfaces": []
4511
+ }