{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "MacroSettings - Metadata API",
"description": "Represents an organization’s Macro settings, such as whether or not folders is enabled. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAdvancedSearch": {
"type": "boolean",
"description": "Indicates whether users can search all macro text fields (true) or not (false)."
},
"macrosInFolders": {
"type": "boolean",
"description": "Indicates whether users can organize and share macros using folders (true) or not (false). Available in API version 44.0 and later."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This is a sample Macro settings file.",
"code": "\n\n true\n true\n"
}
]
}