1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
pico_ynh/config_panel.toml
ericgaspar d1d39dd67e
Fix
2022-05-31 17:59:03 +02:00

19 lines
531 B
TOML

version = "1.0"
[main]
name = "Pico configuration"
[main.config]
name = "Configuration Options"
[main.config.site_title]
ask = "Website title"
type = "string"
help = "Customise the title of your website"
bind = "site_title:__FINALPATH__/config/config.yml"
[main.config.theme]
ask = "Website theme"
choices = ["default", "bitsandpieces", "cutter"]
help = "Customise the theme of your website"
bind = "theme:__FINALPATH__/config/config.yml"