mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "posts",
|
|
"info": {
|
|
"name": "post",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string",
|
|
"default": "my super title"
|
|
},
|
|
"cover": {
|
|
"model": "file",
|
|
"via": "related",
|
|
"plugin": "upload"
|
|
},
|
|
"images": {
|
|
"collection": "file",
|
|
"via": "related",
|
|
"plugin": "upload"
|
|
},
|
|
"author": {
|
|
"model": "user",
|
|
"plugin": "users-permissions"
|
|
},
|
|
"metas": {
|
|
"type": "component",
|
|
"component": "default.metas",
|
|
"min": 1,
|
|
"repeatable": true
|
|
},
|
|
"content": {
|
|
"type": "dynamiczone",
|
|
"components": [
|
|
"blog.code_snippet",
|
|
"blog.quote",
|
|
"blog.rich_text",
|
|
"blog.slider",
|
|
"blog.text_with_image"
|
|
],
|
|
"min": 2
|
|
},
|
|
"contente": {
|
|
"type": "dynamiczone",
|
|
"components": [
|
|
"blog.code_snippet",
|
|
"blog.quote",
|
|
"blog.rich_text",
|
|
"blog.slider",
|
|
"blog.text_with_image"
|
|
],
|
|
"max": 3
|
|
}
|
|
}
|
|
}
|