ajusted content type ankündigung
parent
a948aa3ffa
commit
4aa41bcc7c
|
@ -289,17 +289,34 @@
|
||||||
"default_value": ""
|
"default_value": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Typ",
|
"name": "color",
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"position": 3,
|
"position": 3,
|
||||||
"required": 1,
|
"required": 1,
|
||||||
"default_value": "",
|
"default_value": "",
|
||||||
"options": [
|
"options": [
|
||||||
"Success",
|
"success",
|
||||||
"Warning",
|
"warning",
|
||||||
"Danger",
|
"danger",
|
||||||
"Info"
|
"info",
|
||||||
|
"primary",
|
||||||
|
"secondary",
|
||||||
|
"light",
|
||||||
|
"dark"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"type": "text",
|
||||||
|
"description": "Icon",
|
||||||
|
"attr": {
|
||||||
|
"pattern": "",
|
||||||
|
"maxlength": "",
|
||||||
|
"minlength": ""
|
||||||
|
},
|
||||||
|
"position": 4,
|
||||||
|
"required": 0,
|
||||||
|
"default_value": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue