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 0a7f43d0d7
Fix
2022-05-14 23:25:56 +02:00

19 lines
537 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:/var/www/__APP__/config/config.yml"
[main.config.theme]
ask = "Website theme"
choices = ["default", "bitsandpieces", "cutter"]
help = "Customise the theme of your website"
bind = "theme:/var/www/__APP__/config/config.yml"