You are here

core.entity_form_display.node.yamlform.default.yml in YAML Form 8

modules/yamlform_node/config/install/core.entity_form_display.node.yamlform.default.yml

File

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