Update 'config.json'
parent
3ed752b255
commit
8752ce223c
62
config.json
62
config.json
|
@ -1,5 +1,63 @@
|
||||||
{
|
{
|
||||||
"name": "Wohnen am Kreuzberg Template",
|
"name": "Wohnen am Kreuzberg Template",
|
||||||
"description": "This is a Theme für die Seite www.wohnen-am-kreuzberg.de",
|
"description": "This is a Theme für die Seite www.wohnen-am-kreuzberg.de",
|
||||||
"image" : "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/header-startseite_aluCMDMFmqA.jpg"
|
"image" : "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/header-startseite_aluCMDMFmqA.jpg",
|
||||||
}
|
"version": "2.1",
|
||||||
|
"author": {
|
||||||
|
"name": "Areya Webservices",
|
||||||
|
"link": "https://www.areya.de/"
|
||||||
|
},
|
||||||
|
"lumino-version": {
|
||||||
|
|
||||||
|
"min": "2.1", "max": "2.1"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
"content-types": [
|
||||||
|
{
|
||||||
|
"name":"Jobs",
|
||||||
|
"description":"Stellenanzeigen",
|
||||||
|
"icon":"suitcase",
|
||||||
|
"status":"1",
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"name": "Stellenbeschreibung",
|
||||||
|
"type": "textfield",
|
||||||
|
"required": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bewerberqualifikation",
|
||||||
|
"type": "textfield",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Wir als Arbeitgeber",
|
||||||
|
"type": "textfield",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Arbeitsort",
|
||||||
|
"type": "location",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Wochenarbeitsstunden",
|
||||||
|
"type": "number",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Direktkontakt",
|
||||||
|
"type": "textfield",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Link zur Onlinebewerbung",
|
||||||
|
"type": "url",
|
||||||
|
"required": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Email zur Onlinebewerbung",
|
||||||
|
"type": "email",
|
||||||
|
"required": "0"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue