1
0
Fork 0
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:
MathieuW 2023-08-13 12:41:37 +02:00 committed by GitHub
parent 85b6ea1af4
commit 652460c6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
config_panel.toml Normal file
View 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"