added first files
parent
5a6ddbbd7c
commit
b3c5bcd8a2
|
@ -0,0 +1 @@
|
|||
.idea
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "Map Template",
|
||||
"description": "A Template for displaying Content on a Map",
|
||||
"image": "https://ik.imagekit.io/areya/tr:ar-5-3,w-800/geojango-maps-Z8UgB80_46w-unsplash_SNswHMxBz.jpg",
|
||||
"version": "0.1",
|
||||
"author": {
|
||||
"name": "Areya Webservices",
|
||||
"link": "https://www.areya.de/"
|
||||
},
|
||||
"lumino-version": {"min": "3.4", "max": "3.6"},
|
||||
|
||||
"content-types": [
|
||||
{
|
||||
"name":"Locations",
|
||||
"description":"Content to Display on a Map",
|
||||
"icon":"map-pin",
|
||||
"status":"1",
|
||||
"fields": [
|
||||
|
||||
{
|
||||
"name": "Description",
|
||||
"type": "text",
|
||||
"required": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
||||
]
|
||||
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
[
|
||||
{
|
||||
"name":"Locations",
|
||||
"description":"Content to Display on a Map",
|
||||
"icon": "/font-awesome/duotone/map-pin.svg",
|
||||
"status":1,
|
||||
"blade": "undefined",
|
||||
"fields": [
|
||||
|
||||
{
|
||||
"name": "Description",
|
||||
"type": "text",
|
||||
"required": 1,
|
||||
"position": 2
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Location",
|
||||
"type": "location",
|
||||
"position": 2,
|
||||
"required": 1,
|
||||
"default_value": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue