maps-theme/content_types.json

25 lines
488 B
JSON
Raw Normal View History

2023-05-15 15:15:12 +00:00
[
{
2023-06-30 19:09:34 +00:00
"name": "Locations",
"slug": "locations",
"description": "Content to Display on a Map",
2023-05-15 15:15:12 +00:00
"icon": "/font-awesome/duotone/map-pin.svg",
2023-06-30 19:09:34 +00:00
"status": 1,
2023-05-15 15:15:12 +00:00
"blade": "undefined",
"fields": [
{
"name": "Description",
"type": "text",
"required": 1,
"position": 2
},
{
"name": "Location",
"type": "location",
"position": 2,
"required": 1,
"default_value": ""
}
]
}
]