resolves #61 : added app_log_url for the custom application. added development version. unset app_logo in the Website Settings fixture.

This commit is contained in:
Sipatha 2025-10-25 17:44:59 +02:00
parent dd0ce6a1e7
commit 329ab90ffe
No known key found for this signature in database
GPG Key ID: EF538EC99EC2A900
2 changed files with 4 additions and 2 deletions

View File

@ -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
}
]
]

View File

@ -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 = [
{