mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-01 12:20:24 +08:00
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>
|
|
```
|