Browse Source

adding Spielmannszug abfrage

Medowar 3 weeks ago
parent
commit
934444f3f9
1 changed files with 9 additions and 0 deletions
  1. 9 0
      config/form_schema.php

+ 9 - 0
config/form_schema.php

@@ -412,6 +412,15 @@ return [
                     ],
                     'subtext' => 'nur wenn vorhanden',
                 ],
+                [
+                    'key' => 'abzeichen_thl',
+                    'label' => 'Musikalische Vorerfahrung',
+                    'type' => 'textarea',
+                    'visible_if' => [
+                        'field' => 'mitgliedsart',
+                        'equals' => 'Spielmannszug',
+                    ],
+                ],
             ],
         ],
         [