Commit c02d7944 by jay

..

1 parent 89f60242
...@@ -2,17 +2,18 @@ ...@@ -2,17 +2,18 @@
"collectionName": "components_layout_project_images", "collectionName": "components_layout_project_images",
"info": { "info": {
"displayName": "Project Image", "displayName": "Project Image",
"icon": "images" "icon": "images",
"description": ""
}, },
"options": {}, "options": {},
"attributes": { "attributes": {
"image": { "image": {
"allowedTypes": [
"images"
],
"type": "media", "type": "media",
"multiple": false, "multiple": false,
"required": true "required": true,
"allowedTypes": [
"images"
]
}, },
"featuredOnHome": { "featuredOnHome": {
"type": "boolean", "type": "boolean",
...@@ -22,6 +23,9 @@ ...@@ -22,6 +23,9 @@
"caption": { "caption": {
"type": "string", "type": "string",
"required": true "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!