refactor: generaliser stems en kits (type Stems/Acapella+Instru)
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user