You are here

mentions.schema.yml in Open Social 8

modules/custom/mentions/config/schema/mentions.schema.yml

File

modules/custom/mentions/config/schema/mentions.schema.yml
View source
  1. mentions.mentions_type.*:
  2. type: config_entity
  3. label: 'Mentions Type'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. name:
  9. type: string
  10. label: 'Name'
  11. description:
  12. type: string
  13. label: 'Description'
  14. mention_type:
  15. type: string
  16. label: 'Mention Type'
  17. input:
  18. type: mapping
  19. label: 'Input Settings'
  20. mapping:
  21. prefix:
  22. type: string
  23. label: 'Prefix'
  24. entity_type:
  25. type: string
  26. label: 'Entity Type'
  27. inputvalue:
  28. type: string
  29. label: 'Value'
  30. suffix:
  31. type: string
  32. label: 'Suffix'
  33. output:
  34. type: 'mapping'
  35. label: 'Output Settings'
  36. mapping:
  37. outputvalue:
  38. type: string
  39. label: 'Value'
  40. renderlink:
  41. type: integer
  42. label: 'Render as link'
  43. renderlinktextbox:
  44. type: string
  45. label: 'Link'
  46. filter_settings.filter_mentions:
  47. type: filter
  48. label: 'Mentions Filter settings'
  49. mapping:
  50. mentions_filter:
  51. type: sequence
  52. label: 'Mentions Type'
  53. sequence:
  54. type: string
  55. label: 'Mention'