You are here

like_and_dislike.schema.yml in Like & Dislike 8

config/schema/like_and_dislike.schema.yml

File

config/schema/like_and_dislike.schema.yml
View source
  1. like_and_dislike.settings:
  2. type: config_object
  3. label: 'Like and dislike settings'
  4. mapping:
  5. allow_cancel_vote:
  6. type: boolean
  7. label: 'Whether votes can be canceled'
  8. hide_vote_widget:
  9. type: boolean
  10. label: 'Whether vote widget is hidden on missing permission'
  11. enabled_types:
  12. type: sequence
  13. label: 'Enabled entity types'
  14. sequence:
  15. type: sequence
  16. label: 'Corresponding enabled bundle types'
  17. sequence:
  18. type: string
  19. label: 'Bundle type'