You are here

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

config/install/core.entity_form_display.node.portfolio.default.yml

File

config/install/core.entity_form_display.node.portfolio.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.portfolio.body
  6. - field.field.node.portfolio.field_date
  7. - field.field.node.portfolio.field_portfolio_image
  8. - field.field.node.portfolio.field_tags_portfolio
  9. - field.field.node.portfolio.field_time_work
  10. - image.style.thumbnail
  11. - node.type.portfolio
  12. module:
  13. - datetime
  14. - image
  15. - path
  16. - text
  17. id: node.portfolio.default
  18. targetEntityType: node
  19. bundle: portfolio
  20. mode: default
  21. content:
  22. body:
  23. type: text_textarea_with_summary
  24. weight: 31
  25. settings:
  26. rows: 9
  27. summary_rows: 3
  28. placeholder: ''
  29. third_party_settings: { }
  30. created:
  31. type: datetime_timestamp
  32. weight: 10
  33. settings: { }
  34. third_party_settings: { }
  35. field_date:
  36. weight: 33
  37. settings: { }
  38. third_party_settings: { }
  39. type: datetime_default
  40. field_portfolio_image:
  41. weight: 32
  42. settings:
  43. progress_indicator: throbber
  44. preview_image_style: thumbnail
  45. third_party_settings: { }
  46. type: image_image
  47. field_tags_portfolio:
  48. weight: 35
  49. settings: { }
  50. third_party_settings: { }
  51. type: options_select
  52. field_time_work:
  53. weight: 34
  54. settings:
  55. placeholder: ''
  56. third_party_settings: { }
  57. type: number
  58. path:
  59. type: path
  60. weight: 30
  61. settings: { }
  62. third_party_settings: { }
  63. promote:
  64. type: boolean_checkbox
  65. settings:
  66. display_label: true
  67. weight: 15
  68. third_party_settings: { }
  69. sticky:
  70. type: boolean_checkbox
  71. settings:
  72. display_label: true
  73. weight: 16
  74. third_party_settings: { }
  75. title:
  76. type: string_textfield
  77. weight: -5
  78. settings:
  79. size: 60
  80. placeholder: ''
  81. third_party_settings: { }
  82. uid:
  83. type: entity_reference_autocomplete
  84. weight: 5
  85. settings:
  86. match_operator: CONTAINS
  87. size: 60
  88. placeholder: ''
  89. third_party_settings: { }
  90. hidden: { }