1
0
Fork 0
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:
Galettofraise 2022-02-25 12:34:23 +01:00 committed by ljf
parent 75b1c80032
commit 2159874de3

26
config_panel.toml Normal file
View 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"