mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 12:02:10 +00:00
18 lines
278 B
JSON
18 lines
278 B
JSON
{
|
|
"info": {
|
|
"name": "code_snippet",
|
|
"description": "",
|
|
"icon": "ambulance"
|
|
},
|
|
"connection": "default",
|
|
"collectionName": "components_code_snippets",
|
|
"attributes": {
|
|
"code": {
|
|
"type": "text"
|
|
},
|
|
"link": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|