Skip to content

Commit

Permalink
Issue #2876613 by jochemvn: Make book node body field a non optional …
Browse files Browse the repository at this point in the history
…field

#2876613 - Make book node body field a non optional field
  • Loading branch information
jaapjan committed Jun 15, 2017
2 parents cd90db8 + d6ffd27 commit 539a6b8
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.book
module:
- text
id: node.book.body
field_name: body
entity_type: node
bundle: book
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
field_type: text_with_summary

0 comments on commit 539a6b8

Please sign in to comment.