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

20 lines
531 B
Text
Raw Normal View History

2022-05-14 15:20:24 +02:00
version = "1.0"
[main]
2022-05-14 18:56:39 +02:00
name = "Pico configuration"
2022-05-14 15:20:24 +02:00
2022-05-14 18:56:39 +02:00
[main.config]
name = "Configuration Options"
2022-05-14 15:20:24 +02:00
2022-05-14 18:56:39 +02:00
[main.config.site_title]
2022-05-14 19:50:58 +02:00
ask = "Website title"
2022-05-14 15:20:24 +02:00
type = "string"
2022-05-14 18:56:39 +02:00
help = "Customise the title of your website"
2022-05-31 17:59:03 +02:00
bind = "site_title:__FINALPATH__/config/config.yml"
2022-05-14 20:05:58 +02:00
[main.config.theme]
ask = "Website theme"
choices = ["default", "bitsandpieces", "cutter"]
help = "Customise the theme of your website"
2022-05-31 17:59:03 +02:00
bind = "theme:__FINALPATH__/config/config.yml"