You are here

search_api_saved_searches.notification.schema.yml in Search API Saved Searches 8

config/schema/search_api_saved_searches.notification.schema.yml

File

config/schema/search_api_saved_searches.notification.schema.yml
View source
  1. "plugin.plugin_configuration.search_api_saved_searches_notification.*":
  2. type: mapping
  3. label: 'Notification plugin configuration'
  4. plugin.plugin_configuration.search_api_saved_searches_notification.email:
  5. type: mapping
  6. mapping:
  7. registered_choose_mail:
  8. type: boolean
  9. label: 'Let registered users choose e-mail address'
  10. activate:
  11. type: mapping
  12. label: 'Activation mail settings'
  13. mapping:
  14. send:
  15. type: boolean
  16. label: 'Send activation mail'
  17. title:
  18. type: label
  19. label: 'Activation mail title'
  20. body:
  21. type: text
  22. label: 'Activation mail body'
  23. notification:
  24. type: mapping
  25. label: 'Notification mail settings'
  26. mapping:
  27. title:
  28. type: label
  29. label: 'Notification mail title'
  30. body:
  31. type: text
  32. label: 'Notification mail body'