File size: 2,022 Bytes
1e92f2d | 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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | {
"version": {
"fullVersion": "0.60.1",
"major": "0",
"minor": "60",
"patch": "1"
},
"meta": {},
"collections": [
{
"label": "Blog Posts",
"name": "posts",
"path": "_posts",
"fields": [
{
"type": "string",
"label": "Title",
"name": "title",
"namespace": ["posts", "title"]
},
{
"type": "string",
"label": "Excerpt",
"name": "excerpt",
"namespace": ["posts", "excerpt"]
},
{
"type": "string",
"label": "Cover Image",
"name": "coverImage",
"namespace": ["posts", "coverImage"]
},
{
"type": "string",
"label": "Date",
"name": "date",
"namespace": ["posts", "date"]
},
{
"type": "object",
"label": "author",
"name": "author",
"fields": [
{
"type": "string",
"label": "Name",
"name": "name",
"namespace": ["posts", "author", "name"]
},
{
"type": "string",
"label": "Picture",
"name": "picture",
"namespace": ["posts", "author", "picture"]
}
],
"namespace": ["posts", "author"]
},
{
"type": "object",
"label": "OG Image",
"name": "ogImage",
"fields": [
{
"type": "string",
"label": "Url",
"name": "url",
"namespace": ["posts", "ogImage", "url"]
}
],
"namespace": ["posts", "ogImage"]
},
{
"type": "string",
"label": "Blog Post Body",
"name": "body",
"isBody": true,
"ui": { "component": "textarea" },
"namespace": ["posts", "body"]
}
],
"namespace": ["posts"]
}
]
}
|