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)**: