From 3ef280390a45c1e29a17655d4d8329a0f03cdfe1 Mon Sep 17 00:00:00 2001
From: jensilo <k@jensheise.com>
Date: Wed, 27 Dec 2023 22:08:24 +0100
Subject: [PATCH] allow others for ziel
---
docs/templates/paris/ziel.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/docs/templates/paris/ziel.json b/docs/templates/paris/ziel.json
index ed0b916..2a17bf8 100644
--- a/docs/templates/paris/ziel.json
+++ b/docs/templates/paris/ziel.json
@@ -61,7 +61,9 @@
"Ziel",
"Projektziel"
],
- "optional": true,
+ "extra": {
+ "allowOthers": true
+ },
"size": "small"
},
"des-der": {
@@ -87,7 +89,9 @@
"Service",
"Stakeholders"
],
- "optional": true,
+ "extra": {
+ "allowOthers": true
+ },
"size": "small"
},
"eigenname": {
--
GitLab