You are here

better_messages.schema.yml in Better Messages 8

config/schema/better_messages.schema.yml

File

config/schema/better_messages.schema.yml
View source
  1. better_messages.settings:
  2. type: config_entity
  3. label: 'Better Messages settings'
  4. mapping:
  5. position:
  6. type: string
  7. label: 'Position'
  8. vertical:
  9. type: integer
  10. label: 'Vertical'
  11. horizontal:
  12. type: integer
  13. label: 'Horizontal'
  14. fixed:
  15. type: integer
  16. label: 'Fixed'
  17. width:
  18. type: string
  19. label: 'Width'
  20. autoclose:
  21. type: integer
  22. label: 'autoclose'
  23. opendelay:
  24. type: float
  25. label: 'Opendelay'
  26. disable_autoclose:
  27. type: integer
  28. label: 'Disable autoclose'
  29. show_countdown:
  30. type: integer
  31. label: 'Show countdown'
  32. hover_autoclose:
  33. type: integer
  34. label: 'Hover autoclose'
  35. popin:
  36. type: mapping
  37. label: 'Popin effect'
  38. mapping:
  39. effect:
  40. type: string
  41. label: 'Effect'
  42. duration:
  43. type: string
  44. label: 'Duration'
  45. popout:
  46. type: mapping
  47. label: 'Popout effect'
  48. mapping:
  49. effect:
  50. type: string
  51. label: 'Effect'
  52. duration:
  53. type: string
  54. label: 'Duration'
  55. jquery_ui:
  56. type: mapping
  57. label: 'jQuery UI enhancement'
  58. mapping:
  59. draggable:
  60. type: integer
  61. label: 'Draggable'
  62. resizable :
  63. type: integer
  64. label: 'Resizable'
  65. visibility:
  66. type: sequence
  67. label: 'Visibility Conditions'
  68. sequence:
  69. type: condition.plugin.[id]
  70. label: 'Visibility Condition'