-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.conf
96 lines (96 loc) · 1.79 KB
/
template.conf
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
{
"name": "Real Estate Template - Child Theme of Wright",
"author": "Aylin Marie",
"layouts": {
"default": {
"name": "Default",
"regions": [
"site"
]
}
},
"navigations": [
{
"title": "Main Navigation",
"name": "mainNavigation"
},
{
"title": "Secondary Navigation",
"name": "secondaryNavigation"
},
{
"title": "Footer Main Navigation",
"name": "footerMainNavigation"
}
],
"stylesheets": [
"sqs-video-background.less",
"social-links.less",
"site.less",
"ancillary.less",
"cart.less",
"footer.less",
"header.less",
"index.less",
"mobile-styles.less",
"tweak.less",
"ui-icons.less",
"util.less",
"custom-search.less",
"custom-property.less"
],
"systemCollections": [
"blog",
"products",
"gallery",
"events",
"album"
],
"systemPartials": [
"sqs-share-buttons"
],
"customTypes" : [
{
"title" : "Property Listing",
"name" : "propertyListing",
"base" : "text",
"fields" : [
{
"name" : "address",
"title" : "Listing Address",
"type" : "text"
},
{
"name" : "price",
"title" : "Listing Price",
"type" : "text"
},
{
"name" : "featImg",
"title" : "Featured Image",
"type" : "image"
},
{
"name" : "bed",
"title" : "Number of Beds",
"type" : "text"
},
{
"name" : "bath",
"title" : "Number of Bath",
"type" : "text"
},
{
"name" : "sqft",
"title" : "Square Foot",
"type" : "text"
},
{
"name" : "listGallery",
"title" : "Additional Images",
"type" : "gallery"
}
]
}
]
}