core.entity_form_display.paragraph.video.default.yml 709 B

1234567891011121314151617181920212223242526272829303132
  1. uuid: aa00dd19-a69d-45fd-8cd2-c9f7856554bd
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - field.field.paragraph.video.field_titre_de_la_video
  7. - field.field.paragraph.video.field_video
  8. - paragraphs.paragraphs_type.video
  9. module:
  10. - video_embed_field
  11. id: paragraph.video.default
  12. targetEntityType: paragraph
  13. bundle: video
  14. mode: default
  15. content:
  16. field_titre_de_la_video:
  17. type: string_textfield
  18. weight: 0
  19. region: content
  20. settings:
  21. size: 60
  22. placeholder: ''
  23. third_party_settings: { }
  24. field_video:
  25. type: video_embed_field_textfield
  26. weight: 1
  27. region: content
  28. settings: { }
  29. third_party_settings: { }
  30. hidden:
  31. created: true
  32. status: true