mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
Create config_panel.toml
This commit is contained in:
parent
85b6ea1af4
commit
652460c6f9
1 changed files with 18 additions and 0 deletions
18
config_panel.toml
Normal file
18
config_panel.toml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
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"
|
||||||
|
|
||||||
|
[main.upload.upload_button]
|
||||||
|
ask.en = "Upload"
|
||||||
|
type = "button"
|
||||||
|
style = "success"
|
||||||
|
enabled = "upload_url"
|
Loading…
Reference in a new issue