Statistics
| Branch: | Tag: | Revision:

root / cloudcms / fixtures / cloudcms_media_categories.json @ d240ebcb

History | View | Annotate | Download (426 Bytes)

1
[
2
    {
3
        "pk": "1", 
4
        "model": "medialibrary.category", 
5
        "fields": {
6
            "slug": "faq-images", 
7
            "parent": null, 
8
            "title": "FAQ images"
9
        }
10
    }, 
11
    {
12
        "pk": "2", 
13
        "model": "medialibrary.category", 
14
        "fields": {
15
            "slug": "user-guide-images", 
16
            "parent": null, 
17
            "title": "User guide images"
18
        }
19
    }
20
]