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

28 lines
454 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": {
"lien": {
"type": "string",
"required": true
},
"Hebergeur": {
"type": "enumeration",
"enum": [
"YouTube",
"PeerTube",
"DailyMotion",
"Vimeo",
"SoundCloud",
"Autre"
],
"required": true
}
}
}