feat: add stems links field (kDrive/NIYAJ) to paroles
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"collectionName": "components_stem_lyens",
|
||||
"info": {
|
||||
"displayName": "Stems",
|
||||
"icon": "database",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"url": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"plateforme": {
|
||||
"type": "enumeration",
|
||||
"enum": ["kDrive", "NIYAJ"],
|
||||
"required": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user