oliverdavies.uk-drupal-old/config/default/core.entity_view_display.node.post.default.yml
Oliver Davies c01296fe57 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.
2020-08-21 00:49:07 +01:00

49 lines
1 KiB
YAML

uuid: 134308d5-6b7b-464e-9e70-ec9e3232fd7a
langcode: en
status: true
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_sent_to_social_media
- field.field.node.post.field_series
- field.field.node.post.field_tags
- node.type.post
module:
- text
- user
id: node.post.default
targetEntityType: node
bundle: post
mode: default
content:
body:
label: hidden
type: text_default
weight: 1
settings: { }
third_party_settings: { }
region: content
field_tags:
weight: 2
label: above
settings:
link: true
third_party_settings: { }
type: entity_reference_label
region: content
links:
weight: 0
region: content
settings: { }
third_party_settings: { }
hidden:
field_excerpt: true
field_external_link: true
field_has_tweet: true
field_images: true
field_sent_to_social_media: true
field_series: true