You are here

media_entity_soundcloud.schema.yml in Media entity Soundcloud 3.x

config/schema/media_entity_soundcloud.schema.yml

File

config/schema/media_entity_soundcloud.schema.yml
View source
  1. media_entity_soundcloud.settings:
  2. type: config_object
  3. label: 'Media entity Soundcloud settings'
  4. mapping:
  5. thumbnail_destination:
  6. type: string
  7. label: 'Destination for thumbnails'
  8. media.source.soundcloud:
  9. type: media.source.field_aware
  10. label: '"Soundcloud" media source configuration'
  11. field.formatter.settings.soundcloud_embed:
  12. type: mapping
  13. label: 'Field display format settings'
  14. mapping:
  15. type:
  16. type: string
  17. label: 'Type'
  18. width:
  19. type: string
  20. label: 'Width'
  21. height:
  22. type: string
  23. label: 'Height'
  24. options:
  25. type: mapping
  26. label: 'Options'
  27. mapping:
  28. auto_play:
  29. type: string
  30. label: 'Autoplay'
  31. hide_related:
  32. type: string
  33. label: 'Hide related'
  34. show_comments:
  35. type: string
  36. label: 'Show comments'
  37. show_user:
  38. type: string
  39. label: 'Show user'
  40. show_reposts:
  41. type: string
  42. label: 'Show reposts'