You are here

core.entity_form_display.media.tweet.default.yml in D7 Media 8

config/install/core.entity_form_display.media.tweet.default.yml

File

config/install/core.entity_form_display.media.tweet.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.media.tweet.field_media_in_library
  6. - field.field.media.tweet.field_tweet_author
  7. - field.field.media.tweet.field_tweet_id
  8. - field.field.media.tweet.field_tweet_url
  9. - media_entity.bundle.tweet
  10. module:
  11. - link
  12. id: media.tweet.default
  13. targetEntityType: media
  14. bundle: tweet
  15. mode: default
  16. content:
  17. created:
  18. type: datetime_timestamp
  19. weight: 10
  20. settings: { }
  21. third_party_settings: { }
  22. field_media_in_library:
  23. weight: 12
  24. settings:
  25. display_label: true
  26. third_party_settings: { }
  27. type: boolean_checkbox
  28. field_tweet_url:
  29. weight: 11
  30. settings:
  31. placeholder_url: ''
  32. placeholder_title: ''
  33. third_party_settings: { }
  34. type: link_default
  35. name:
  36. type: string_textfield
  37. weight: -5
  38. settings:
  39. size: 60
  40. placeholder: ''
  41. third_party_settings: { }
  42. uid:
  43. type: entity_reference_autocomplete
  44. weight: 5
  45. settings:
  46. match_operator: CONTAINS
  47. size: 60
  48. placeholder: ''
  49. third_party_settings: { }
  50. hidden:
  51. field_tweet_author: true
  52. field_tweet_id: true