-
Notifications
You must be signed in to change notification settings - Fork 0
/
cumulusci.yml
29 lines (28 loc) · 1.82 KB
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
project:
name: Recurring_Donations
package:
name: Recurring Donations
namespace: npe03
api_version: 53.0
git:
prefix_release: rel/
default_branch: main
dependency_resolutions:
preproduction: include_beta
tasks:
cleanup_translation_metadata:
description: Delete metadata from translation files that should not be translated.
class_path: cumulusci.tasks.metadata.modify.RemoveElementsXPath
options:
output_style: salesforce
elements:
- path: src/translations/**.translation
xpath: //ns:customLabels[ns:name='RecurringDonationInstallmentPeriod1stand15th']|//ns:customLabels[ns:name='RecurringDonationInstallmentPeriodQuarterly']|//ns:customLabels[ns:name='RecurringDonationInstallmentPeriodWeekly']|//ns:customLabels[ns:name='RecurringDonationInstallmentPeriodMonthly']|//ns:customLabels[ns:name='RecurringDonationInstallmentPeriodYearly']
- path: src/translations/**.translation
xpath: //ns:customLabels[ns:name='RecurringDonationClosedLostOpportunityStage']|//ns:customLabels[ns:name='RecurringDonationStageName']
- path: src/translations/**.translation
xpath: //ns:customLabels[ns:name='RecurringDonationClosedStatus']|//ns:customLabels[ns:name='RecurringDonationContactRole']|//ns:customLabels[ns:name='RecurringDonationDivideValue']|//ns:customLabels[ns:name='RecurringDonationMultiplyValue']|//ns:customLabels[ns:name='RecurringDonationOpenStatus']|//ns:customLabels[ns:name='RecurringDonationContactRole']
- path: src/translations/**.translation
xpath: //ns:quickActions
- path: src/translations/**.translation
xpath: //ns:reportTypes[ns:name='screen_flows_prebuilt_crt']