28 lines
454 B
JSON
28 lines
454 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
}
|