You are here

core.entity_form_display.node.file.default.yml in Brainstorm profile 8

module/features/brainstorm_file/config/install/core.entity_form_display.node.file.default.yml

File

module/features/brainstorm_file/config/install/core.entity_form_display.node.file.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.file.body
  6. - field.field.node.file.field_file
  7. - node.type.file
  8. module:
  9. - file
  10. - path
  11. - text
  12. id: node.file.default
  13. targetEntityType: node
  14. bundle: file
  15. mode: default
  16. content:
  17. body:
  18. type: text_textarea_with_summary
  19. weight: 31
  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. field_file:
  31. weight: 32
  32. settings:
  33. progress_indicator: throbber
  34. third_party_settings: { }
  35. type: file_generic
  36. path:
  37. type: path
  38. weight: 30
  39. settings: { }
  40. third_party_settings: { }
  41. promote:
  42. type: boolean_checkbox
  43. settings:
  44. display_label: true
  45. weight: 15
  46. third_party_settings: { }
  47. sticky:
  48. type: boolean_checkbox
  49. settings:
  50. display_label: true
  51. weight: 16
  52. third_party_settings: { }
  53. title:
  54. type: string_textfield
  55. weight: -5
  56. settings:
  57. size: 60
  58. placeholder: ''
  59. third_party_settings: { }
  60. uid:
  61. type: entity_reference_autocomplete
  62. weight: 5
  63. settings:
  64. match_operator: CONTAINS
  65. size: 60
  66. placeholder: ''
  67. third_party_settings: { }
  68. hidden: { }