1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwix_ynh.git synced 2024-09-03 19:35:56 +02:00
kiwix_ynh/config_panel.toml

20 lines
532 B
TOML
Raw Normal View History

2023-08-13 12:41:37 +02:00
version = "1.0"
[main]
name.en = "Upload content"
[main.upload]
[main.upload.upload_url]
default = ""
type = "string"
ask.en = "Content URL"
help.en = "For example: https://download.kiwix.org/zim/other/pokepedia_fr_all_maxi_2021-01.zim"
help.fr = "Par exemple: https://download.kiwix.org/zim/other/pokepedia_fr_all_maxi_2021-01.zim"
2023-08-13 12:41:37 +02:00
[main.upload.upload_button]
ask.en = "Upload"
type = "button"
style = "success"
enabled = "upload_url"