From ff9527ff2baae71324de25cb291bc46576e60aea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kurucz=20Istv=C3=A1n?= <kurucz.istvan@gmail.com>
Date: Wed, 3 Nov 2021 00:15:11 +0100
Subject: [PATCH] Improve fixture-file: "book" node-type custom settings

---
 tests/fixtures/drupal5.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/fixtures/drupal5.php b/tests/fixtures/drupal5.php
index d14e538..c6ec15f 100644
--- a/tests/fixtures/drupal5.php
+++ b/tests/fixtures/drupal5.php
@@ -4757,14 +4757,14 @@ $connection->insert('node_type')
   'name' => 'Book page',
   'module' => 'book',
   'description' => "A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.",
-  'help' => '',
+  'help' => 'This text will be displayed at the top of the submission form for this content type. It is useful for helping or instructing your users.',
   'has_title' => '1',
-  'title_label' => 'Title',
+  'title_label' => 'Book title label',
   'has_body' => '1',
-  'body_label' => 'Body',
-  'min_word_count' => '0',
+  'body_label' => 'Book body label',
+  'min_word_count' => '25',
   'custom' => '0',
-  'modified' => '0',
+  'modified' => '1',
   'locked' => '1',
   'orig_type' => 'book',
 ))
-- 
GitLab