Commit c02d7944 by jay

..

1 parent 89f60242
......@@ -2,17 +2,18 @@
"collectionName": "components_layout_project_images",
"info": {
"displayName": "Project Image",
"icon": "images"
"icon": "images",
"description": ""
},
"options": {},
"attributes": {
"image": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": false,
"required": true
"required": true,
"allowedTypes": [
"images"
]
},
"featuredOnHome": {
"type": "boolean",
......@@ -22,6 +23,9 @@
"caption": {
"type": "string",
"required": true
},
"thumbnail": {
"type": "boolean"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!