{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "NetworkBranding - Metadata API", "description": "Represents the branding and color scheme applied to the login pages of an Experience Cloud site. (Experience Cloud sites are represented by the Network component.)", "file_information": ".networkBranding", "directory_location": "networkBranding", "fields_columns": [ "type", "description" ], "fields": { "loginBackgroundImageUrl": { "type": "string", "description": "The path to the image URL that appears as the background on the Experience Cloud site’s login page. This URL can be fixed, dynamic, or an uploaded image. A dynamic URL contains the experience ID parameter, {expid}, and is resolved dynamically at runtime." }, "loginFooterText": { "type": "string", "description": "The text that appears in the footer of the Experience Cloud site login page." }, "loginLogo": { "type": "string", "description": "The logo that appears on the Experience Cloud site login page for external users." }, "loginLogoName": { "type": "string", "description": "The name of the logo that appears on the Experience Cloud site login page for external users." }, "loginPrimaryColor": { "type": "string", "description": "The background color of the Login button. Available in API version 42.0 and later." }, "loginQuaternaryColor": { "type": "string", "description": "The background color for the Experience Cloud site’s login page." }, "loginRightFrameUrl": { "type": "string", "description": "The path to the content of the right frame of the Experience Cloud site login page. This URL can be either fixed or dynamic. A dynamic URL contains the experience ID parameter, {expid}. If the URL contains {expid}, the URL is resolved dynamically at runtime depending on the parameter's value." }, "network": { "type": "string", "description": "The name of the Experience Cloud site associated with the branding." }, "pageFooter": { "type": "string", "description": "An image that appears on the footer of the Experience Cloud site pages. Must be an.html file." }, "pageHeader": { "type": "string", "description": "An image that appears on the header of the Experience Cloud site pages. Can be an.html,.gif,.jpg, or.png file." }, "primaryColor": { "type": "string", "description": "The color used for the active tab.", "required": true }, "primaryComplementColor": { "type": "string", "description": "Font color used with primaryColor.", "required": true }, "quaternaryColor": { "type": "string", "description": "The background color for pages in the Experience Cloud site.", "required": true }, "quaternaryComplementColor": { "type": "string", "description": "Font color used with quaternaryColor.", "required": true }, "secondaryColor": { "type": "string", "description": "The color used for the top borders of lists and tables.", "required": true }, "staticLogoImageUrl": { "type": "string", "description": "The path to the logo that appears on the Experience Cloud site’s login page. This URL can be fixed, dynamic, or an uploaded image. A dynamic URL contains the experience ID parameter, {expid}. If the URL contains {expid}, the URL is resolved dynamically at runtime depending on the parameter's value." }, "tertiaryColor": { "type": "string", "description": "The background color for section headers on edit and detail pages.", "required": true }, "tertiaryComplementColor": { "type": "string", "description": "Font color used with tertiaryColor.", "required": true }, "zeronaryColor": { "type": "string", "description": "The background color for the header.", "required": true }, "zeronaryComplementColor": { "type": "string", "description": "Font color used with zeronaryColor.", "required": true } }, "wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "A sample XML definition of network branding.", "code": "\n\n salesforce.com\n Communities_Shared_Document_Folder/header2_png.png\n header2.png\n http://identitycms.herokuapp.com/promo-background.jpg\n #B1BAC1\n https://www.example.com/test\n Network 1\n Branding/footer_html.html\n Branding/header_Image.jpg\n #AF5800\n #FFFFFF\n #286FB8\n #FFFFFF\n #000000\n #FFFFFF\n #222222\n #0A3764\n #FFFFFF\n" } ] }