-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplateSettings.json
executable file
·75 lines (75 loc) · 3.04 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"accountPage": "pages/account.html",
"mediaManagementPage": "pages/mediaManagement.html",
"editPage": "pages/edit.html",
"boardPage": "pages/board.html",
"bansPage": "pages/bans.html",
"banPage": "pages/ban.html",
"bannerManagementPage": "pages/bannerManagement.html",
"boardModerationPage": "pages/boardModeration.html",
"bManagement": "pages/boardManagement.html",
"boardsPage": "pages/boards.html",
"bypassPage": "pages/bypass.html",
"closedReportsPage": "pages/closedReports.html",
"catalogPage": "pages/catalog.html",
"errorPage": "pages/error.html",
"flagsPage": "pages/flags.html",
"filterManagement": "pages/filterManagement.html",
"globalSettingsPage": "pages/globalSettings.html",
"gManagement": "pages/globalManagement.html",
"graphsIndexPage": "pages/graphsIndex.html",
"hashBansPage": "pages/hashBans.html",
"index": "pages/index.html",
"loginPage": "pages/login.html",
"logIndexPage": "pages/logsIndex.html",
"logsPage": "pages/logs.html",
"maintenancePage": "pages/maintenance.html",
"messagePage": "pages/message.html",
"notFoundPage": "pages/404.html",
"noCookieCaptchaPage": "pages/noCookieCaptcha.html",
"overboard": "pages/overboard.html",
"previewPage": "pages/preview.html",
"ruleManagementPage": "pages/ruleManagement.html",
"rulesPage": "pages/rules.html",
"rangeBansPage": "pages/rangeBans.html",
"rangeBanPage": "pages/rangeBanPage.html",
"hashBanPage": "pages/hashBansPage.html",
"threadPage": "pages/thread.html",
"accountsPage": "pages/accounts.html",
"languagesManagementPage": "pages/languages.html",
"accountManagementPage": "pages/accountManagement.html",
"banCell": "cells/banCell.html",
"bannerCell": "cells/bannerCell.html",
"boardsCell": "cells/boardsCell.html",
"closedReportCell": "cells/closedReportCell.html",
"catalogCell": "cells/catalogCell.html",
"flagCell": "cells/flagCell.html",
"filterCell": "cells/filterCell.html",
"mediaCell": "cells/mediaCell.html",
"graphIndexCell": "cells/graphIndexCell.html",
"opCell": "cells/op.html",
"hashBanCellDisplay": "cells/hashBanCellDisplay.html",
"hashBanCell": "cells/hashBanCell.html",
"latestImageCell": "cells/latestImageCell.html",
"latestPostCell": "cells/latestPostsCell.html",
"logIndexCell": "cells/logIndexCell.html",
"logCell": "cells/logCell.html",
"postCell": "cells/post.html",
"ruleCell": "cells/ruleCell.html",
"reportCell": "cells/reportCell.html",
"ruleManagementCell": "cells/ruleManagementCell.html",
"rangeBanCell": "cells/rangeBanCell.html",
"staffCell": "cells/staffCell.html",
"uploadCell": "cells/uploadCell.html",
"volunteerCell": "cells/volunteerCell.html",
"mediaCell.html": "cells/mediaCell.html",
"languageCell": "cells/languageCell.html",
"topBoardCell": "cells/topBoardCell.html",
"accountCell": "cells/accountCell.html",
"recoveryEmail": "emails/recoveryEmail.html",
"resetEmail": "emails/resetEmail.html",
"audioThumb": "images/music.png",
"defaultBanner": "images/banner.png",
"spoiler": "images/spoiler.png",
"thumb": "../static/logo.png"
}