You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
631 B
31 lines
631 B
2 years ago
|
uuid: eef23f5b-9a28-414f-9a6f-02011642e891
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_text_settings
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 6'
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Drupal teaser length configuration'
|
||
|
source:
|
||
|
plugin: variable
|
||
|
variables:
|
||
|
- teaser_length
|
||
|
source_module: text
|
||
|
process:
|
||
|
default_summary_length:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: teaser_length
|
||
|
destination:
|
||
|
plugin: config
|
||
|
config_name: text.settings
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional: { }
|