You are here

votingapi_reaction.schema.yml in Voting API Reaction 8

config/schema/votingapi_reaction.schema.yml

File

config/schema/votingapi_reaction.schema.yml
View source
  1. field.formatter.settings.votingapi_reaction_default:
  2. type: mapping
  3. label: 'Voting API Reaction'
  4. mapping:
  5. show_summary:
  6. type: boolean
  7. label: 'Show reactions summary'
  8. show_icon:
  9. type: boolean
  10. label: 'Show reaction icon'
  11. show_label:
  12. type: boolean
  13. label: 'Show reaction label'
  14. show_count:
  15. type: boolean
  16. label: 'Show reaction count'
  17. sort_reactions:
  18. type: string
  19. label: 'Sort reactions'
  20. reactions:
  21. type: array
  22. label: 'Reactions'
  23. votingapi.vote_type.*.third_party.votingapi_reaction:
  24. type: mapping
  25. label: 'Voting API Reaction'
  26. mapping:
  27. reaction:
  28. type: boolean
  29. label: 'Reaction'
  30. icon:
  31. type: string
  32. label: 'Icon'