This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
54 lines (53 loc) · 1.83 KB
/
manifest.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
{
"editWitoutPostback": true,
"editRole": "",
"Index": true, /* Required for search */
"detailMetaTitle": "{{Title}}",
"detailMetaDescription": "{{Description}}",
"detailUrl": "{{Title}}",
"detailMeta": "{{#if Image.url}}<meta property=\"og:image\" content=\"//{{Context.HTTPAlias}}{{Image.url}}\" />{{else}}<meta property=\"og:image\" content=\"//{{Context.HTTPAlias}}{{Gallery.0.Image}}\" />{{/if}}<meta property=\"og:type\" content=\"article\" />",
"templates": {
"template": {
"type": "multiple", /* single or multiple*/
"title": "List",
"clientSideData": true, /* */
"main": {
"template": "template.hbs",
"partialTemplates": {
"item": {
"template": "item.hbs",
"clientside": true
}
},
"schemaInTemplate": true,
"optionsInTemplate": true,
"additionalDataInTemplate": true
},
"detail": {
"template": "detail.hbs",
"schemaInTemplate": true,
"optionsInTemplate": true,
"additionalDataInTemplate": true
}
},
"picturelist": {
"type": "multiple", /* single or multiple*/
"title": "Picture list",
"clientSideData": false, /* */
"main": {
"template": "picturelist.hbs",
"schemaInTemplate": true,
"optionsInTemplate": true,
"additionalDataInTemplate": true,
"clientside": false
}
}
},
"additionalData": {
"Tags": {
"title": "Tags",
"storageKey": "Tags",
"modelKey": "Tags"
}
}
}