mirror of
https://github.com/strapi/strapi.git
synced 2025-07-19 23:16:47 +00:00
21 lines
379 B
JSON
21 lines
379 B
JSON
![]() |
{
|
||
|
"info": {
|
||
|
"name": "text_with_image",
|
||
|
"description": ""
|
||
|
},
|
||
|
"connection": "default",
|
||
|
"collectionName": "components_text_with_images",
|
||
|
"attributes": {
|
||
|
"content": {
|
||
|
"type": "richtext",
|
||
|
"default": "my super content"
|
||
|
},
|
||
|
"picture": {
|
||
|
"model": "file",
|
||
|
"via": "related",
|
||
|
"plugin": "upload",
|
||
|
"required": true
|
||
|
}
|
||
|
}
|
||
|
}
|