You are here

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

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

File

modules/form_mode_manager_examples/config/install/core.entity_form_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. - image.style.thumbnail
  8. - node.type.node_form_mode_example
  9. module:
  10. - image
  11. - path
  12. id: node.node_form_mode_example.default
  13. targetEntityType: node
  14. bundle: node_form_mode_example
  15. mode: default
  16. content:
  17. created:
  18. type: datetime_timestamp
  19. weight: 2
  20. settings: { }
  21. third_party_settings: { }
  22. field_picture:
  23. weight: 26
  24. settings:
  25. progress_indicator: throbber
  26. preview_image_style: thumbnail
  27. third_party_settings: { }
  28. type: image_image
  29. path:
  30. type: path
  31. weight: 5
  32. settings: { }
  33. third_party_settings: { }
  34. promote:
  35. type: boolean_checkbox
  36. settings:
  37. display_label: true
  38. weight: 3
  39. third_party_settings: { }
  40. sticky:
  41. type: boolean_checkbox
  42. settings:
  43. display_label: true
  44. weight: 4
  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: 1
  56. settings:
  57. match_operator: CONTAINS
  58. size: 60
  59. placeholder: ''
  60. third_party_settings: { }
  61. hidden:
  62. body: true