-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add app for Marketing Calendar
- Loading branch information
Showing
9 changed files
with
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<brand> | ||
<headerColor>#0070D2</headerColor> | ||
<logo>cloudonly125x125</logo> | ||
<logoVersion>1</logoVersion> | ||
<shouldOverrideOrgTheme>true</shouldOverrideOrgTheme> | ||
</brand> | ||
<description>CloudAnswers Marketing Calendar</description> | ||
<formFactors>Small</formFactors> | ||
<formFactors>Large</formFactors> | ||
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled> | ||
<isNavPersonalizationDisabled>true</isNavPersonalizationDisabled> | ||
<label>Marketing Calendar</label> | ||
<navType>Standard</navType> | ||
<tabs>Marketing_Calendar</tabs> | ||
<tabs>standard-Campaign</tabs> | ||
<uiType>Lightning</uiType> | ||
</CustomApplication> |
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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomApplication xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<defaultLandingTab>Marketing_Calendar</defaultLandingTab> | ||
<isNavAutoTempTabsDisabled>false</isNavAutoTempTabsDisabled> | ||
<isNavPersonalizationDisabled>false</isNavPersonalizationDisabled> | ||
<label>Marketing Calendar</label> | ||
<logo>CloudAnswers_Art/CloudAnswers_Tab_Icon.png</logo> | ||
<tabs>Marketing_Calendar</tabs> | ||
<tabs>standard-Campaign</tabs> | ||
</CustomApplication> |
Binary file not shown.
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,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ContentAsset xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<isVisibleByExternalUsers>false</isVisibleByExternalUsers> | ||
<language>en_US</language> | ||
<masterLabel>cloudonly125x125</masterLabel> | ||
<relationships> | ||
<organization> | ||
<access>VIEWER</access> | ||
</organization> | ||
</relationships> | ||
<versions> | ||
<version> | ||
<number>1</number> | ||
<pathOnClient>cloudonly-125x125.png</pathOnClient> | ||
</version> | ||
</versions> | ||
</ContentAsset> |
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<DocumentFolder xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<accessType>Public</accessType> | ||
<name>CloudAnswers Art</name> | ||
<publicFolderAccess>ReadOnly</publicFolderAccess> | ||
</DocumentFolder> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions
6
src/documents/CloudAnswers_Art/CloudAnswers_Tab_Icon.png-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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Document xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<internalUseOnly>false</internalUseOnly> | ||
<name>CloudAnswers_Tab_Icon.png</name> | ||
<public>true</public> | ||
</Document> |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<icon>CloudAnswers_Art/CloudAnswers_Tab_Icon.png</icon> | ||
<label>Marketing Calendar</label> | ||
<motif>Custom61: Castle</motif> | ||
<motif>Custom108: TV Widescreen</motif> | ||
<page>CampaignCalendar</page> | ||
</CustomTab> |