core.entity_form_display.node.options_install_test.default.yml

Same filename and directory in other branches
  1. 10 core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
  2. 9 core/modules/options/tests/options_config_install_test/config/install/core.entity_form_display.node.options_install_test.default.yml
  3. 8.9.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. - node.type.options_install_test
  6. module:
  7. - text
  8. third_party_settings: { }
  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. weight: 15
  41. region: content
  42. settings:
  43. display_label: true
  44. third_party_settings: { }
  45. sticky:
  46. type: boolean_checkbox
  47. weight: 16
  48. region: content
  49. settings:
  50. display_label: true
  51. third_party_settings: { }
  52. hidden: { }

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