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.example
ericgaspar a95aa2b85f
Fix
2022-05-31 18:50:09 +02:00

19 lines
531 B
Text

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"