Files
astroplate/.sitepins/schema/authors.json
T
2025-11-30 15:11:47 +06:00

57 lines
1.0 KiB
JSON

{
"file": "src/content/authors/john-doe.md",
"name": "authors",
"fileType": "md",
"fmType": "yaml",
"template": [
{
"label": "Title",
"name": "title",
"type": "string",
"value": ""
},
{
"label": "Email",
"name": "email",
"type": "string",
"value": ""
},
{
"label": "Image",
"name": "image",
"type": "media",
"value": ""
},
{
"label": "Description",
"name": "description",
"type": "string",
"value": ""
},
{
"label": "Social",
"name": "social",
"type": "Array",
"fields": [
{
"label": "Name",
"name": "name",
"type": "string",
"value": ""
},
{
"label": "Icon",
"name": "icon",
"type": "string",
"value": ""
},
{
"label": "Link",
"name": "link",
"type": "string",
"value": ""
}
]
}
]
}