You are here

core.entity_form_display.node.paragraphed_content_demo.default.yml in Lingotek Translation 3.6.x

tests/modules/lingotek_paragraphs_test/config/install/core.entity_form_display.node.paragraphed_content_demo.default.yml

File

tests/modules/lingotek_paragraphs_test/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. created:
  15. type: datetime_timestamp
  16. weight: 10
  17. settings: { }
  18. third_party_settings: { }
  19. field_paragraphs_demo:
  20. type: entity_reference_paragraphs
  21. weight: 32
  22. settings:
  23. title: Paragraph
  24. title_plural: Paragraphs
  25. edit_mode: open
  26. add_mode: dropdown
  27. form_display_mode: default
  28. third_party_settings: { }
  29. langcode:
  30. type: language_select
  31. weight: 2
  32. settings: { }
  33. third_party_settings: { }
  34. promote:
  35. type: boolean_checkbox
  36. weight: 15
  37. settings:
  38. display_label: true
  39. third_party_settings: { }
  40. sticky:
  41. type: boolean_checkbox
  42. weight: 16
  43. settings:
  44. display_label: true
  45. third_party_settings: { }
  46. title:
  47. type: string_textfield
  48. weight: -5
  49. settings:
  50. size: 60
  51. placeholder: ''
  52. third_party_settings: { }
  53. uid:
  54. type: entity_reference_autocomplete
  55. weight: 5
  56. settings:
  57. match_operator: CONTAINS
  58. match_limit: 10
  59. size: 60
  60. placeholder: ''
  61. third_party_settings: { }
  62. hidden: { }