1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00
focalboard_ynh/config_panel.toml
2023-03-14 09:02:36 +01:00

16 lines
407 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:__INSTALL_DIR__/config.json"