strapi/examples/getstarted/groups/cta_facebook.json
2019-07-23 19:28:37 +02:00

17 lines
256 B
JSON

{
"connection": "default",
"collectionName": "cta_facebook_aa",
"info": {
"name": "Facebook CTA",
"description": "test"
},
"attributes": {
"title": {
"type": "string"
},
"description": {
"type": "text"
}
}
}