✨feature: Set up contact info block and map
This commit is contained in:
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"key": "group_6867eaa8c0001",
|
||||
"title": "Contact Info",
|
||||
"fields": [
|
||||
{
|
||||
"key": "field_6a4997f2d7b1f",
|
||||
"label": "Heading",
|
||||
"name": "heading",
|
||||
"aria-label": "",
|
||||
"type": "text",
|
||||
"instructions": "",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"default_value": "",
|
||||
"maxlength": "",
|
||||
"allow_in_bindings": 0,
|
||||
"placeholder": "",
|
||||
"prepend": "",
|
||||
"append": ""
|
||||
},
|
||||
{
|
||||
"key": "field_6867eaa8c0002",
|
||||
"label": "Map Latitude",
|
||||
"name": "map_latitude",
|
||||
"aria-label": "",
|
||||
"type": "number",
|
||||
"instructions": "Latitude for the Leaflet map center.",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "100",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"default_value": "49.8951",
|
||||
"min": -90,
|
||||
"max": 90,
|
||||
"allow_in_bindings": 1,
|
||||
"placeholder": "49.8951",
|
||||
"step": "0.000001",
|
||||
"prepend": "",
|
||||
"append": ""
|
||||
},
|
||||
{
|
||||
"key": "field_6867eaa8c0003",
|
||||
"label": "Map Longitude",
|
||||
"name": "map_longitude",
|
||||
"aria-label": "",
|
||||
"type": "number",
|
||||
"instructions": "Longitude for the Leaflet map center.",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "100",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"default_value": "-97.1384",
|
||||
"min": -180,
|
||||
"max": 180,
|
||||
"allow_in_bindings": 1,
|
||||
"placeholder": "-97.1384",
|
||||
"step": "0.000001",
|
||||
"prepend": "",
|
||||
"append": ""
|
||||
},
|
||||
{
|
||||
"key": "field_6867eaa8c0004",
|
||||
"label": "Map Zoom",
|
||||
"name": "map_zoom",
|
||||
"aria-label": "",
|
||||
"type": "number",
|
||||
"instructions": "Initial map zoom level (1-19).",
|
||||
"required": 0,
|
||||
"conditional_logic": 0,
|
||||
"wrapper": {
|
||||
"width": "100",
|
||||
"class": "",
|
||||
"id": ""
|
||||
},
|
||||
"default_value": 14,
|
||||
"min": 1,
|
||||
"max": 19,
|
||||
"allow_in_bindings": 1,
|
||||
"placeholder": 14,
|
||||
"step": 1,
|
||||
"prepend": "",
|
||||
"append": ""
|
||||
}
|
||||
],
|
||||
"location": [
|
||||
[
|
||||
{
|
||||
"param": "block",
|
||||
"operator": "==",
|
||||
"value": "acf\/contact-info"
|
||||
}
|
||||
]
|
||||
],
|
||||
"menu_order": 0,
|
||||
"position": "side",
|
||||
"style": "default",
|
||||
"label_placement": "top",
|
||||
"instruction_placement": "label",
|
||||
"hide_on_screen": "",
|
||||
"active": true,
|
||||
"description": "heading and map fields for the Contact Info block.",
|
||||
"show_in_rest": 0,
|
||||
"display_title": "",
|
||||
"allow_ai_access": false,
|
||||
"ai_description": "",
|
||||
"modified": 1783208109
|
||||
}
|
||||
Reference in New Issue
Block a user