maps-theme/content_types.json

25 lines
488 B
JSON

[
{
"name": "Locations",
"slug": "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": ""
}
]
}
]