core.entity_form_display.node.options_install_test.default.yml

Same filename and directory in other branches
  1. 9 core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
  2. 8.9.x core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
  3. 10 core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml

File

core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.