mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 02:14:21 +08:00
Merge branch 'main' into sh/afdx-skills-update2
This commit is contained in:
commit
74c40d5f75
@ -1,3 +1,12 @@
|
|||||||
|
## [1.6.9](https://github.com/forcedotcom/afv-library/compare/1.6.8...1.6.9) (2026-04-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* @W-21889983@ Disallow Modifying React Site Metadata Except for Templated Properties ([#185](https://github.com/forcedotcom/afv-library/issues/185)) ([b0d71df](https://github.com/forcedotcom/afv-library/commit/b0d71df45229363cccb02c4bbffac272b1e63d50))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [1.6.8](https://github.com/forcedotcom/afv-library/compare/1.6.7...1.6.8) (2026-04-07)
|
## [1.6.8](https://github.com/forcedotcom/afv-library/compare/1.6.7...1.6.8) (2026-04-07)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@salesforce/afv-skills",
|
"name": "@salesforce/afv-skills",
|
||||||
"version": "1.6.8",
|
"version": "1.6.9",
|
||||||
"description": "Salesforce skills for Agentforce Vibes",
|
"description": "Salesforce skills for Agentforce Vibes",
|
||||||
"license": "CC-BY-NC-4.0",
|
"license": "CC-BY-NC-4.0",
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
@ -64,15 +64,15 @@ For URL updates, see [update-site-urls.md](docs/update-site-urls.md).
|
|||||||
- `docs/configure-metadata-digital-experience.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.
|
- 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
|
### Step 4: Do Not Modify Non-Templated Properties
|
||||||
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.
|
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
|
## Verification Checklist
|
||||||
Before deploying, confirm:
|
Before deploying, confirm:
|
||||||
|
|
||||||
- [ ] All five required properties are resolved
|
- [ ] All five required properties are resolved
|
||||||
- [ ] All metadata directories and files exist per the project structure
|
- [ ] 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
|
- [ ] `appSpace` in `content.json` matches an existing `UIBundle` metadata record
|
||||||
- [ ] Deployment validates successfully:
|
- [ ] Deployment validates successfully:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user