added new content types for rnd
parent
3663bbf0a3
commit
c93532037b
81
config.json
81
config.json
|
@ -55,6 +55,87 @@
|
|||
"required": "0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name":"Immobilien",
|
||||
"description":"Themes to display on the Web",
|
||||
"icon":"suitcase",
|
||||
"status":"1",
|
||||
"fields": [
|
||||
|
||||
{
|
||||
"name": "Description",
|
||||
"type": "text",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Preise",
|
||||
"type": "number",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "Addresse",
|
||||
"type": "location",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Git Location",
|
||||
"type": "url",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Features",
|
||||
"type": "select-multiple",
|
||||
"options": ["Dashboard","Multiuser","Payment", "Subscriptions", "Calendar", "Lead Collector"],
|
||||
"required": "0"
|
||||
},
|
||||
{
|
||||
"name": "Demo Link",
|
||||
"type": "url",
|
||||
"required": "0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name":"Produkte",
|
||||
"description":"Themes to display on the Web",
|
||||
"icon":"suitcase",
|
||||
"status":"1",
|
||||
"fields": [
|
||||
|
||||
{
|
||||
"name": "Beschreibung",
|
||||
"type": "text",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Preis",
|
||||
"type": "number",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Aktions Preis",
|
||||
"type": "number",
|
||||
"required": "1"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "Zustand",
|
||||
"type": "text",
|
||||
"required": "1"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in New Issue