summaryrefslogtreecommitdiff
path: root/fixtures/default_pages.json
blob: f79727fbd26faf9206894670aacdc4b54a55ceb0 (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
[
    {
        "pk": 1,
        "model": "chimere.page",
        "fields": {
            "mnemonic": "project",
            "available": true,
            "template_path": "",
            "title": "Le projet",
            "content": "<p>Description of the project...</p>",
            "order": 10
        }
    },
    {
        "pk": 2,
        "model": "chimere.page",
        "fields": {
            "mnemonic": "legal",
            "available": true,
            "template_path": "",
            "title": "Mentions l\u00e9gales, cr\u00e9dits",
            "content": "<p>Credits</p>",
            "order": 10
        }
    }
]