From 4aa41bcc7c009bd1c920f381cc973d9228718116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Wed, 10 Jan 2024 09:41:45 +0100 Subject: [PATCH] =?UTF-8?q?ajusted=20content=20type=20ank=C3=BCndigung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content_types.json | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/content_types.json b/content_types.json index 10c637b..266d29d 100644 --- a/content_types.json +++ b/content_types.json @@ -289,17 +289,34 @@ "default_value": "" }, { - "name": "Typ", + "name": "color", "type": "select", "position": 3, "required": 1, "default_value": "", "options": [ - "Success", - "Warning", - "Danger", - "Info" + "success", + "warning", + "danger", + "info", + "primary", + "secondary", + "light", + "dark" ] + }, + { + "name": "icon", + "type": "text", + "description": "Icon", + "attr": { + "pattern": "", + "maxlength": "", + "minlength": "" + }, + "position": 4, + "required": 0, + "default_value": "" } ] }