mirror of
https://github.com/strapi/strapi.git
synced 2025-11-25 14:41:15 +00:00
14 lines
210 B
JSON
14 lines
210 B
JSON
{
|
|
"info": {
|
|
"name": "rich_text",
|
|
"description": ""
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_rich_texts",
|
|
"attributes": {
|
|
"content": {
|
|
"type": "richtext"
|
|
}
|
|
}
|
|
}
|