Initial Drupal 11 with DDEV setup
This commit is contained in:
18
web/core/modules/locale/migrations/locale_settings.yml
Normal file
18
web/core/modules/locale/migrations/locale_settings.yml
Normal file
@ -0,0 +1,18 @@
|
||||
id: locale_settings
|
||||
label: Locale configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- locale_cache_strings
|
||||
- locale_js_directory
|
||||
source_module: locale
|
||||
process:
|
||||
cache_strings: locale_cache_strings
|
||||
'javascript/directory': locale_js_directory
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: locale.settings
|
||||
@ -0,0 +1,5 @@
|
||||
finished:
|
||||
6:
|
||||
locale: locale
|
||||
7:
|
||||
locale: locale
|
||||
Reference in New Issue
Block a user