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
ericgaspar d3809893f4 Fix
2022-09-15 21:20:16 +02:00

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"