You are here

field.field.node.article.field_paragraphs.yml in Thunder 8.2

config/optional/field.field.node.article.field_paragraphs.yml

File

config/optional/field.field.node.article.field_paragraphs.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.storage.node.field_paragraphs
  6. - node.type.article
  7. - paragraphs.paragraphs_type.gallery
  8. - paragraphs.paragraphs_type.image
  9. - paragraphs.paragraphs_type.instagram
  10. - paragraphs.paragraphs_type.link
  11. - paragraphs.paragraphs_type.pinterest
  12. - paragraphs.paragraphs_type.quote
  13. - paragraphs.paragraphs_type.text
  14. - paragraphs.paragraphs_type.twitter
  15. - paragraphs.paragraphs_type.video
  16. module:
  17. - entity_reference_revisions
  18. id: node.article.field_paragraphs
  19. field_name: field_paragraphs
  20. entity_type: node
  21. bundle: article
  22. label: Paragraphs
  23. description: 'Add different types of content with various paragraphs.'
  24. required: false
  25. translatable: false
  26. default_value: { }
  27. default_value_callback: ''
  28. settings:
  29. handler: 'default:paragraph'
  30. handler_settings:
  31. target_bundles:
  32. text: text
  33. quote: quote
  34. link: link
  35. instagram: instagram
  36. twitter: twitter
  37. gallery: gallery
  38. image: image
  39. video: video
  40. pinterest: pinterest
  41. target_bundles_drag_drop:
  42. text:
  43. enabled: true
  44. weight: 1
  45. quote:
  46. enabled: true
  47. weight: 2
  48. link:
  49. enabled: true
  50. weight: 3
  51. instagram:
  52. enabled: true
  53. weight: 4
  54. twitter:
  55. enabled: true
  56. weight: 5
  57. gallery:
  58. enabled: true
  59. weight: 6
  60. image:
  61. enabled: true
  62. weight: 7
  63. video:
  64. enabled: true
  65. weight: 8
  66. pinterest:
  67. enabled: true
  68. weight: 9
  69. field_type: entity_reference_revisions