From d8f65d33de669c2f83509628d4c09fd2a62ef25f Mon Sep 17 00:00:00 2001 From: jluftglidden-tilt <53275453+jluftglidden-tilt@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:31:59 -0700 Subject: [PATCH] Replace WebApplication with UIBundle --- .../docs/configure-metadata-digital-experience.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/generating-ui-bundle-site/docs/configure-metadata-digital-experience.md b/skills/generating-ui-bundle-site/docs/configure-metadata-digital-experience.md index e24e4ec..3298d02 100644 --- a/skills/generating-ui-bundle-site/docs/configure-metadata-digital-experience.md +++ b/skills/generating-ui-bundle-site/docs/configure-metadata-digital-experience.md @@ -3,7 +3,7 @@ ## Purpose These configuration files create **net-new, default** DigitalExperience content records (`sfdc_cms__site` type) for a Digital Experience React Site. They are not intended to edit or modify existing DigitalExperience content. Use these templates only when provisioning a brand-new React site. -The `appContainer: true` field in `content.json` is what makes this a React site rather than a standard LWR site. The `appSpace` field should **be left empty if the WebApplication metadata record does not already exist**. When the WebApplication exists, populate the `appSpace` value following the format `{namespace}__{developerName}` to match the deployed `WebApplication` metadata record. +The `appContainer: true` field in `content.json` is what makes this a React site rather than a standard LWR site. The `appSpace` field should **be left empty if the UIBundle metadata record does not already exist**. When the UIBundle exists, populate the `appSpace` value following the format `{namespace}__{developerName}` to match the deployed `UIBundle` metadata record. ## File Location The DigitalExperience directory contains only `_meta.json` and `content.json`. Do not create any directories other than `sfdc_cms__site` inside the bundle. @@ -37,4 +37,4 @@ digitalExperiences/site/{siteName}1/sfdc_cms__site/{siteName}1/content.json } ``` -**Note:** Leave `appSpace` empty (`""`) if the WebApplication does not exist. If the WebApplication metadata record is already deployed, populate it with `"{appNamespace}__{appDevName}"`. +**Note:** Leave `appSpace` empty (`""`) if the UIBundle does not exist. If the UIBundle metadata record is already deployed, populate it with `"{appNamespace}__{appDevName}"`.