Skip to content

Commit

Permalink
Merge pull request #24 from cloudanswers/gh-20
Browse files Browse the repository at this point in the history
Add app for Marketing Calendar
  • Loading branch information
thepaulfox authored Feb 21, 2024
2 parents db13ccd + 7deb304 commit c1cbb00
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 1 deletion.
19 changes: 19 additions & 0 deletions src/applications/Ltg_Marketing_Calendar.app
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>
10 changes: 10 additions & 0 deletions src/applications/Marketing_Calendar.app
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 added src/contentassets/cloudonly125x125.asset
Binary file not shown.
17 changes: 17 additions & 0 deletions src/contentassets/cloudonly125x125.asset-meta.xml
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>
6 changes: 6 additions & 0 deletions src/documents/CloudAnswers_Art-meta.xml
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.
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>
14 changes: 14 additions & 0 deletions src/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ For support or to hear about our other apps, visit us at https://cloudanswers.co
<members>CampaignCalendar</members>
<name>ApexPage</name>
</types>
<types>
<members>Ltg_Marketing_Calendar</members>
<members>Marketing_Calendar</members>
<name>CustomApplication</name>
</types>
<types>
<members>cloudonly125x125</members>
<name>ContentAsset</name>
</types>
<types>
<members>Campaign.Color_Status__c</members>
<name>CustomField</name>
Expand All @@ -31,6 +40,11 @@ For support or to hear about our other apps, visit us at https://cloudanswers.co
<members>Marketing_Calendar</members>
<name>CustomTab</name>
</types>
<types>
<members>CloudAnswers_Art</members>
<members>CloudAnswers_Art/CloudAnswers_Tab_Icon.png</members>
<name>Document</name>
</types>
<types>
<members>Campaign.MarketingCalendarEventTitle</members>
<members>Campaign.MarketingCalendarPopup</members>
Expand Down
3 changes: 2 additions & 1 deletion src/tabs/Marketing_Calendar.tab
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>

0 comments on commit c1cbb00

Please sign in to comment.