summaryrefslogtreecommitdiff
path: root/static/pages.json
diff options
context:
space:
mode:
Diffstat (limited to 'static/pages.json')
-rw-r--r--static/pages.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/static/pages.json b/static/pages.json
new file mode 100644
index 0000000..4935c1d
--- /dev/null
+++ b/static/pages.json
@@ -0,0 +1,32 @@
+{
+ "title": "Kyselmä",
+ "pages": {
+ "info": {
+ "URL": "pages/info.html",
+ "menuIcon": "kyselma.svg",
+ "menuName": "Kyselmä"
+ },
+ "spacer-1": {
+ },
+ "create": {
+ "pageTitle": "Luo kysely",
+ "URL": "pages/create.html",
+ "menuName": "Luo"
+ },
+ "answer": {
+ "pageTitle": "Vastaa kyselyyn",
+ "URL": "pages/answer.html",
+ "menuName": "Vastaa"
+ },
+ "analyse": {
+ "pageTitle": "Tutki vastauksia",
+ "URL": "pages/analyse.html",
+ "menuName": "Tutki"
+ },
+ "moderate": {
+ "pageTitle": "Moderoi sivustoa",
+ "URL": "pages/moderate.html",
+ "menuName": "Moderoi"
+ }
+ }
+}