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. 10 core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
  3. 11.x 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. id: node.options_install_test.default
  10. targetEntityType: node
  11. bundle: options_install_test
  12. mode: default
  13. content:
  14. title:
  15. type: string_textfield
  16. weight: -5
  17. region: content
  18. settings:
  19. size: 60
  20. placeholder: ''
  21. third_party_settings: { }
  22. uid:
  23. type: entity_reference_autocomplete
  24. weight: 5
  25. region: content
  26. settings:
  27. match_operator: CONTAINS
  28. match_limit: 10
  29. size: 60
  30. placeholder: ''
  31. third_party_settings: { }
  32. created:
  33. type: datetime_timestamp
  34. weight: 10
  35. region: content
  36. settings: { }
  37. third_party_settings: { }
  38. promote:
  39. type: boolean_checkbox
  40. settings:
  41. display_label: true
  42. weight: 15
  43. region: content
  44. third_party_settings: { }
  45. sticky:
  46. type: boolean_checkbox
  47. settings:
  48. display_label: true
  49. weight: 16
  50. region: content
  51. third_party_settings: { }
  52. body:
  53. type: text_textarea_with_summary
  54. weight: 26
  55. region: content
  56. settings:
  57. rows: 9
  58. summary_rows: 3
  59. placeholder: ''
  60. show_summary: false
  61. third_party_settings: { }
  62. hidden: { }
  63. third_party_settings: { }

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