mirror of
https://github.com/meichthys/church.git
synced 2026-02-09 18:33:42 +00:00
Merge pull request #62 from sipatha/bugfix/61-custom-application-logo-is-not-loaded
PR to develop: Fix custom application logo not laoded
This commit is contained in:
commit
e845c9a894
@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"address": null,
|
||||
"app_logo": "/files/church-noto-512.png",
|
||||
"app_logo": "",
|
||||
"app_name": "Church",
|
||||
"auto_account_deletion": 72,
|
||||
"banner_html": null,
|
||||
@ -46,4 +46,4 @@
|
||||
"website_theme": "Standard",
|
||||
"website_theme_image_link": null
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
@ -4,6 +4,8 @@ app_publisher = "meichthys"
|
||||
app_description = "A church management app."
|
||||
app_email = "church@meichthys.com"
|
||||
app_license = "mit"
|
||||
app_logo_url = "/assets/church/media/church_logo.png"
|
||||
develop_version = "develop"
|
||||
|
||||
fixtures = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user