Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing Experience Cloud targets #4578

Merged
merged 5 commits into from
Dec 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion packages/salesforcedx-vscode-lwc/resources/static/js-meta.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@
<xs:documentation>Enables a component to be used on a Lightning community page in Experience Builder.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lightningCommunity__Page_Layout">
<xs:annotation>
<xs:documentation>Enables a component to be used in Experience Builder as a page layout for an LWR site.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lightningCommunity__Theme_Layout">
<xs:annotation>
<xs:documentation>Enables a component to be used in Experience Builder as a theme layout for an LWR site.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="lightningCommunity__Default">
<xs:annotation>
<xs:documentation>Used together with lightningCommunity__Page. Enables a component that includes configurable properties to be used on a Lightning community page in Experience Builder. When the component is selected on the page, the properties appear.</xs:documentation>
Expand Down Expand Up @@ -434,4 +444,4 @@
</xs:sequence>
</xs:complexType>

</xs:schema>
</xs:schema>