mirror of
https://github.com/YunoHost-Apps/focalboard_ynh.git
synced 2024-09-03 18:36:19 +02:00
16 lines
405 B
TOML
16 lines
405 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "Focalboard configuration"
|
|
services = ["__APP__"]
|
|
|
|
[main.config]
|
|
name = "Configuration Options"
|
|
|
|
[main.config.enable_public_boards]
|
|
ask = "Enable public boards"
|
|
type = "boolean"
|
|
yes = "true"
|
|
no = "false"
|
|
help = "Enable publishing boards for public access"
|
|
bind = "enablePublicSharedBoards:__FINALPATH__/config.json"
|