Mercurial > hg > isophonics-drupal-site
annotate core/modules/text/migrations/text_settings.yml @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: text_settings |
Chris@14 | 2 label: Drupal teaser length configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 6 |
Chris@14 | 5 - Drupal 7 |
Chris@14 | 6 - Configuration |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: variable |
Chris@14 | 9 variables: |
Chris@14 | 10 - teaser_length |
Chris@14 | 11 source_module: text |
Chris@14 | 12 process: |
Chris@14 | 13 default_summary_length: teaser_length |
Chris@14 | 14 destination: |
Chris@14 | 15 plugin: config |
Chris@14 | 16 config_name: text.settings |