updating api after rebuild
This commit is contained in:
33
api/about/models/about.settings.json
Normal file
33
api/about/models/about.settings.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user