forked from forcedotcom/GIFter
-
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.
- Loading branch information
1 parent
684103b
commit de36b44
Showing
7 changed files
with
45 additions
and
3 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
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<brand> | ||
<headerColor>#0070D2</headerColor> | ||
<shouldOverrideOrgTheme>false</shouldOverrideOrgTheme> | ||
</brand> | ||
<formFactors>Large</formFactors> | ||
<label>GIFter</label> | ||
<navType>Standard</navType> | ||
<tabs>GIFter</tabs> | ||
<uiType>Lightning</uiType> | ||
</CustomApplication> |
2 changes: 1 addition & 1 deletion
2
force-app/main/default/aura/PostGIFToChatter/PostGIFToChatter.cmp
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,3 +1,3 @@ | ||
<aura:component> | ||
<aura:component implements="force:appHostable"> | ||
|
||
</aura:component> |
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,3 +1,3 @@ | ||
<aura:component> | ||
<aura:component implements="force:appHostable"> | ||
|
||
</aura:component> |
12 changes: 12 additions & 0 deletions
12
force-app/main/default/flexipages/GIFter.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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<flexiPageRegions> | ||
<name>main</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<masterLabel>GIFter</masterLabel> | ||
<template> | ||
<name>flexipage:defaultAppHomeTemplate</name> | ||
</template> | ||
<type>AppPage</type> | ||
</FlexiPage> |
9 changes: 9 additions & 0 deletions
9
force-app/main/default/permissionsets/GIFter.permissionset-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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<applicationVisibilities> | ||
<application>GIFter</application> | ||
<visible>true</visible> | ||
</applicationVisibilities> | ||
<hasActivationRequired>false</hasActivationRequired> | ||
<label>GIFter</label> | ||
</PermissionSet> |
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,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<description>Created by Lightning App Builder</description> | ||
<flexiPage>GIFter</flexiPage> | ||
<label>GIFter</label> | ||
<mobileReady>true</mobileReady> | ||
<motif>Custom7: Square</motif> | ||
</CustomTab> |