From ca7447c2198f39ca414fb86295d8e6ede8e3af9d Mon Sep 17 00:00:00 2001 From: Scott Mo Date: Wed, 8 Apr 2026 11:21:28 -0500 Subject: [PATCH] fix: target config instrx (from karthik) --- .../generating-experience-lwr-site/docs/handle-ui-components.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/generating-experience-lwr-site/docs/handle-ui-components.md b/skills/generating-experience-lwr-site/docs/handle-ui-components.md index 99ca63b..bd9a97d 100644 --- a/skills/generating-experience-lwr-site/docs/handle-ui-components.md +++ b/skills/generating-experience-lwr-site/docs/handle-ui-components.md @@ -16,6 +16,7 @@ Any LWC in `c` namespace (e.g., `c:heroBanner`). Distinct from OOTB components ( - `true` - Targets: `lightningCommunity__Page`, `lightningCommunity__Default` +- **Note on ``**: The `` tag is only supported under the `lightningCommunity__Default` target. You must include `lightningCommunity__Default` in the `targets` attribute of your `` to define properties. If `lightningCommunity__Page` is present in the `targets` attribute of a `` that contains properties, you must remove `lightningCommunity__Page` from that ``'s `targets` attribute. **Do NOT remove `lightningCommunity__Page` from the main `` list.** **Property Type Constraints (MANDATORY GATE)**: