You are here

core.entity_form_display.node.paragraphed_content_demo.default.yml in Paragraphs 8

modules/paragraphs_demo/config/install/core.entity_form_display.node.paragraphed_content_demo.default.yml

File

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