mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
[Add] Add config_panel
This commit is contained in:
parent
75b1c80032
commit
2159874de3
1 changed files with 26 additions and 0 deletions
26
config_panel.toml
Normal file
26
config_panel.toml
Normal file
|
@ -0,0 +1,26 @@
|
|||
version = "1.0"
|
||||
|
||||
[main]
|
||||
name = "shared directory"
|
||||
|
||||
[main.main]
|
||||
name = ""
|
||||
optional = true
|
||||
|
||||
[main.main.directory]
|
||||
ask = "List of share directory"
|
||||
type = "tags"
|
||||
|
||||
[main.main.advanced]
|
||||
ask = "Advanced parameter"
|
||||
type = "boolean"
|
||||
|
||||
[main.main.readonly]
|
||||
ask = "List of read only directory"
|
||||
type = "tags"
|
||||
visible = "advanced"
|
||||
|
||||
[main.main.unbrowseable]
|
||||
ask = "List of invisible directory"
|
||||
type = "tags"
|
||||
visible = "advanced"
|
Loading…
Add table
Reference in a new issue