-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from SFDO-Community-Sprints/metecho/march-2023…
…-sprint Metecho/march 2023 sprint
- Loading branch information
Showing
36 changed files
with
1,664 additions
and
1 deletion.
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
20 changes: 20 additions & 0 deletions
20
force-app/main/default/flexipages/Memberships.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<flexiPageRegions> | ||
<name>region1</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<name>region2</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<name>region3</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<masterLabel>Memberships</masterLabel> | ||
<template> | ||
<name>flexipage:appHomeTemplateHeaderTwoColumns</name> | ||
</template> | ||
<type>AppPage</type> | ||
</FlexiPage> |
92 changes: 92 additions & 0 deletions
92
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<flexiPageRegions> | ||
<componentInstances> | ||
<componentInstanceProperties> | ||
<name>collapsed</name> | ||
<value>false</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>enableActionsConfiguration</name> | ||
<value>false</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>enableActionsInNative</name> | ||
<value>false</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>hideChatterActions</name> | ||
<value>false</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>numVisibleActions</name> | ||
<value>4</value> | ||
</componentInstanceProperties> | ||
<componentName>force:highlightsPanel</componentName> | ||
</componentInstances> | ||
<name>header</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<componentInstances> | ||
<componentName>force:detailPanel</componentName> | ||
</componentInstances> | ||
<name>detailTabContent</name> | ||
<type>Facet</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<componentInstances> | ||
<componentInstanceProperties> | ||
<name>active</name> | ||
<value>true</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>body</name> | ||
<value>detailTabContent</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>title</name> | ||
<value>Standard.Tab.detail</value> | ||
</componentInstanceProperties> | ||
<componentName>flexipage:tab</componentName> | ||
</componentInstances> | ||
<name>tabs</name> | ||
<type>Facet</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<componentInstances> | ||
<componentInstanceProperties> | ||
<name>tabs</name> | ||
<value>tabs</value> | ||
</componentInstanceProperties> | ||
<componentName>flexipage:tabset</componentName> | ||
</componentInstances> | ||
<name>main</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<componentInstances> | ||
<componentInstanceProperties> | ||
<name>relatedListComponentOverride</name> | ||
<value>NONE</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>rowsToDisplay</name> | ||
<value>10</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>showActionBar</name> | ||
<value>true</value> | ||
</componentInstanceProperties> | ||
<componentName>force:relatedListContainer</componentName> | ||
</componentInstances> | ||
<name>sidebar</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<masterLabel>Product Record Page</masterLabel> | ||
<sobjectType>Product2</sobjectType> | ||
<template> | ||
<name>flexipage:recordHomeTemplateDesktop</name> | ||
</template> | ||
<type>RecordPage</type> | ||
</FlexiPage> |
Oops, something went wrong.