You are here

soundcloudfield.schema.yml in SoundCloud field 8

config/schema/soundcloudfield.schema.yml

File

config/schema/soundcloudfield.schema.yml
View source
  1. # Schema for the configuration files of the soundcloudfield module.
  2. soundcloudfield.settings:
  3. type: mapping
  4. label: 'SoundCloud'
  5. mapping:
  6. url:
  7. type: varchar
  8. label: 'URL'
  9. field.soundcloud.settings:
  10. type: mapping
  11. label: 'SoundCloud field settings'
  12. field.soundcloud.instance_settings:
  13. type: mapping
  14. label: 'SoundCloud field settings'
  15. field.storage_settings.soundcloud:
  16. type: mapping
  17. label: 'SoundCloud'
  18. mapping:
  19. url:
  20. type: varchar
  21. label: 'URL'
  22. field.widget.settings.soundcloud_url:
  23. type: mapping
  24. label: 'SoundCloud URL'
  25. mapping:
  26. placeholder_url:
  27. type: string
  28. label: 'Placeholder for URL'
  29. url:
  30. type: string
  31. label: 'SoundCloud URL'
  32. field.formatter.settings.soundcloud_default:
  33. type: mapping
  34. label: 'Default (HTML5 player)'
  35. mapping:
  36. soundcloud_player_type:
  37. type: string
  38. label: 'HTML5 player type'
  39. soundcloud_player_width:
  40. type: integer
  41. label: 'Width'
  42. soundcloud_player_height:
  43. type: integer
  44. label: 'Height'
  45. soundcloud_player_height_sets:
  46. type: integer
  47. label: 'Height for sets'
  48. soundcloud_player_visual_height:
  49. type: integer
  50. label: 'Height of the visual player'
  51. soundcloud_player_autoplay:
  52. type: boolean
  53. label: 'Play audio automatically when loaded (autoplay).'
  54. soundcloud_player_color:
  55. type: string
  56. label: 'Player color.'
  57. soundcloud_player_hiderelated:
  58. type: boolean
  59. label: 'Hide related tracks.'
  60. soundcloud_player_showartwork:
  61. type: boolean
  62. label: 'Show artwork.'
  63. soundcloud_player_showcomments:
  64. type: boolean
  65. label: 'Show comments.'
  66. soundcloud_player_showplaycount:
  67. type: boolean
  68. label: 'how play count.'