Skip to content

Commit b0d71df

Browse files
fix: @W-21889983@ Disallow Modifying React Site Metadata Except for Templated Properties (#185)
fix: remove extra property changes Co-authored-by: Hemant Singh Bisht <hsinghbisht@salesforce.com>
1 parent 574d8dc commit b0d71df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • skills/generating-ui-bundle-site

skills/generating-ui-bundle-site/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ For URL updates, see [update-site-urls.md](docs/update-site-urls.md).
6464
- `docs/configure-metadata-digital-experience.md`
6565
- Read entire file contents, replace placeholders (e.g. `{siteName}`) with the resolved values, then use the expanded templates to populate the metadata XML/JSON content.
6666

67-
### Step 4: Resolve Additional Configurations
68-
Address any extra configurations the user requests. Use the metadata sections and field context identified in Step 2 to understand each field's purpose and constraints, then update only the minimum necessary fields.
67+
### Step 4: Do Not Modify Non-Templated Properties
68+
Do not modify any default property values for `Network`, `CustomSite`, `DigitalExperience`, `DigitalExperienceConfig`, or `DigitalExperienceBundle` metadata that are not expressed as variables wrapped in `{braces}`.
6969

7070
## Verification Checklist
7171
Before deploying, confirm:
7272

7373
- [ ] All five required properties are resolved
7474
- [ ] All metadata directories and files exist per the project structure
75-
- [ ] All metadata fields are populated per the templates and user requests
75+
- [ ] All metadata fields match the Step 3 templates with `{braces}` substituted only; no other default property values were added or changed
7676
- [ ] `appSpace` in `content.json` matches an existing `UIBundle` metadata record
7777
- [ ] Deployment validates successfully:
7878
```bash

0 commit comments

Comments
 (0)