afv-library/skills/platform-metadata-api-context-get/data/metadata_api/ExperienceBundleSettings.json

25 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment"
],
"title": "ExperienceBundleSettings - Metadata API",
"description": "Represents the org setting that enables the ExperienceBundle metadata type for Aura sites in Experience Cloud. The setting doesnt affect LWR sites, which use ExperienceBundle by default. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableExperienceBundleMetadata": {
"type": "boolean",
"description": "Indicates whether the ExperienceBundle metadata type is enabled for Aura sites. Default is false. LWR sites use ExperienceBundle by default."
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"ExperienceBundleSettings\">\n <xsd:complexContent>\n <xsd:extension base=\"tns:Metadata\">\n <xsd:sequence>\n <xsd:element name=\"enableExperienceBundleMetadata\" minOccurs=\"0\" type=\"xsd:boolean\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n```"
}