-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkibble.json
54 lines (54 loc) · 1.49 KB
/
kibble.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
{
"name": "kibble-template-svod",
"version": "0.0.15",
"siteUrl": "https://staging-studio-kibble.shift72.com",
"builderVersion": "0.10.16",
"defaultLanguage": "en",
"languages": {
"en": "en_NZ"
},
"siteRootPath": "site",
"liveReload": {
"ignoredPaths": [
"styles"
]
},
"routes": [
{
"name": "filmItem",
"urlPath": "/film/:slug/",
"templatePath": "templates/film/item.jet",
"partialUrlPath": "/partials/film/:filmID.html",
"partialTemplatePath": "templates/film/partial.jet",
"datasource": "Film",
"pageSize": 0
},
{
"name": "tvItem",
"urlPath": "/tv/:slug/:seasonNumber",
"templatePath": "templates/tv/detail.jet",
"partialUrlPath": "/partials/tv/:showID/season/:seasonNumber.html",
"partialTemplatePath": "templates/tv/partial.jet",
"datasource": "TVSeason",
"pageSize": 0
},
{
"name": "pageItem",
"urlPath": "/page/:slug/",
"templatePath": "templates/page/:type.jet",
"partialUrlPath": "/partials/page/:pageID.html",
"partialTemplatePath": "templates/page/partial.jet",
"datasource": "Page",
"pageSize": 0
},
{
"name": "collectionItem",
"urlPath": "/collection/:slug/",
"templatePath": "templates/collection/item.jet",
"partialUrlPath": "/partials/collection/:collectionID.html",
"partialTemplatePath": "templates/collection/partial.jet",
"datasource": "Collection",
"pageSize": 0
}
]
}