You are here

core.entity_form_display.node.simplenews_issue.default.yml in Simplenews 3.x

config/optional/core.entity_form_display.node.simplenews_issue.default.yml

File

config/optional/core.entity_form_display.node.simplenews_issue.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.simplenews_issue.body
  6. - field.field.node.simplenews_issue.simplenews_issue
  7. - node.type.simplenews_issue
  8. module:
  9. - options
  10. - text
  11. id: node.simplenews_issue.default
  12. targetEntityType: node
  13. bundle: simplenews_issue
  14. mode: default
  15. content:
  16. body:
  17. type: text_textarea_with_summary
  18. weight: 2
  19. settings:
  20. rows: 9
  21. summary_rows: 3
  22. placeholder: ''
  23. third_party_settings: { }
  24. created:
  25. type: datetime_timestamp
  26. weight: 10
  27. settings: { }
  28. third_party_settings: { }
  29. promote:
  30. type: boolean_checkbox
  31. settings:
  32. display_label: true
  33. weight: 15
  34. third_party_settings: { }
  35. simplenews_issue:
  36. type: simplenews_issue
  37. weight: 3
  38. settings: { }
  39. third_party_settings: { }
  40. sticky:
  41. type: boolean_checkbox
  42. settings:
  43. display_label: true
  44. weight: 16
  45. third_party_settings: { }
  46. title:
  47. type: string_textfield
  48. weight: 0
  49. settings:
  50. size: 60
  51. placeholder: ''
  52. third_party_settings: { }
  53. uid:
  54. type: entity_reference_autocomplete
  55. weight: 5
  56. settings:
  57. match_operator: CONTAINS
  58. size: 60
  59. placeholder: ''
  60. match_limit: 10
  61. third_party_settings: { }
  62. hidden: { }