-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
119 lines (119 loc) · 2.95 KB
/
Copy pathsettings.json
File metadata and controls
119 lines (119 loc) · 2.95 KB
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
{
"name": "DecentCMS",
"host": ["decentcms.org"],
"debugHost": ["local.decentcms.com"],
"port": "*",
"setup": true,
"features": {
"content": {
"types": {
"page": {
"name": "Page",
"description": "A simple page type.",
"parts": {
"title": {
"type": "title"
},
"body": {
"type": "text"
}
}
},
"plain-widget": {
"name": "Plain Widget",
"description": "A simple widget type.",
"stereotype": "widget",
"parts": {
"body": {
"type": "text"
}
}
},
"api-documentation": {
"name": "API Documentation Topic",
"description": "API documentation topics dynamically extracted from JsDoc comments.",
"parts": {
"title": {
"type": "title"
},
"body": {
"type": "text"
},
"scope": {
"type": "text"
},
"feature": {
"type": "text"
},
"service": {
"type": "text"
},
"path": {
"type": "text"
},
"source": {
"type": "url"
}
}
},
"documentation-toc": {
"name": "Documentation TOC",
"description": "Documentation Table of Contents, that can display a top-level TOC, a local TOC, breadcrumbs, and previous and next topic links.",
"parts": {
"toc": {
"type": "documentation-toc"
}
}
}
}
},
"static-route-handler": {
"staticFolders": ["css", "js", "img", "fonts"],
"mediaFolder": "media"
},
"content-route-handler": {},
"content-api": {},
"prevent-trailing-slash": {},
"express": {},
"tokens": {},
"shape": {},
"render-stream": {},
"navigation": {},
"file-resolution": {},
"file-content-store": {},
"file-placement-strategy": {},
"file-navigation-provider": {},
"zone-handler": {},
"template-rendering-strategy": {},
"code-view-engine": {},
"dust-view-engine": {},
"core-parts": {},
"markdown": {},
"decent-theme-default": {},
"default-theme-selector": {
"theme": "decent-theme-default"
},
"widgets": {},
"file-layer-store": {},
"winston-logger": {
"Console": {
"level": "verbose",
"handleExceptions": true
},
"DailyRotateFile": {
"level": "error",
"handleExceptions": true,
"filename": "sites/decent-cms/logs/error-%DATE%.log",
"datePattern": "YYYY-MM-DD",
"maxSize": 512000
}
},
"query": {},
"file-index": {},
"documentation": {},
"api-documentation": {
"onlyFromCache": "release"
},
"manifest-repository-resolution": {}
}
}