Add field_notes to blog posts

This commit is contained in:
Oliver Davies 2020-09-14 08:02:01 +01:00
parent fec4d90943
commit a55da019c7
5 changed files with 74 additions and 15 deletions

View file

@ -0,0 +1,21 @@
uuid: f7f473a3-a0ed-4c74-8f73-5a35c8b3db56
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_note
- node.type.post
module:
- text
id: node.post.field_note
field_name: field_note
entity_type: node
bundle: post
label: Note
description: 'A note section to display at the end of the post.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: text_long