diff options
| -rw-r--r-- | ext/bg/data/options-schema.json | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/ext/bg/data/options-schema.json b/ext/bg/data/options-schema.json index 0a384766..05883693 100644 --- a/ext/bg/data/options-schema.json +++ b/ext/bg/data/options-schema.json @@ -294,7 +294,10 @@                                                  "custom"                                              ],                                              "default": "jpod101" -                                        } +                                        }, +                                        "default": [ +                                            "jpod101" +                                        ]                                      },                                      "volume": {                                          "type": "number", |