master
parent
7efb2803d6
commit
fcf35ee1f0
43
config.json
43
config.json
|
@ -7,46 +7,5 @@
|
||||||
"name": "Areya Webservices",
|
"name": "Areya Webservices",
|
||||||
"link": "https://www.areya.de/"
|
"link": "https://www.areya.de/"
|
||||||
},
|
},
|
||||||
"lumino-version": {"min": "3.0", "max": "3.1"},
|
"lumino-version": {"min": "3.0", "max": "3.1"}
|
||||||
"content-types": [
|
|
||||||
{
|
|
||||||
"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":""
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"lists": [
|
|
||||||
{
|
|
||||||
"name": "Produkte",
|
|
||||||
"slug": "produkte",
|
|
||||||
"description": "",
|
|
||||||
"search_terms": "",
|
|
||||||
"image": "",
|
|
||||||
"seo_title": "",
|
|
||||||
"seo_description": "",
|
|
||||||
"blade": "produkte",
|
|
||||||
"content-types": ["Produkt"],
|
|
||||||
"sorting": "Created At (DESC)"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"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":""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,32 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name":"Anfrage",
|
||||||
|
"status":1,
|
||||||
|
"channels":[
|
||||||
|
{
|
||||||
|
"name":"Bestaetigung",
|
||||||
|
"type":"email",
|
||||||
|
"status":1,
|
||||||
|
"active":"1",
|
||||||
|
"email-address":"info@areya.de",
|
||||||
|
"email-subject":"Bestaetigung",
|
||||||
|
"email-body-type":"text",
|
||||||
|
"email-body":"Olá"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Fastbill",
|
||||||
|
"type":"api",
|
||||||
|
"status":1,
|
||||||
|
"active":"1",
|
||||||
|
"api-url":"https://my.fastbill.com/api/1.0/api.php",
|
||||||
|
"api-method":"post",
|
||||||
|
"api-auth-type":"basic",
|
||||||
|
"api-auth-username":"info@areya.de",
|
||||||
|
"api-auth-password":"e0364f3a42ca616af0fe78de3337008d5P7ZRTq9OsOVlWNlf7h3i5C9ZUagDgyV",
|
||||||
|
"api-body-type":"json",
|
||||||
|
"api-body-json":{"SERVICE":"customer.create","DATA":{"CUSTOMER_TYPE":"business","ORGANIZATION":"GustavoLuigi","LAST_NAME":"Souza"}},
|
||||||
|
"api-header-data":[{"key":"Content-Type","value":"application/json"}]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
|
@ -0,0 +1,14 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Produkte",
|
||||||
|
"slug": "produkte",
|
||||||
|
"description": "",
|
||||||
|
"search_terms": "",
|
||||||
|
"image": "",
|
||||||
|
"seo_title": "",
|
||||||
|
"seo_description": "",
|
||||||
|
"blade": "produkte",
|
||||||
|
"content-types": ["Produkt"],
|
||||||
|
"sorting": "Created At (DESC)"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue