forked from trailheadapps/ebikes-lwc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added XML support to prettier (trailheadapps#108)
* Added XML support to prettier * Updated prettier xml plugin * Applied prettier to XML files
- Loading branch information
Showing
95 changed files
with
360 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ lcc-react-js-bike-model/ | |
**/staticresources/** | ||
.localdevserver | ||
.sfdx | ||
.vscode | ||
.vscode | ||
jsconfig.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
force-app/main/default/aura/bikeCustomizer/bikeCustomizer.cmp-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<AuraDefinitionBundle xmlns="urn:metadata.tooling.soap.sforce.com" fqn="bikeCustomizer"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<AuraDefinitionBundle | ||
xmlns="urn:metadata.tooling.soap.sforce.com" | ||
fqn="bikeCustomizer" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<description>A Lightning Component Bundle</description> | ||
</AuraDefinitionBundle> |
7 changes: 5 additions & 2 deletions
7
force-app/main/default/aura/pageTemplate_2_7_3/pageTemplate_2_7_3.cmp-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<AuraDefinitionBundle xmlns="urn:metadata.tooling.soap.sforce.com" fqn="PageTemplate_2_7_3"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<AuraDefinitionBundle | ||
xmlns="urn:metadata.tooling.soap.sforce.com" | ||
fqn="PageTemplate_2_7_3" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<description>A Lightning Component Bundle</description> | ||
</AuraDefinitionBundle> |
2 changes: 1 addition & 1 deletion
2
force-app/main/default/classes/HeroDetailsPositionCustomPicklist.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
force-app/main/default/classes/ProductRecordInfoController.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com" fqn="ProductRecordInfoController"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass | ||
xmlns="urn:metadata.tooling.soap.sforce.com" | ||
fqn="ProductRecordInfoController" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
7 changes: 5 additions & 2 deletions
7
force-app/main/default/classes/TestOrderController.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com" fqn="TestOrderController"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass | ||
xmlns="urn:metadata.tooling.soap.sforce.com" | ||
fqn="TestOrderController" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
7 changes: 5 additions & 2 deletions
7
force-app/main/default/classes/TestProductController.cls-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ApexClass xmlns="urn:metadata.tooling.soap.sforce.com" fqn="TestProductController"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<ApexClass | ||
xmlns="urn:metadata.tooling.soap.sforce.com" | ||
fqn="TestProductController" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<status>Active</status> | ||
</ApexClass> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
force-app/main/default/cspTrustedSites/s3_us_west_1_amazonaws_com.cspTrustedSite-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CspTrustedSite xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<context>Communities</context> | ||
<description>s3_us_west_1_amazonaws_com Trusted Site Added Via Community Builder</description> | ||
<description | ||
>s3_us_west_1_amazonaws_com Trusted Site Added Via Community Builder</description> | ||
<endpointUrl>https://s3-us-west-1.amazonaws.com</endpointUrl> | ||
<isActive>true</isActive> | ||
</CspTrustedSite> |
5 changes: 3 additions & 2 deletions
5
force-app/main/default/cspTrustedSites/www_cannondale_com.cspTrustedSite-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<CspTrustedSite xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<context>Communities</context> | ||
<description>www_cannondale_com Trusted Site Added Via Community Builder</description> | ||
<description | ||
>www_cannondale_com Trusted Site Added Via Community Builder</description> | ||
<endpointUrl>https://www.cannondale.com</endpointUrl> | ||
<isActive>true</isActive> | ||
</CspTrustedSite> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
force-app/main/default/flexipages/Order_Record_Page.flexipage-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
force-app/main/default/flexipages/Product_Explorer.flexipage-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
force-app/main/default/flexipages/Product_Record_Page.flexipage-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
force-app/main/default/layouts/CaseClose-Close Case Layout.layout-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
</targetConfig> | ||
</targetConfigs> | ||
|
||
</LightningComponentBundle> | ||
</LightningComponentBundle> |
9 changes: 6 additions & 3 deletions
9
force-app/main/default/lwc/bikeCustomizerButtonBar/bikeCustomizerButtonBar.js-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="bikeCustomizerButtonBar"> | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<LightningComponentBundle | ||
xmlns="http://soap.sforce.com/2006/04/metadata" | ||
fqn="bikeCustomizerButtonBar" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<isExposed>false</isExposed> | ||
</LightningComponentBundle> | ||
</LightningComponentBundle> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="createOrder"> | ||
<LightningComponentBundle | ||
xmlns="http://soap.sforce.com/2006/04/metadata" | ||
fqn="createOrder" | ||
> | ||
<apiVersion>47.0</apiVersion> | ||
<isExposed>true</isExposed> | ||
<masterLabel>Create Case</masterLabel> | ||
<targets> | ||
<target>lightningCommunity__Page</target> | ||
</targets> | ||
</LightningComponentBundle> | ||
</LightningComponentBundle> |
Oops, something went wrong.