You are here

mentions.schema.yml in Open Social 8.2

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

File

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