Add Send to social media
checkbox to posts
Also add it to the `opdavies_blog_test` module config so that the existing tests continue to work and pass. References #249
This commit is contained in:
parent
eb23d93fe0
commit
19c5529094
7 changed files with 92 additions and 0 deletions
|
@ -10,6 +10,7 @@ dependencies:
|
|||
- field.field.node.post.field_has_tweet
|
||||
- field.field.node.post.field_images
|
||||
- field.field.node.post.field_note
|
||||
- field.field.node.post.field_send_to_social_media
|
||||
- field.field.node.post.field_sent_to_social_media
|
||||
- field.field.node.post.field_series
|
||||
- field.field.node.post.field_tags
|
||||
|
@ -83,6 +84,13 @@ content:
|
|||
third_party_settings: { }
|
||||
type: text_textarea
|
||||
region: content
|
||||
field_send_to_social_media:
|
||||
weight: 26
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
type: boolean_checkbox
|
||||
region: content
|
||||
field_series:
|
||||
weight: 1
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue