Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
16
2017/web/core/modules/text/migrations/text_settings.yml
Normal file
16
2017/web/core/modules/text/migrations/text_settings.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
id: text_settings
|
||||
label: Drupal teaser length configuration
|
||||
migration_tags:
|
||||
- Drupal 6
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: variable
|
||||
variables:
|
||||
- teaser_length
|
||||
source_module: text
|
||||
process:
|
||||
default_summary_length: teaser_length
|
||||
destination:
|
||||
plugin: config
|
||||
config_name: text.settings
|
Reference in a new issue