Skip to content

Instantly share code, notes, and snippets.

@gaurangrshah
Last active October 19, 2020 18:05
Show Gist options
  • Save gaurangrshah/9235976ad7267f47cef412db79d8ca95 to your computer and use it in GitHub Desktop.
Save gaurangrshah/9235976ad7267f47cef412db79d8ca95 to your computer and use it in GitHub Desktop.
#strapicomponents #composite
{
"collectionName": "components_composite_blocks",
"info": {
"name": "block",
"icon": "stream"
},
"options": {},
"attributes": {
"text": {
"type": "component",
"repeatable": true,
"component": "atom.text"
},
"content": {
"type": "component",
"repeatable": true,
"component": "atom.content"
},
"image": {
"model": "file",
"via": "related",
"allowedTypes": [
"images",
"files",
"videos"
],
"plugin": "upload",
"required": false
},
"link": {
"type": "component",
"repeatable": false,
"component": "link.link"
}
}
}
{
"collectionName": "components_composite_cards",
"info": {
"name": "card",
"icon": "window-maximize"
},
"options": {},
"attributes": {
"icon": {
"type": "string"
},
"text": {
"type": "component",
"repeatable": true,
"component": "atom.text"
},
"content": {
"type": "component",
"repeatable": true,
"component": "atom.content"
},
"image": {
"model": "file",
"via": "related",
"allowedTypes": [
"images",
"files",
"videos"
],
"plugin": "upload",
"required": false
},
"link": {
"type": "component",
"repeatable": false,
"component": "link.link"
}
}
}
{
"collectionName": "components_composite_contacts",
"info": {
"name": "contact",
"icon": "address-card"
},
"options": {},
"attributes": {
"phone": {
"type": "string"
},
"email": {
"type": "string"
},
"streetAddress": {
"type": "string"
},
"suite": {
"type": "string"
},
"city": {
"type": "string"
},
"state": {
"type": "string"
},
"zip": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment