maps-theme/content_types.json

26 lines
462 B
JSON
Raw Normal View History

2023-05-15 15:15:12 +00:00
[
{
"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": ""
}
]
}
]