You are here

facebook_album.schema.yml in Facebook Album 8

config/schema/facebook_album.schema.yml

File

config/schema/facebook_album.schema.yml
View source
  1. block.settings.facebook_album:
  2. type: block_settings
  3. label: 'Facebook Album block settings'
  4. mapping:
  5. page_id:
  6. type: string
  7. label: 'Page id'
  8. album_visibility:
  9. type: integer
  10. label: 'Album visibility'
  11. albums:
  12. type: sequence
  13. label: 'Albums'
  14. sequence:
  15. type: 'string'
  16. label: 'Album'
  17. album_limit:
  18. type: integer
  19. label: 'Album Limit'
  20. show_title:
  21. type: boolean
  22. label: 'Show title'
  23. show_description:
  24. type: boolean
  25. label: 'Show description'
  26. show_location:
  27. type: boolean
  28. label: 'Show location'
  29. album_thumb_width:
  30. type: integer
  31. label: 'Album thumbnail width'
  32. album_thumb_height:
  33. type: integer
  34. label: 'Album thumbnail height'
  35. thumb_width:
  36. type: integer
  37. label: 'Thumbnail width'
  38. thumb_height:
  39. type: integer
  40. label: 'Thumbnail height'
  41. colorbox_options:
  42. type: text
  43. label: 'Colorbox options'