File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,41 @@ vars:
1414 PRETIX_ORGANIZER : ' {{.TASK_PRETIX_ORGANIZER | default "dpl-cms"}}'
1515
1616 CUSTOM_MODULES :
17- sh : ls web/modules/custom/*/*.info.yml | xargs basename -s '.info.yml'
17+ # Run `ls web/modules/custom/*/*.info.yml | xargs basename -s '.info.yml'` to get this list
18+ - aarhus_hero
19+
20+ - hoeringsportal_base_fixtures
21+ - hoeringsportal_citizen_proposal
22+ - hoeringsportal_citizen_proposal_archiving
23+ - hoeringsportal_config_settings
24+ - hoeringsportal_content_access
25+ - hoeringsportal_content_blocks
26+ - hoeringsportal_data
27+ - hoeringsportal_deskpro
28+ - hoeringsportal_forms
29+ - hoeringsportal_hearing
30+ - hoeringsportal_openid_connect
31+ - hoeringsportal_project_timeline
32+ - hoeringsportal_public_meeting
33+ - hoeringsportal_quicklinks
34+ - hoeringsportal_test_delta_sync_fixtures
35+
36+ - itk_admin
37+ - itk_admin_links
38+ - itk_media_entity
39+ - migrate_subject_data
1840
1941 CUSTOM_THEMES :
20- sh : ls web/themes/custom/*/*.info.yml | xargs basename -s '.info.yml'
42+ # Run `ls web/themes/custom/*/*.info.yml | xargs basename -s '.info.yml'` to get this []
43+ - hoeringsportal
44+ - hoeringsportal_admin
45+
46+ # During testing and development, you can override CUSTOM_MODULES and CUSTOM_THEMES to not process all modules and themes, e.g.
47+ #
48+ # CUSTOM_MODULES:
49+ # - hoeringsportal_citizen_proposal
50+ #
51+ # CUSTOM_THEMES: []
2152
2253tasks :
2354 default :
Original file line number Diff line number Diff line change 2525 "drupal/color_field" : " ^3.0" ,
2626 "drupal/config_ignore" : " ^3.2" ,
2727 "drupal/config_import_locale" : " ^2.0" ,
28+ "drupal/config_translation_po" : " ^1.0" ,
2829 "drupal/core" : " ^10.0" ,
2930 "drupal/core-composer-scaffold" : " ^10.0" ,
3031 "drupal/core-project-message" : " ^10.0" ,
You can’t perform that action at this time.
0 commit comments