Mistakenly added 'example' panel because ran tests locally /o\

This commit is contained in:
Alexandre Aubin 2022-12-20 23:25:52 +01:00
parent 59405ef4c6
commit 7c0bd231ed

View file

@ -160,24 +160,3 @@ name = "Other"
[misc.backup.backup_compress_tar_archives]
type = "boolean"
default = false
[example]
[example.example]
[example.example.boolean]
type = "boolean"
yes = "True"
no = "False"
default = "True"
[example.example.number]
type = "number"
default = 42
[example.example.string]
type = "string"
default = "yolo swag"
[example.example.select]
type = "select"
choices = ["a", "b", "c"]
default = "a"