maps-theme/content_types.json

26 lines
462 B
JSON

[
{
"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": ""
}
]
}
]