Newer Version Available

This content describes an older version of this product. View Latest

ExperienceBundleSettings (Developer Preview)

Represents the settings of ExperienceBundleMetadata of an organization.

File Suffix and Directory Location

ExperienceBundleSettings values are stored in a single file named ExperienceBundleMetadata.settings in the settings directory. The .settings files are different from other named components because there is only one settings file for each settings component.

Version

ExperienceBundleSettings is available in API version 46.0 and later.

This release contains a Developer Preview version of ExperienceBundle Metadata API that is production quality but has known limitations. To provide feedback and suggestions, go to IdeaExchange.

Note

Fields

Field Name Field Type Description
enableExperienceBundleMetadata boolean Indicates whether ExperienceBundleMetadata is enabled.

Declarative Metadata Sample Definition

Here’s an example ExperienceBundleSettings.xml that references the previous definition.

1<ExperienceBundleSettings xmlns="http://soap.sforce.com/2006/04/metadata">
2    <enableExperienceBundleMetadata>true</enableExperienceBundleMetadata>
3</ExperienceBundleSettings>

Wildcard Support in the Manifest File

The wildcard character * (asterisk) in the package.xml manifest file doesn’t apply to metadata types for feature settings. The wildcard applies only when retrieving all settings, not for an individual setting. For details, see Settings. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.