You are here

rrssb.schema.yml in Ridiculously Responsive Social Sharing Buttons 8.2

config/schema/rrssb.schema.yml

File

config/schema/rrssb.schema.yml
View source
  1. rrssb.button_set.*:
  2. type: config_entity
  3. label: 'RRSSB button set'
  4. mapping:
  5. id:
  6. type: string
  7. label:
  8. type: label
  9. label: 'Label'
  10. follow:
  11. type: integer
  12. label: 'Type of buttons'
  13. chosen:
  14. type: sequence
  15. label: 'Chosen buttons'
  16. sequence:
  17. type: rrssb.button
  18. appearance:
  19. type: mapping
  20. label: Appearance
  21. mapping:
  22. size:
  23. type: float
  24. label: Size
  25. shrink:
  26. type: float
  27. label: Minimum size
  28. regrow:
  29. type: float
  30. label: Extra row size
  31. minRows:
  32. type: float
  33. label: Minimum rows
  34. maxRows:
  35. type: float
  36. label: Maximum rows
  37. prefixReserve:
  38. type: float
  39. label: Prefix reserved width
  40. prefixHide:
  41. type: float
  42. label: Prefix maximum width
  43. alignRight:
  44. type: boolean
  45. label: Right-align buttons
  46. prefix:
  47. type: label
  48. label: 'Prefix text before the buttons'
  49. translatable: true
  50. image_tokens:
  51. type: label
  52. label: 'Tokens to use to find images'
  53. rrssb.settings:
  54. type: config_object
  55. mapping:
  56. test:
  57. type: boolean
  58. label: 'Use debug version of libraries'
  59. node.type.*.third_party.rrssb:
  60. type: config_object
  61. label: 'RRSSB entity type settings'
  62. mapping:
  63. button_set:
  64. type: string
  65. label: 'RRSSB button set'
  66. block.settings.rrssb_block:
  67. type: block_settings
  68. label: 'RRSSB block'
  69. mapping:
  70. button_set:
  71. type: string
  72. label: 'RRSSB button set'
  73. rrssb.button:
  74. type: mapping
  75. mapping:
  76. label:
  77. type: label
  78. label: 'Button'
  79. enabled:
  80. type: boolean
  81. label: 'Enabled'
  82. username:
  83. type: label
  84. label: 'Username'
  85. weight:
  86. type: integer
  87. label: 'Weight'