You are here

core.entity_form_display.node.article.default.yml in Entity Embed 8

tests/modules/entity_embed_test/config/install/core.entity_form_display.node.article.default.yml

File

tests/modules/entity_embed_test/config/install/core.entity_form_display.node.article.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.article.body
  6. - node.type.article
  7. module:
  8. - text
  9. id: node.article.default
  10. targetEntityType: node
  11. bundle: article
  12. mode: default
  13. content:
  14. title:
  15. type: string_textfield
  16. weight: 1
  17. region: content
  18. settings:
  19. size: 60
  20. placeholder: ''
  21. third_party_settings: { }
  22. body:
  23. type: text_textarea_with_summary
  24. weight: 2
  25. settings:
  26. rows: 9
  27. summary_rows: 3
  28. placeholder: ''
  29. third_party_settings: { }
  30. region: content
  31. status:
  32. type: boolean_checkbox
  33. settings:
  34. display_label: true
  35. weight: 3
  36. region: content
  37. third_party_settings: { }
  38. hidden:
  39. created: true
  40. promote: true
  41. sticky: true
  42. uid: true