-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateSettings.json
52 lines (52 loc) · 2.42 KB
/
templateSettings.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
{
"index": "pages/index.html",
"boardPage": "pages/board.html",
"threadPage": "pages/thread.html",
"notFoundPage": "pages/404.html",
"errorPage": "pages/error.html",
"messagePage": "pages/message.html",
"opCell": "cmp/op.html",
"postCell": "cmp/post.html",
"loginPage": "pages/login.html",
"accountPage": "pages/account.html",
"recoveryEmail": "cmp/recoveryEmail.html",
"resetEmail": "cmp/resetEmail.html",
"gManagement": "pages/globalManagement.html",
"staffCell": "cmp/staffCell.html",
"bManagement": "pages/boardManagement.html",
"volunteerCell": "cmp/volunteerCell.html",
"reportCell": "cmp/reportCell.html",
"closedReportsPage": "cmp/closedReports.html",
"closedReportCell": "cmp/closedReportCell.html",
"bansPage": "pages/bans.html",
"banCell": "cmp/banCell.html",
"uploadCell": "cmp/uploadCell.html",
"banPage": "pages/banned.html",
"bannerManagementPage": "pages/bannerManagement.html",
"bannerCell": "cmp/bannerCell.html",
"defaultBanner": "cmp/images/banner.png",
"thumb": "cmp/images/thumb.png",
"spoiler": "cmp/images/spoiler.png",
"catalogPage": "pages/catalog.html",
"catalogCell": "cmp/catalogCell.html",
"logsPage": "pages/logs.html",
"logCell": "cmp/logCell.html",
"previewPage": "cmp/preview.html",
"filterManagement": "pages/filterManagement.html",
"filterCell": "cmp/filterCell.html",
"boardModerationPage": "pages/boardModeration.html",
"boardsPage": "pages/boards.html",
"boardsCell": "cmp/boardsCell.html",
"noCookieCaptchaPage": "pages/noCookieCaptcha.html",
"rangeBansPage": "pages/rangeBans.html",
"rangeBanCell": "cmp/rangeBanCell.html",
"rangeBanPage": "pages/rangeBanned.html",
"hashBansPage": "pages/hashBans.html",
"hashBanCell": "cmp/hashBanCell.html",
"ruleManagementPage": "pages/ruleManagement.html",
"ruleManagementCell": "cmp/ruleManagementCell.html",
"rulesPage": "pages/rules.html",
"ruleCell": "cmp/ruleCell.html",
"maintenancePage": "pages/maintenance.html",
"editPage": "pages/edit.html"
}