refactor: generaliser stems en kits (type Stems/Acapella+Instru)
Déploiement API BETA / build (push) Successful in 2m10s
Déploiement API PROD / build (push) Successful in 2m13s
Déploiement API BETA / deploy (push) Successful in 45s
Déploiement API PROD / deploy (push) Successful in 53s

This commit is contained in:
2026-07-03 16:57:06 +04:00
parent c62b54fba7
commit d9868a1d5d
4 changed files with 27 additions and 20 deletions
@@ -153,9 +153,9 @@
"karaokeDesktopUrl": {
"type": "string"
},
"stems": {
"kits": {
"type": "component",
"component": "stem.lyen",
"component": "kit.lyen",
"repeatable": true
}
}
@@ -1,7 +1,7 @@
{
"collectionName": "components_stem_lyens",
"collectionName": "components_kit_lyens",
"info": {
"displayName": "Stems",
"displayName": "Kit",
"icon": "database",
"description": ""
},
@@ -15,6 +15,11 @@
"type": "enumeration",
"enum": ["kDrive", "NIYAJ"],
"required": true
},
"type": {
"type": "enumeration",
"enum": ["Stems", "Acapella + Instru"],
"required": true
}
}
}