X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Fmigration_templates%2Fd7_field_instance.yml;fp=web%2Fcore%2Fmodules%2Ffield%2Fmigration_templates%2Fd7_field_instance.yml;h=0000000000000000000000000000000000000000;hp=4e1901dc4ac18775fc3d3240707b3038bf2cbce7;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/modules/field/migration_templates/d7_field_instance.yml b/web/core/modules/field/migration_templates/d7_field_instance.yml deleted file mode 100644 index 4e1901dc4..000000000 --- a/web/core/modules/field/migration_templates/d7_field_instance.yml +++ /dev/null @@ -1,52 +0,0 @@ -id: d7_field_instance -label: Field instance configuration -migration_tags: - - Drupal 7 -class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration -field_plugin_method: processFieldInstance -source: - plugin: d7_field_instance - constants: - status: true -process: - type: - plugin: process_field - source: type - method: getFieldType - entity_type: entity_type - field_name: field_name - # The bundle needs to be statically mapped in order to support comment types - # that might already exist before this migration is run. See - # d7_comment_type.yml for more information. - bundle: - plugin: static_map - source: bundle - bypass: true - map: - comment_node_forum: comment_forum - label: label - description: description - required: required - status: 'constants/status' - settings: - plugin: d7_field_instance_settings - source: - - settings - - widget - - field_definition - default_value_function: '' - default_value: - plugin: d7_field_instance_defaults - source: - - default_value - - widget - translatable: translatable -destination: - plugin: entity:field_config -migration_dependencies: - required: - - d7_field - optional: - - d7_node_type - - d7_comment_type - - d7_taxonomy_vocabulary