Commit 1f274038 by jaymehta

images

1 parent 3c45e596
......@@ -164,6 +164,19 @@
"rejected",
"pending"
]
},
"imagesComponent": {
"displayName": "images",
"type": "component",
"repeatable": true,
"component": "images.images"
},
"previewImages": {
"allowedTypes": [
"images"
],
"type": "media",
"multiple": true
}
}
}
{
"collectionName": "components_images_images",
"info": {
"displayName": "images",
"icon": "money-bill"
},
"options": {},
"attributes": {
"image": {
"allowedTypes": [
"images",
"files",
"videos",
"audios"
],
"type": "media",
"multiple": false
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!