generated from microcmsio/nextjs-simple-blog-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmicrocms-template.json
76 lines (76 loc) · 2.11 KB
/
microcms-template.json
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
{
"name": "template",
"plan": "Hobby",
"schema": [
{
"apiId": "API#abcc75ab-d330-4d1d-b617-115086aa1472",
"apiName": "writer",
"apiEndpoint": "writers",
"apiType": "LIST",
"apiFields": [
{ "idValue": "63Px-vWPpR", "fieldId": "name", "name": "表示名", "kind": "text" },
{
"idValue": "-WS9qvKpLN",
"fieldId": "profile",
"name": "profile",
"kind": "textArea"
},
{ "idValue": "MbEFShMbpw", "fieldId": "image", "name": "画像", "kind": "media" }
],
"customFields": []
},
{
"apiId": "API#489045ef-7e6d-4d26-aa92-3f6a3838eab6",
"apiName": "tag",
"apiEndpoint": "tags",
"apiType": "LIST",
"apiFields": [
{ "idValue": "UnuCxoeTDL", "fieldId": "name", "name": "tag name", "kind": "text" }
],
"customFields": []
},
{
"apiId": "API#e408eda4-c9ca-4ccf-9ee5-ebcb9057bfdc",
"apiName": "blog",
"apiEndpoint": "blog",
"apiType": "LIST",
"apiFields": [
{ "idValue": "k4JiHTLAnk", "fieldId": "title", "name": "title", "kind": "text" },
{
"idValue": "bBbJJZryBm",
"fieldId": "description",
"name": "description",
"kind": "textArea"
},
{
"idValue": "lfyeSiGnAH",
"fieldId": "content",
"name": "content",
"kind": "richEditorV2",
"customClassList": [{ "id": "OvfYc2S7Yv", "name": "marker", "value": "marker" }]
},
{
"idValue": "CRNO9YkC1_",
"fieldId": "thumbnail",
"name": "thumbnail",
"kind": "media"
},
{
"idValue": "yqp2kwTcqz",
"fieldId": "tags",
"name": "tag",
"kind": "relationList",
"referenceKey": "API#489045ef-7e6d-4d26-aa92-3f6a3838eab6"
},
{
"idValue": "uFAzjRFFmk",
"fieldId": "writer",
"name": "writer",
"kind": "relation",
"referenceKey": "API#abcc75ab-d330-4d1d-b617-115086aa1472"
}
],
"customFields": []
}
]
}