2023-05-15 15:15:12 +00:00
|
|
|
{
|
|
|
|
"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/"
|
|
|
|
},
|
2023-07-20 16:50:42 +00:00
|
|
|
"lumino-version": {"min": "3.4", "max": "3.7"},
|
2023-05-15 15:15:12 +00:00
|
|
|
|
|
|
|
"content-types": [
|
|
|
|
{
|
|
|
|
"name":"Locations",
|
|
|
|
"description":"Content to Display on a Map",
|
|
|
|
"icon":"map-pin",
|
|
|
|
"status":"1",
|
|
|
|
"fields": [
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Description",
|
|
|
|
"type": "text",
|
|
|
|
"required": "1"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|