Skip to content

Commit

Permalink
SALTO-1303: Add CustomObjectTranslation to default exclude metadataTy…
Browse files Browse the repository at this point in the history
…pe (#2055)
  • Loading branch information
adamro committed May 9, 2021
1 parent c7e114b commit 508e21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/salesforce-adapter/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ export const configType = new ObjectType({
{ metadataType: 'SiteDotCom' },
{ metadataType: 'EmailTemplate' },
{ metadataType: 'ContentAsset' },
{ metadataType: 'CustomObjectTranslation' },
{
metadataType: 'StandardValueSet',
name: '^(AddressCountryCode)|(AddressStateCode)$',
Expand Down

0 comments on commit 508e21b

Please sign in to comment.