core.entity_form_display.node.paragraphed_content_demo.default.yml

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

File

paragraphs/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. features:
  37. duplicate: duplicate
  38. collapse_edit_all: collapse_edit_all
  39. convert: convert
  40. add_above: '0'
  41. third_party_settings: { }
  42. langcode:
  43. type: language_select
  44. weight: 2
  45. settings: { }
  46. third_party_settings: { }
  47. promote:
  48. type: boolean_checkbox
  49. weight: 15
  50. settings:
  51. display_label: true
  52. third_party_settings: { }
  53. sticky:
  54. type: boolean_checkbox
  55. weight: 16
  56. settings:
  57. display_label: true
  58. third_party_settings: { }
  59. title:
  60. type: string_textfield
  61. weight: -5
  62. settings:
  63. size: 60
  64. placeholder: ''
  65. third_party_settings: { }
  66. uid:
  67. type: entity_reference_autocomplete
  68. weight: 5
  69. settings:
  70. match_operator: CONTAINS
  71. match_limit: 10
  72. size: 60
  73. placeholder: ''
  74. third_party_settings: { }
  75. hidden: { }