Files
strapi-plugin-checkbox-list/playground/src/components/shared/rich-text.json
T

15 lines
240 B
JSON
Raw Normal View History

2026-02-05 10:19:56 +00:00
{
"collectionName": "components_shared_rich_texts",
"info": {
"displayName": "Rich text",
"icon": "align-justify",
"description": ""
},
"options": {},
"attributes": {
"body": {
"type": "richtext"
}
}
}