Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!5814
Resolve
#3379091
"Nodetype post required values"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve
#3379091
"Nodetype post required values"
issue/drupal-3379091:3379091-nodetype-post-required-values
into
11.x
Overview
9
Commits
22
Pipelines
7
Changes
24
Closed
Wim Leers
requested to merge
issue/drupal-3379091:3379091-nodetype-post-required-values
into
11.x
1 year ago
Overview
9
Commits
22
Pipelines
7
Changes
24
Expand
Closes
#3379091
0
0
Merge request reports
Compare
11.x
version 6
bf287aeb
1 year ago
version 5
9448c8cc
1 year ago
version 4
04d65442
1 year ago
version 3
00b1ba35
1 year ago
version 2
7232b026
1 year ago
version 1
7a7463f1
1 year ago
11.x (base)
and
latest version
latest version
f02892c0
22 commits,
1 year ago
version 6
bf287aeb
22 commits,
1 year ago
version 5
9448c8cc
21 commits,
1 year ago
version 4
04d65442
20 commits,
1 year ago
version 3
00b1ba35
19 commits,
1 year ago
version 2
7232b026
18 commits,
1 year ago
version 1
7a7463f1
16 commits,
1 year ago
24 files
+
212
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
Search (e.g. *.vue) (Ctrl+P)
core/modules/book/config/optional/node.type.book.yml
+
1
−
1
Options
@@ -7,7 +7,7 @@ dependencies:
name
:
'
Book
page'
type
:
book
description
:
'
<em>Books</em>
have
a
built-in
hierarchical
navigation.
Use
for
handbooks
or
tutorials.'
help
:
'
'
help
:
null
new_revision
:
true
preview_mode
:
1
display_submitted
:
true
Loading