You are here

contact_storage.schema.yml in Contact Storage 8

config/schema/contact_storage.schema.yml

File

config/schema/contact_storage.schema.yml
View source
  1. contact.form.*.third_party.contact_storage:
  2. type: mapping
  3. label: 'Contact form redirection'
  4. mapping:
  5. redirect_uri:
  6. type: string
  7. label: 'Redirect URI'
  8. submit_text:
  9. type: label
  10. label: 'Submit Text'
  11. show_preview:
  12. type: boolean
  13. label: 'Show preview button'
  14. disabled_form_message:
  15. type: string
  16. label: 'Disabled contact form message'
  17. maximum_submissions_user:
  18. type: integer
  19. label: 'Maximum submission limit per user'
  20. page_autoreply_format:
  21. type: string
  22. label: 'Autoreply format'
  23. field.storage_settings.contact_storage_options_email:
  24. type: mapping
  25. label: 'Options email item settings'
  26. mapping:
  27. allowed_values:
  28. type: sequence
  29. label: 'Allowed values list'
  30. sequence:
  31. type: mapping
  32. label: 'Allowed value with label'
  33. mapping:
  34. value:
  35. type: string
  36. key:
  37. type: string
  38. emails:
  39. type: string
  40. allowed_values_function:
  41. type: string
  42. label: 'Allowed values function'
  43. field.field_settings.contact_storage_options_email:
  44. label: 'Options email item settings'
  45. type: mapping
  46. field.value.contact_storage_options_email:
  47. type: mapping
  48. label: 'Default value'
  49. mapping:
  50. value:
  51. type: string
  52. label: 'Value'
  53. contact_storage.settings:
  54. type: config_object
  55. label: 'Contact Storage settings'
  56. mapping:
  57. send_html:
  58. type: boolean
  59. label: 'Whether the mail should be sent as HTML'
  60. action.configuration.entity:delete_action:contact_message:
  61. type: action_configuration_default
  62. label: 'Delete contact message configuration'