Chris@14: id: d7_field Chris@14: label: Field configuration Chris@14: migration_tags: Chris@14: - Drupal 7 Chris@14: - Configuration Chris@14: class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration Chris@17: field_plugin_method: alterFieldMigration Chris@14: source: Chris@14: plugin: d7_field Chris@14: constants: Chris@14: status: true Chris@14: langcode: und Chris@14: process: Chris@14: entity_type: entity_type Chris@14: status: 'constants/status' Chris@14: langcode: 'constants/langcode' Chris@14: field_name: field_name Chris@14: type: Chris@14: plugin: process_field Chris@14: source: type Chris@14: method: getFieldType Chris@14: # Translatable is not migrated and the Drupal 8 default of true is used. Chris@14: # If translatable is false in field storage then the field can not be Chris@14: # set to translatable via the UI. Chris@14: #translatable: translatable Chris@14: cardinality: cardinality Chris@14: settings: Chris@14: plugin: d7_field_settings Chris@14: destination: Chris@14: plugin: entity:field_storage_config