ajusted content type ankündigung

master
Benjamin Völkl 2024-01-10 09:41:45 +01:00
parent a948aa3ffa
commit 4aa41bcc7c
1 changed files with 22 additions and 5 deletions

View File

@ -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": ""
}
]
}