From 7c0e47dc09243fd98fe31f7ee98de4352f108775 Mon Sep 17 00:00:00 2001 From: meichthys Date: Wed, 18 Feb 2026 03:32:10 +0000 Subject: [PATCH] Add basic navbar to website. (Fixes Create navigation for public website. Fixes #109) --- church/fixtures/website_settings.json | 35 +++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/church/fixtures/website_settings.json b/church/fixtures/website_settings.json index 45bd2bc..0f7190f 100644 --- a/church/fixtures/website_settings.json +++ b/church/fixtures/website_settings.json @@ -29,7 +29,7 @@ "home_page": "", "indexing_authorization_code": null, "indexing_refresh_token": null, - "modified": "2026-02-12 22:06:39.776572", + "modified": "2026-02-17 22:08:14.501243", "name": "Website Settings", "navbar_search": 0, "navbar_template": null, @@ -42,7 +42,38 @@ "splash_image": "", "subdomain": null, "title_prefix": null, - "top_bar_items": [], + "top_bar_items": [ + { + "label": "About", + "open_in_new_tab": 0, + "parent": "Website Settings", + "parent_label": null, + "parentfield": "top_bar_items", + "parenttype": "Website Settings", + "right": 1, + "url": "/about" + }, + { + "label": "Beliefs", + "open_in_new_tab": 0, + "parent": "Website Settings", + "parent_label": "", + "parentfield": "top_bar_items", + "parenttype": "Website Settings", + "right": 1, + "url": "/beliefs" + }, + { + "label": "Missions", + "open_in_new_tab": 0, + "parent": "Website Settings", + "parent_label": null, + "parentfield": "top_bar_items", + "parenttype": "Website Settings", + "right": 1, + "url": "/missions" + } + ], "website_theme": "Standard", "website_theme_image_link": null }