feat: add stems links field (kDrive/NIYAJ) to paroles
This commit is contained in:
@@ -152,6 +152,11 @@
|
||||
},
|
||||
"karaokeDesktopUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"stems": {
|
||||
"type": "component",
|
||||
"component": "stem.lyen",
|
||||
"repeatable": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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