mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
* Move lwr site SKILL.md * Move bootstrap-template-byo-lwr.md * Move configure-content-brandingSet.md * Move configure-content-route.md * Move configure-content-themeLayout.md * Move configure-content-view.md * Move configure-guest-sharing-rules.md * Move handle-component-and-region-ids.md * Move handle-ui-components.md * Create react site SKILL.md * Create configure-metadata-custom-site.md * Create configure-metadata-digital-experience-bundle.md * Create configure-metadata-digital-experience-config.md * Create configure-metadata-digital-experience.md * Create configure-metadata-network.md --------- Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
18 lines
640 B
Markdown
18 lines
640 B
Markdown
# Configure Metadata: DigitalExperienceBundle
|
|
|
|
## Purpose
|
|
This configuration file creates a **net-new, default** DigitalExperienceBundle metadata record for a Digital Experience React Site. It is not intended to edit or modify an existing DigitalExperienceBundle record. Use this template only when provisioning a brand-new React site.
|
|
|
|
## File Location
|
|
```
|
|
digitalExperiences/site/{siteName}1/{siteName}1.digitalExperience-meta.xml
|
|
```
|
|
|
|
## Default Template
|
|
```xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<DigitalExperienceBundle xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
<label>{siteName}1</label>
|
|
</DigitalExperienceBundle>
|
|
```
|