Add field for post amendments
This commit is contained in:
parent
1f742cc1f6
commit
5f00b1cf04
11 changed files with 223 additions and 1 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- core.entity_view_mode.node.teaser
|
||||
- field.field.node.post.body
|
||||
- field.field.node.post.field_amendments
|
||||
- field.field.node.post.field_excerpt
|
||||
- field.field.node.post.field_has_tweet
|
||||
- field.field.node.post.field_images
|
||||
|
@ -33,6 +34,7 @@ content:
|
|||
third_party_settings: { }
|
||||
hidden:
|
||||
body: true
|
||||
field_amendments: true
|
||||
field_external_link: true
|
||||
field_has_tweet: true
|
||||
field_images: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue