From b18cceb5787e3dbb98731e95ee82267af567ee1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurucz=20Istv=C3=A1n?= <kurucz.istvan@gmail.com> Date: Wed, 3 Nov 2021 09:40:05 +0100 Subject: [PATCH] Delete old migration files. --- .../d5_node_setting_promote.yml | 19 ------------------- .../d5_node_setting_status.yml | 19 ------------------- .../d5_node_setting_sticky.yml | 19 ------------------- 3 files changed, 57 deletions(-) delete mode 100644 migration_templates/d5_node_setting_promote.yml delete mode 100644 migration_templates/d5_node_setting_status.yml delete mode 100644 migration_templates/d5_node_setting_sticky.yml diff --git a/migration_templates/d5_node_setting_promote.yml b/migration_templates/d5_node_setting_promote.yml deleted file mode 100644 index 02e4bcd..0000000 --- a/migration_templates/d5_node_setting_promote.yml +++ /dev/null @@ -1,19 +0,0 @@ -id: d5_node_setting_promote -label: Drupal 5 node type 'promote' setting -migration_tags: - - Drupal 5 -source: - plugin: d6_node_type - constants: - entity_type: node - field_name: promote -process: - entity_type: 'constants/entity_type' - bundle: type - field_name: 'constants/field_name' - 'default_value/0/value': 'options/promote' -destination: - plugin: entity:base_field_override -migration_dependencies: - required: - - d5_node_type diff --git a/migration_templates/d5_node_setting_status.yml b/migration_templates/d5_node_setting_status.yml deleted file mode 100644 index 611307d..0000000 --- a/migration_templates/d5_node_setting_status.yml +++ /dev/null @@ -1,19 +0,0 @@ -id: d5_node_setting_status -label: Drupal 5 node type 'status' setting -migration_tags: - - Drupal 5 -source: - plugin: d6_node_type - constants: - entity_type: node - field_name: status -process: - entity_type: 'constants/entity_type' - bundle: type - field_name: 'constants/field_name' - 'default_value/0/value': 'options/status' -destination: - plugin: entity:base_field_override -migration_dependencies: - required: - - d5_node_type diff --git a/migration_templates/d5_node_setting_sticky.yml b/migration_templates/d5_node_setting_sticky.yml deleted file mode 100644 index 48e4fa9..0000000 --- a/migration_templates/d5_node_setting_sticky.yml +++ /dev/null @@ -1,19 +0,0 @@ -id: d5_node_setting_sticky -label: Drupal 5 node type 'sticky' setting -migration_tags: - - Drupal 5 -source: - plugin: d6_node_type - constants: - entity_type: node - field_name: sticky -process: - entity_type: 'constants/entity_type' - bundle: type - field_name: 'constants/field_name' - 'default_value/0/value': 'options/sticky' -destination: - plugin: entity:base_field_override -migration_dependencies: - required: - - d5_node_type -- GitLab