core.entity_form_display.paragraph.quote.default.yml

paragraphs_collection/config/install/core.entity_form_display.paragraph.quote.default.yml

File

paragraphs_collection/config/install/core.entity_form_display.paragraph.quote.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.paragraph.quote.paragraphs_quote_text
  6. - field.field.paragraph.quote.paragraphs_quote_author
  7. - paragraphs.paragraphs_type.quote
  8. module:
  9. - text
  10. enforced:
  11. module:
  12. - paragraphs_collection
  13. id: paragraph.quote.default
  14. targetEntityType: paragraph
  15. bundle: quote
  16. mode: default
  17. content:
  18. paragraphs_quote_text:
  19. weight: 0
  20. settings:
  21. rows: 3
  22. placeholder: ''
  23. third_party_settings: { }
  24. type: text_textarea
  25. paragraphs_quote_author:
  26. weight: 1
  27. settings:
  28. size: 60
  29. placeholder: ''
  30. third_party_settings: { }
  31. type: string_textfield
  32. hidden:
  33. created: true
  34. status: true
  35. uid: true