mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Mistakenly added 'example' panel because ran tests locally /o\
This commit is contained in:
parent
59405ef4c6
commit
7c0bd231ed
1 changed files with 0 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue