You are here

core.entity_view_display.node.node_form_mode_example.default.yml in Form mode manager 8

modules/form_mode_manager_examples/config/install/core.entity_view_display.node.node_form_mode_example.default.yml

File

modules/form_mode_manager_examples/config/install/core.entity_view_display.node.node_form_mode_example.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.node_form_mode_example.body
  6. - field.field.node.node_form_mode_example.field_picture
  7. - node.type.node_form_mode_example
  8. module:
  9. - image
  10. - text
  11. - user
  12. id: node.node_form_mode_example.default
  13. targetEntityType: node
  14. bundle: node_form_mode_example
  15. mode: default
  16. content:
  17. body:
  18. label: hidden
  19. type: text_default
  20. weight: 101
  21. settings: { }
  22. third_party_settings: { }
  23. field_picture:
  24. weight: 102
  25. label: above
  26. settings:
  27. image_style: ''
  28. image_link: ''
  29. third_party_settings: { }
  30. type: image
  31. links:
  32. weight: 100
  33. hidden: { }