You are here

core.entity_form_display.node.cp_test.default.yml in Classy paragraphs 8

tests/modules/classy_paragraphs_test/config/install/core.entity_form_display.node.cp_test.default.yml

File

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