From 1e73f81d449820d675b0a66e0411c5b05b9f2550 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Fri, 19 Apr 2024 09:15:04 +0200 Subject: [PATCH] fix: use 3rd column for UKW profile forms --- examples/dnpm-ukr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dnpm-ukr.yml b/examples/dnpm-ukr.yml index 1dfcc30..b3e1ff8 100644 --- a/examples/dnpm-ukr.yml +++ b/examples/dnpm-ukr.yml @@ -13,7 +13,7 @@ forms: menu_category: name: Sonstiges position: 99.0 - column: 1 + column: 3 - name: 'DNPM UF Therapielinie' form_fields: - name: Ergebnis @@ -36,9 +36,9 @@ forms: menu_category: name: Sonstiges position: 99.0 - column: 1 + column: 3 - name: 'DNPM FollowUp' menu_category: name: Sonstiges position: 100.0 - column: 1 \ No newline at end of file + column: 3 \ No newline at end of file