mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"file_information",
|
|||
|
|
"directory_location",
|
|||
|
|
"fields",
|
|||
|
|
"declarative_metadata_sample_definition"
|
|||
|
|
],
|
|||
|
|
"title": "MapAndLocationSettings - Metadata API",
|
|||
|
|
"description": "Represents an org’s map and location settings.",
|
|||
|
|
"file_information": ".settings",
|
|||
|
|
"directory_location": "settings",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"enableAddressAutoComplete": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"description": "Indicates whether auto-complete is enabled on address fields (true) or not (false)."
|
|||
|
|
},
|
|||
|
|
"enableMapsAndLocation": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"description": "Indicates whether the maps and location services are enabled (true) or not (false)"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"declarative_metadata_sample_definition": [
|
|||
|
|
{
|
|||
|
|
"description": "This is a sample mapandlocation.settings metadata file.",
|
|||
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<MapsAndLocationSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n <enableAddressAutoComplete>false</enableAddressAutoComplete>\n <enableMapsAndLocation>false</enableMapsAndLocation>\n</MapsAndLocationSettings>"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|