Files
api.pawol.nu/components/url/liens.json
T
Cédric FAMIBELLE-PRONZOLA 0669b0b9e1 Remove Soundcloud from vwe
2021-06-17 23:26:12 +02:00

29 lines
458 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",
"File",
"Lbry",
"Rumble"
],
"required": true
}
}
}