You are here

message_ui.schema.yml in Message UI 8

config/schema/message_ui.schema.yml

File

config/schema/message_ui.schema.yml
View source
  1. # Schema for the configuration files of the message_ui module.
  2. message_ui.settings:
  3. type: config_object
  4. label: 'Field settings'
  5. mapping:
  6. update_tokens:
  7. type: message_ui.update_tokens
  8. show_preview:
  9. type: boolean
  10. label: 'Show Preview'
  11. anonymous:
  12. type: string
  13. label: 'Anonymous'
  14. message_ui.update_tokens:
  15. type: mapping
  16. mapping:
  17. update_tokens:
  18. type: boolean
  19. label: 'Update tokens'
  20. how_to_act:
  21. type: string
  22. label: 'How to act'
  23. how_to_update:
  24. type: string
  25. label: 'How to update'
  26. number_items:
  27. type: integer
  28. label: 'Number Items'
  29. action.configuration.message_save_action:
  30. type: action_configuration_default
  31. label: 'Save message configuration'
  32. views.field.message_ui_contextual_links:
  33. type: views_field
  34. label: 'Provide contextual links for the message in the message view'
  35. mapping:
  36. text:
  37. type: label
  38. label: 'Text to display'