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
2023-08-13 14:15:54 +02:00

19 lines
533 B
TOML

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"
[main.upload.upload_button]
ask.en = "Upload"
type = "button"
style = "success"
enabled = "upload_url"