Newer Version Available
NetworkBranding
Represents the branding and color scheme applied
to a community. (Salesforce Communities are represented by the Network
component.)
This type extends the MetadataWithContent type and inherits its content and fullName fields.
Declarative Metadata File Suffix and Directory Location
NetworkBranding components have the suffix .networkBranding and are stored in the networkBranding folder.
Version
This object is available in API version 41.0 and later. It replaces the Branding subtype in the Network component.
Fields
Declarative Metadata Sample Definition
A sample XML definition of networkBranding.
1<?xml version="1.0" encoding="UTF-8"?>
2<NetworkBranding xmlns="http://soap.sforce.com/2006/04/metadata">
3 <loginFooterText>salesforce.com</loginFooterText>
4 <loginLogo>Communities_Shared_Document_Folder/header2_png.png</loginLogo>
5 <loginLogoName>header2.png</loginLogoName>
6 <loginQuaternaryColor>#B1BAC1</loginQuaternaryColor>
7 <loginRightFrameUrl>http://www.test.com/test</loginRightFrameUrl>
8 <network>Network 1</network>
9 <pageFooter>Branding/footer_html.html</pageFooter>
10 <pageHeader>Branding/header_Image.jpg</pageHeader>
11 <primaryColor>#AF5800</primaryColor>
12 <primaryComplementColor>#FFFFFF</primaryComplementColor>
13 <quaternaryColor>#286FB8</quaternaryColor>
14 <quaternaryComplementColor>#FFFFFF</quaternaryComplementColor>
15 <secondaryColor>#000000</secondaryColor>
16 <tertiaryColor>#FFFFFF</tertiaryColor>
17 <tertiaryComplementColor>#222222</tertiaryComplementColor>
18 <zeronaryColor>#0A3764</zeronaryColor>
19 <zeronaryComplementColor>#FFFFFF</zeronaryComplementColor>
20</NetworkBranding>