Include widgets.js on blog posts that need it

Fixes #78
This commit is contained in:
Oliver Davies 2020-05-29 21:05:17 +01:00
parent 22533eba56
commit 79eb9bef0b
7 changed files with 90 additions and 0 deletions

View file

@ -5,6 +5,7 @@ dependencies:
config:
- field.field.node.post.body
- field.field.node.post.field_excerpt
- field.field.node.post.field_has_tweet
- field.field.node.post.field_images
- field.field.node.post.field_series
- field.field.node.post.field_tags
@ -42,6 +43,13 @@ content:
third_party_settings: { }
type: string_textarea
region: content
field_has_tweet:
weight: 26
settings:
display_label: true
third_party_settings: { }
type: boolean_checkbox
region: content
field_images:
weight: 9
settings: