mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
17 lines
256 B
JSON
17 lines
256 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "cta_facebook_aa",
|
|
"info": {
|
|
"name": "Facebook CTA",
|
|
"description": "test"
|
|
},
|
|
"attributes": {
|
|
"title": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|