1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/samba_ynh.git synced 2024-09-03 20:16:27 +02:00
samba_ynh/config_panel.toml
2022-02-27 14:53:49 +01:00

26 lines
427 B
TOML

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"