Files
api.pawol.nu/components/url/liens.json
T
2020-12-18 19:22:45 +01:00

28 lines
446 B
JSON

{
"collectionName": "components_url_liens",
"info": {
"name": "liens",
"icon": "link",
"description": ""
},
"options": {},
"attributes": {
"url": {
"type": "string",
"required": true
},
"sit": {
"type": "enumeration",
"enum": [
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"Soundcloud",
"File"
],
"required": true
}
}
}