mirror of
https://github.com/YunoHost-Apps/samba_ynh.git
synced 2024-09-03 20:16:27 +02:00
26 lines
427 B
TOML
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"
|