mirror of
https://github.com/meichthys/church.git
synced 2026-02-01 05:54:41 +00:00
add website settings fixture
This commit is contained in:
parent
8959a9519f
commit
5d36683bb9
49
church/fixtures/website_settings.json
Normal file
49
church/fixtures/website_settings.json
Normal file
@ -0,0 +1,49 @@
|
||||
[
|
||||
{
|
||||
"address": null,
|
||||
"app_logo": "/files/church-noto-512.png",
|
||||
"app_name": "Church",
|
||||
"auto_account_deletion": 72,
|
||||
"banner_html": null,
|
||||
"banner_image": "",
|
||||
"brand_html": null,
|
||||
"call_to_action": null,
|
||||
"call_to_action_url": null,
|
||||
"copyright": null,
|
||||
"disable_signup": 1,
|
||||
"docstatus": 0,
|
||||
"doctype": "Website Settings",
|
||||
"enable_google_indexing": 0,
|
||||
"enable_view_tracking": 0,
|
||||
"favicon": null,
|
||||
"footer_items": [],
|
||||
"footer_logo": null,
|
||||
"footer_powered": null,
|
||||
"footer_template": null,
|
||||
"footer_template_values": null,
|
||||
"google_analytics_anonymize_ip": 1,
|
||||
"google_analytics_id": null,
|
||||
"head_html": null,
|
||||
"hide_footer_signup": 0,
|
||||
"hide_login": 0,
|
||||
"home_page": "app/welcome",
|
||||
"indexing_authorization_code": null,
|
||||
"indexing_refresh_token": null,
|
||||
"modified": "2025-10-24 00:03:04.495034",
|
||||
"name": "Website Settings",
|
||||
"navbar_search": 0,
|
||||
"navbar_template": null,
|
||||
"navbar_template_values": null,
|
||||
"robots_txt": null,
|
||||
"route_redirects": [],
|
||||
"show_account_deletion_link": 0,
|
||||
"show_footer_on_login": 0,
|
||||
"show_language_picker": 0,
|
||||
"splash_image": "",
|
||||
"subdomain": null,
|
||||
"title_prefix": null,
|
||||
"top_bar_items": [],
|
||||
"website_theme": "Standard",
|
||||
"website_theme_image_link": null
|
||||
}
|
||||
]
|
||||
@ -217,6 +217,7 @@ fixtures = [
|
||||
]
|
||||
],
|
||||
},
|
||||
{"dt": "Website Settings"},
|
||||
]
|
||||
# Apps
|
||||
# ------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user