Skip to content

Commit 7e708d8

Browse files
Sitepins[bot]teamosishq
authored andcommitted
Create author schema by Sitepins v:0.0.291
Co-authored-by: tfsomrat <teamosishq@gmail.com>
1 parent c37028e commit 7e708d8

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.sitepins/schema/author.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"file": "exampleSite/content/english/author/mark-dinn.md",
3+
"name": "author",
4+
"fileType": "md",
5+
"fmType": "yaml",
6+
"template": [
7+
{
8+
"name": "title",
9+
"label": "Title",
10+
"type": "string",
11+
"value": "",
12+
"defaultValue": ""
13+
},
14+
{
15+
"name": "image",
16+
"label": "Image",
17+
"type": "string",
18+
"value": "",
19+
"defaultValue": ""
20+
},
21+
{
22+
"name": "email",
23+
"label": "Email",
24+
"type": "string",
25+
"value": "",
26+
"defaultValue": ""
27+
},
28+
{
29+
"name": "social",
30+
"label": "Social",
31+
"type": "Array",
32+
"value": [],
33+
"defaultValue": ""
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)