{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "TrailheadSettings - Metadata API",
"description": "Represents an org’s integration with Trailhead for Learning Paths or Enablement programs, including access to enablement sites (formerly myTrailhead).",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableConfettiEffect": {
"type": "boolean",
"description": "Indicates whether animated confetti plays on the screen after a user reaches certain milestones, such as completing an Enablement program in the Guidance Center. The default value of this field is false."
},
"enableMyTrailheadPref": {
"type": "boolean",
"description": "Indicates whether the org is connected to an enablement site (myTrailhead). The default value of this field is true."
},
"enableTrailheadInLexTerms": {
"type": "boolean",
"description": "Indicates whether the terms and conditions for showing Trailhead content in Lightning Experience are accepted in your org. The default value of this field is false."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a TrailheadSettings component.",
"code": "\n\n true\n"
}
]
}