Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / book / migrations / d6_book_settings.yml
diff --git a/web/core/modules/book/migrations/d6_book_settings.yml b/web/core/modules/book/migrations/d6_book_settings.yml
new file mode 100644 (file)
index 0000000..8abfc15
--- /dev/null
@@ -0,0 +1,19 @@
+id: d6_book_settings
+label: Book configuration
+migration_tags:
+  - Drupal 6
+  - Configuration
+source:
+  plugin: variable
+  variables:
+    - book_child_type
+    - book_block_mode
+    - book_allowed_types
+  source_module: book
+process:
+  child_type: book_child_type
+  'block/navigation/mode': book_block_mode
+  allowed_types: book_allowed_types
+destination:
+  plugin: config
+  config_name: book.settings