aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 177e7da33ff0179c5610a469176a2b1fb386605e (plain) (blame)
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
{
    "frontMatter.taxonomy.contentTypes": [
        {
            "name": "default",
            "pageBundle": false,
            "fields": [
                {
                    "title": "title",
                    "name": "title",
                    "type": "string"
                },
                {
                    "title": "description",
                    "name": "description",
                    "type": "string"
                },
                {
                    "title": "pubDate",
                    "name": "pubDate",
                    "type": "datetime"
                },
                {
                    "title": "tags",
                    "name": "tags",
                    "type": "tags"
                }
            ]
        }
    ]
}