Hide the 'sent to social media' field
Prevent the 'sent to social media' field and value from being displayed when a blog post is viewed.
This commit is contained in:
parent
1d57a53992
commit
c01296fe57
|
@ -26,16 +26,6 @@ content:
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
region: content
|
region: content
|
||||||
field_sent_to_social_media:
|
|
||||||
weight: 3
|
|
||||||
label: above
|
|
||||||
settings:
|
|
||||||
format: default
|
|
||||||
format_custom_false: ''
|
|
||||||
format_custom_true: ''
|
|
||||||
third_party_settings: { }
|
|
||||||
type: boolean
|
|
||||||
region: content
|
|
||||||
field_tags:
|
field_tags:
|
||||||
weight: 2
|
weight: 2
|
||||||
label: above
|
label: above
|
||||||
|
@ -54,4 +44,5 @@ hidden:
|
||||||
field_external_link: true
|
field_external_link: true
|
||||||
field_has_tweet: true
|
field_has_tweet: true
|
||||||
field_images: true
|
field_images: true
|
||||||
|
field_sent_to_social_media: true
|
||||||
field_series: true
|
field_series: true
|
||||||
|
|
Loading…
Reference in a new issue