summaryrefslogtreecommitdiff
path: root/static/pages.json
blob: 8d0d37603d1c7ad6d55a976c8523bd60f4cbb6bf (plain)
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
{
    "title": "Kyselmä",
    "pages": { 
        "info": {
            "URL": "pages/info.html",
            "menuIcon": "icons/gen-heart-rate-svgrepo-com.svg",
            "menuName": "Kyselmä"
        },
        "spacer-1": {
        },
        "create": {
            "pageTitle": "Luo kysely",
            "URL": "pages/create.html",
            "menuIcon": "icons/con-ruler-pencil-svgrepo-com.svg",
            "menuName": "Luo",
            "dynamic": "yes"
        },
        "answer": {
            "pageTitle": "Vastaa kyselyyn",
            "URL": "pages/answer.html",
            "menuIcon": "icons/cld-server-svgrepo-com.svg",
            "menuName": "Vastaa",
            "dynamic": "yes"
        },
        "analyse": {
            "pageTitle": "Tutki vastauksia",
            "URL": "pages/analyse.html",
            "menuIcon": "icons/cel-rings-love-svgrepo-com.svg",
            "menuName": "Tutki",
            "dynamic": "yes"
        },
        "moderate": {
            "pageTitle": "Moderoi sivustoa",
            "URL": "pages/moderate.html",
            "menuIcon": "icons/cle-spraycan-svgrepo-com.svg",
            "hidden": "yes",
            "menuName": "Moderoi"
        },
        "question": {
            "pageTitle": "Lisää kysymys",
            "URL": "pages/question.html",
            "hidden": "yes"
        },
        "quiz": {
            "pageTitle": "Luodaanko uusi kyselmä?",
            "URL": "pages/quiz.html",
            "hidden": "yes"
        }
    }
}