From 07ffea4ce14de101ee6e3a031b53de0c93d28933 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:52:59 +0100
Subject: [PATCH] Drupal 5 not allow the node-specific admin theme.

---
 migration_templates/d5_node_settings.yml | 13 -------------
 1 file changed, 13 deletions(-)
 delete mode 100644 migration_templates/d5_node_settings.yml

diff --git a/migration_templates/d5_node_settings.yml b/migration_templates/d5_node_settings.yml
deleted file mode 100644
index 937ebfd..0000000
--- a/migration_templates/d5_node_settings.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: d5_node_settings
-label: Drupal 5 node configuration
-migration_tags:
-  - Drupal 5
-source:
-  plugin: variable
-  variables:
-    - node_admin_theme
-process:
-  use_admin_theme: node_admin_theme
-destination:
-  plugin: config
-  config_name: node.settings
-- 
GitLab