customize the 'About Us Settings' form

This commit is contained in:
meichthys 2026-03-04 04:30:46 +00:00
parent c2e273a9e5
commit 741e9c0458
3 changed files with 155 additions and 0 deletions

View File

@ -0,0 +1,139 @@
{
"custom_fields": [],
"custom_perms": [],
"doctype": "About Us Settings",
"links": [],
"property_setters": [
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "company_introduction",
"is_system_generated": 0,
"name": "About Us Settings-company_introduction-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church Introduction"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "sb0",
"is_system_generated": 0,
"name": "About Us Settings-sb0-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church History"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "company_history_heading",
"is_system_generated": 0,
"name": "About Us Settings-company_history_heading-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church History Heading"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "company_history_heading",
"is_system_generated": 0,
"name": "About Us Settings-company_history_heading-description",
"property": "description",
"property_type": "Text",
"row_name": null,
"value": "Church History"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "company_history",
"is_system_generated": 0,
"name": "About Us Settings-company_history-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church History"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "sb1",
"is_system_generated": 0,
"name": "About Us Settings-sb1-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church Leadership"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "team_members_heading",
"is_system_generated": 0,
"name": "About Us Settings-team_members_heading-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Leadership Heading"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "team_members_heading",
"is_system_generated": 0,
"name": "About Us Settings-team_members_heading-description",
"property": "description",
"property_type": "Text",
"row_name": null,
"value": "\"Church Leadership\" or \"Pastoral Staff\""
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "team_members",
"is_system_generated": 0,
"name": "About Us Settings-team_members-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Church Leadership"
},
{
"default_value": null,
"doc_type": "About Us Settings",
"docstatus": 0,
"doctype_or_field": "DocField",
"field_name": "team_members_subtitle",
"is_system_generated": 0,
"name": "About Us Settings-team_members_subtitle-label",
"property": "label",
"property_type": "Data",
"row_name": null,
"value": "Leadership Subtitle"
}
],
"sync_on_migrate": 1
}

View File

@ -0,0 +1,15 @@
[
{
"company_history": [],
"company_history_heading": "Church History",
"company_introduction": "<p>We are a congregation of believers committed to worshipping God, growing in His Word, and serving one another and our community in love.</p><p>To learn more about what we believe, visit our <a href=\"/beliefs\">Beliefs</a> page. To see how we support missionaries around the world, visit our <a href=\"/missions\">Missions</a> page.</p>",
"docstatus": 0,
"doctype": "About Us Settings",
"footer": "",
"name": "About Us Settings",
"page_title": "About Our Church",
"team_members": [],
"team_members_heading": "Our Leadership",
"team_members_subtitle": ""
}
]

View File

@ -13,6 +13,7 @@ website_context = {
}
fixtures = [
{"dt": "About Us Settings"},
{
"dt": "Bible Book",
},