27 lines
636 B
JSON
27 lines
636 B
JSON
|
[
|
||
|
{
|
||
|
"name":"Produkt",
|
||
|
"description":"Produkt",
|
||
|
"icon":"shopping-bag",
|
||
|
"status":1,
|
||
|
"blade":"produkt",
|
||
|
"fields":[
|
||
|
{
|
||
|
"name":"Preis",
|
||
|
"type":"number",
|
||
|
"description":"",
|
||
|
"position":1,
|
||
|
"required":1,
|
||
|
"default_value":""
|
||
|
},
|
||
|
{
|
||
|
"name":"Lieferumfang",
|
||
|
"type":"textfield",
|
||
|
"description":"",
|
||
|
"position":2,
|
||
|
"required":1,
|
||
|
"default_value":""
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|