From b0d71df45229363cccb02c4bbffac272b1e63d50 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 8 Apr 2026 11:55:10 -0700 Subject: [PATCH] fix: @W-21889983@ Disallow Modifying React Site Metadata Except for Templated Properties (#185) fix: remove extra property changes Co-authored-by: Hemant Singh Bisht --- skills/generating-ui-bundle-site/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skills/generating-ui-bundle-site/SKILL.md b/skills/generating-ui-bundle-site/SKILL.md index fdface6..af25ae6 100644 --- a/skills/generating-ui-bundle-site/SKILL.md +++ b/skills/generating-ui-bundle-site/SKILL.md @@ -64,15 +64,15 @@ For URL updates, see [update-site-urls.md](docs/update-site-urls.md). - `docs/configure-metadata-digital-experience.md` - 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. -### Step 4: Resolve Additional Configurations -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. +### Step 4: Do Not Modify Non-Templated Properties +Do not modify any default property values for `Network`, `CustomSite`, `DigitalExperience`, `DigitalExperienceConfig`, or `DigitalExperienceBundle` metadata that are not expressed as variables wrapped in `{braces}`. ## Verification Checklist Before deploying, confirm: - [ ] All five required properties are resolved - [ ] All metadata directories and files exist per the project structure -- [ ] All metadata fields are populated per the templates and user requests +- [ ] All metadata fields match the Step 3 templates with `{braces}` substituted only; no other default property values were added or changed - [ ] `appSpace` in `content.json` matches an existing `UIBundle` metadata record - [ ] Deployment validates successfully: ```bash