Files
api.pawol.nu/components/url/liens.json
T

28 lines
446 B
JSON
Raw Normal View History

2020-12-06 22:13:45 +01:00
{
"collectionName": "components_url_liens",
"info": {
"name": "liens",
"icon": "link",
"description": ""
},
"options": {},
"attributes": {
2020-12-18 19:22:45 +01:00
"url": {
2020-12-06 22:13:45 +01:00
"type": "string",
"required": true
},
2020-12-18 19:22:45 +01:00
"sit": {
2020-12-06 22:13:45 +01:00
"type": "enumeration",
"enum": [
2020-12-15 21:16:38 +01:00
"Youtube",
"Peertube",
"Dailymotion",
"Vimeo",
"Soundcloud",
"File"
2020-12-06 22:13:45 +01:00
],
"required": true
}
}
}