updating api after rebuild

This commit is contained in:
2020-04-27 03:13:14 +01:00
parent 4ee5de123a
commit 0401ee6d01
8 changed files with 1120 additions and 47 deletions

View File

@@ -0,0 +1,33 @@
{
"kind": "singleType",
"collectionName": "abouts",
"info": {
"name": "About"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"Content": {
"type": "richtext"
},
"Title": {
"type": "string"
},
"Video": {
"collection": "file",
"via": "related",
"allowedTypes": [
"images",
"files",
"videos"
],
"plugin": "upload",
"required": false
},
"Optionextra": {
"type": "richtext"
}
}
}