Mercurial > hg > isophonics-drupal-site
view core/modules/field/migrations/d7_field.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 |
line wrap: on
line source
id: d7_field label: Field configuration migration_tags: - Drupal 7 - Configuration class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration field_plugin_method: alterFieldMigration source: plugin: d7_field constants: status: true langcode: und process: entity_type: entity_type status: 'constants/status' langcode: 'constants/langcode' field_name: field_name type: plugin: process_field source: type method: getFieldType # Translatable is not migrated and the Drupal 8 default of true is used. # If translatable is false in field storage then the field can not be # set to translatable via the UI. #translatable: translatable cardinality: cardinality settings: plugin: d7_field_settings destination: plugin: entity:field_storage_config