From ae0bf3d47873b986d3f44159225d022cc891f529 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Thu, 30 Apr 2026 10:26:33 +0200 Subject: [PATCH] Add organ playing input field in WorshipManagement.vue: Introduce a new text input for organist details in the worship data form, enhancing the information captured during worship management. --- src/content/admin/WorshipManagement.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/admin/WorshipManagement.vue b/src/content/admin/WorshipManagement.vue index 6e2b508..22b5579 100644 --- a/src/content/admin/WorshipManagement.vue +++ b/src/content/admin/WorshipManagement.vue @@ -274,6 +274,9 @@ + + + @@ -367,6 +370,7 @@ export default { title: '', organizer: '', collection: '', + organPlaying: '', address: '', selfInformation: false, highlightTime: false, @@ -838,6 +842,7 @@ export default { title: '', organizer: '', collection: '', + organPlaying: '', address: '', selfInformation: false, highlightTime: false,