You are here

popup_message.schema.yml in Popup message 8

config/schema/popup_message.schema.yml

File

config/schema/popup_message.schema.yml
View source
  1. popup_message.settings:
  2. type: config_object
  3. label: 'Popup Message settings'
  4. mapping:
  5. visibility_pages:
  6. type: text
  7. label: 'Visibility pages'
  8. enable:
  9. type: string
  10. label: 'Enabled'
  11. title:
  12. type: string
  13. label: 'Title'
  14. body:
  15. type: config_object
  16. label: 'The popup body'
  17. mapping:
  18. value:
  19. type: text
  20. label: 'Value'
  21. format:
  22. type: string
  23. label: 'Format'
  24. height:
  25. type: string
  26. label: 'Height'
  27. width:
  28. type: string
  29. label: 'Width'
  30. check_cookie:
  31. type: string
  32. label: 'Check cookie'
  33. expire:
  34. type: string
  35. label: 'Expire'
  36. delay:
  37. type: string
  38. label: 'Delay'
  39. close_delay:
  40. type: string
  41. label: 'Close delay'
  42. cover_opacity:
  43. type: string
  44. label: 'Cover opacity'
  45. style:
  46. type: string
  47. label: 'Style'
  48. visibility:
  49. type: string
  50. label: 'Visibility'