Hi,
Here we are going to learn how can we include Lightning Experience theme and Branding set in package.xml for retrieving and deploying the same.
<types>
<members>"themeName"</members>
<name>LightningExperienceTheme</name>
</types>
<types>
<members>"BrandingSetName"</members>
<name>BrandingSet</name>
</types>
Reference:
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_brandingset.htm
No comments:
Post a Comment