You are here

twitter_block.schema.yml in Twitter Block 8.3

Same filename and directory in other branches
  1. 8.2 config/schema/twitter_block.schema.yml
config/schema/twitter_block.schema.yml

File

config/schema/twitter_block.schema.yml
View source
  1. block.settings.twitter_block:
  2. type: block_settings
  3. label: 'Twitter block settings'
  4. mapping:
  5. username:
  6. type: string
  7. label: 'Username'
  8. theme:
  9. type: string
  10. label: 'Theme'
  11. link_color:
  12. type: string
  13. label: 'Link Color'
  14. width:
  15. type: string
  16. label: 'Width'
  17. height:
  18. type: string
  19. label: 'Height'
  20. chrome:
  21. type: mapping
  22. label: 'Chrome'
  23. mapping:
  24. noheader:
  25. type: string
  26. label: 'Chrome Option'
  27. nofooter:
  28. type: string
  29. label: 'Chrome Option'
  30. noborders:
  31. type: string
  32. label: 'Chrome Option'
  33. noscrollbar:
  34. type: string
  35. label: 'Chrome Option'
  36. transparent:
  37. type: string
  38. label: 'Chrome Option'
  39. border_color:
  40. type: string
  41. label: 'Border Color'
  42. language:
  43. type: string
  44. label: 'Language'
  45. tweet_limit:
  46. type: string
  47. label: 'Tweet Limit'
  48. related:
  49. type: string
  50. label: 'Related'
  51. polite:
  52. type: string
  53. label: 'Polite'
  54. weight:
  55. type: integer
  56. label: 'Weight'