You are here

media_entity_soundcloud.schema.yml in Media entity Soundcloud 8

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_entity.bundle.type.soundcloud:
  9. type: mapping
  10. label: 'Soundcloud type configuration'
  11. mapping:
  12. source_url_field:
  13. type: string
  14. label: 'Field on the media entity that stores Soundcloud URL'
  15. field.formatter.settings.soundcloud_embed:
  16. type: mapping
  17. label: 'Field display format settings'
  18. mapping:
  19. type:
  20. type: string
  21. label: 'Type'
  22. width:
  23. type: string
  24. label: 'Width'
  25. height:
  26. type: string
  27. label: 'Height'
  28. options:
  29. type: mapping
  30. label: 'Options'
  31. mapping:
  32. auto_play:
  33. type: string
  34. label: 'Autoplay'
  35. hide_related:
  36. type: string
  37. label: 'Hide related'
  38. show_comments:
  39. type: string
  40. label: 'Show comments'
  41. show_user:
  42. type: string
  43. label: 'Show user'
  44. show_reposts:
  45. type: string
  46. label: 'Show reposts'