You are here

instagram_block.schema.yml in Instagram Block 8.2

Same filename and directory in other branches
  1. 8.3 config/schema/instagram_block.schema.yml
config/schema/instagram_block.schema.yml

File

config/schema/instagram_block.schema.yml
View source
  1. block.settings.instagram_block_block:
  2. type: block_settings
  3. label: 'Instagram Block Block Settings'
  4. mapping:
  5. access_token:
  6. type: string
  7. label: 'Access token'
  8. count:
  9. type: integer
  10. label: 'Number of images to display'
  11. width:
  12. type: integer
  13. label: 'Image width in pixels'
  14. height:
  15. type: integer
  16. label: 'Image height in pixels'
  17. img_resolution:
  18. type: string
  19. label: 'Image resolution'
  20. cache_time_minutes:
  21. type: integer
  22. label: 'Cache time in minutes'