Update config_panel.toml.example
This commit is contained in:
parent
4f7cb2b294
commit
1a94c706ce
1 changed files with 2 additions and 2 deletions
|
@ -246,14 +246,14 @@ services = ["__APP__"]
|
||||||
type = "file"
|
type = "file"
|
||||||
accept = ".png"
|
accept = ".png"
|
||||||
help = "Fill with an already resized logo"
|
help = "Fill with an already resized logo"
|
||||||
bind = "__FINALPATH__/img/logo.png"
|
bind = "__INSTALL_DIR__/img/logo.png"
|
||||||
|
|
||||||
[main.customization.favicon]
|
[main.customization.favicon]
|
||||||
ask = "Favicon"
|
ask = "Favicon"
|
||||||
type = "file"
|
type = "file"
|
||||||
accept = ".png"
|
accept = ".png"
|
||||||
help = "Fill with an already sized favicon"
|
help = "Fill with an already sized favicon"
|
||||||
bind = "__FINALPATH__/img/favicon.png"
|
bind = "__INSTALL_DIR__/img/favicon.png"
|
||||||
|
|
||||||
|
|
||||||
[main.stripe]
|
[main.stripe]
|
||||||
|
|
Loading…
Reference in a new issue