|
- {
- "kind": "collectionType",
- "collectionName": "companies",
- "info": {
- "name": "Company"
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "name": {
- "type": "string"
- },
- "img": {
- "model": "file",
- "via": "related",
- "allowedTypes": [
- "images",
- "files",
- "videos"
- ],
- "plugin": "upload",
- "required": false
- }
- }
- }
|