-
Notifications
You must be signed in to change notification settings - Fork 0
/
prismic.json
122 lines (122 loc) · 2.75 KB
/
prismic.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
// o modo que utilizei para criação do custom types continent no prismic
"Main" : {
"uid" : {
"type" : "UID",
"config" : {
"label" : "slug"
}
},
"imageslider" : {
"type" : "Image",
"config" : {
"constraint" : { },
"thumbnails" : [ ],
"label" : "ImageSlider"
}
},
"titleslider" : {
"type" : "StructuredText",
"config" : {
"single" : "heading1",
"label" : "TitleSlider"
}
},
"summaryslider" : {
"type" : "StructuredText",
"config" : {
"multi" : "paragraph,heading2",
"label" : "SummarySlider"
}
},
"continentbanner" : {
"type" : "Image",
"config" : {
"constraint" : { },
"thumbnails" : [ ],
"label" : "ContinentBanner"
}
},
"bannertitle" : {
"type" : "StructuredText",
"config" : {
"single" : "heading1,heading2",
"label" : "BannerTitle"
}
},
"description" : {
"type" : "StructuredText",
"config" : {
"multi" : "paragraph,preformatted,heading4,heading5,heading6",
"label" : "Description"
}
},
"countries" : {
"type" : "Number",
"config" : {
"label" : "Countries",
"placeholder" : "paises"
}
},
"languages" : {
"type" : "Number",
"config" : {
"label" : "Languages",
"placeholder" : "linguas"
}
},
"cities" : {
"type" : "Number",
"config" : {
"label" : "Cities",
"placeholder" : "cidades"
}
},
"cities_100" : {
"type" : "StructuredText",
"config" : {
"multi" : "paragraph,heading4,heading5,heading6",
"label" : "Cities+100"
}
},
"citiessuggestions" : {
"type" : "Group",
"config" : {
"fields" : {
"thumbnail" : {
"type" : "Image",
"config" : {
"constraint" : { },
"thumbnails" : [ ],
"label" : "Thumbnail"
}
},
"flag" : {
"type" : "Image",
"config" : {
"constraint" : { },
"thumbnails" : [ ],
"label" : "Flag"
}
},
"city" : {
"type" : "StructuredText",
"config" : {
"single" : "heading1,heading2,heading3",
"label" : "City"
}
},
"country" : {
"type" : "StructuredText",
"config" : {
"multi" : "heading4,heading5,heading6",
"label" : "country",
"placeholder" : "pais"
}
}
},
"label" : "CitiesSuggestions"
}
}
}
}