master
parent
c5ab4dc506
commit
7efb2803d6
29
config.json
29
config.json
|
@ -15,13 +15,38 @@
|
||||||
"icon":"shopping-bag",
|
"icon":"shopping-bag",
|
||||||
"status":1,
|
"status":1,
|
||||||
"blade":"produkt",
|
"blade":"produkt",
|
||||||
"fields":[{
|
"fields":[
|
||||||
|
{
|
||||||
"name":"Preis",
|
"name":"Preis",
|
||||||
"type":"number",
|
"type":"number",
|
||||||
"description":"",
|
"description":"",
|
||||||
"position":1,
|
"position":1,
|
||||||
"required":1,
|
"required":1,
|
||||||
"default_value":""
|
"default_value":""
|
||||||
},{"name":"Lieferumfang","type":"textfield","description":"","position":2,"required":1,"default_value":""}]}
|
},
|
||||||
|
{
|
||||||
|
"name":"Lieferumfang",
|
||||||
|
"type":"textfield",
|
||||||
|
"description":"",
|
||||||
|
"position":2,
|
||||||
|
"required":1,
|
||||||
|
"default_value":""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"lists": [
|
||||||
|
{
|
||||||
|
"name": "Produkte",
|
||||||
|
"slug": "produkte",
|
||||||
|
"description": "",
|
||||||
|
"search_terms": "",
|
||||||
|
"image": "",
|
||||||
|
"seo_title": "",
|
||||||
|
"seo_description": "",
|
||||||
|
"blade": "produkte",
|
||||||
|
"content-types": ["Produkt"],
|
||||||
|
"sorting": "Created At (DESC)"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<x-form id-name="anfrage" channels="bestaetigung,airtable">
|
<x-form id-name="anfrage" channels="bestaetigung,fastbill">
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="" class="form-label">Anrede</label>
|
<label for="" class="form-label">Anrede</label>
|
||||||
<select class="form-select" name="anrede" aria-label="Default select example">
|
<select class="form-select" name="anrede" aria-label="Default select example">
|
||||||
|
|
Loading…
Reference in New Issue