addd keyboard feature

This commit is contained in:
2022-11-27 17:45:32 +03:00
parent fae84d065c
commit 57d1e02559
6 changed files with 98 additions and 19 deletions
+5
View File
@@ -13,6 +13,11 @@ module.exports = {
features: {
'hub-video-start': {
// add your features here in the format [featureName]: { value: string }
"keyboard": {
"on": true,
"value": "true",
"key": "keyboard"
}
},
},
config: {