You are here

cookie_content_blocker_media.schema.yml in Cookie Content Blocker 8

modules/cookie_content_blocker_media/config/schema/cookie_content_blocker_media.schema.yml

File

modules/cookie_content_blocker_media/config/schema/cookie_content_blocker_media.schema.yml
View source
  1. # Schema for the configuration files of the Cookie Content Blocker - Media module.
  2. cookie_content_blocker_media.settings:
  3. type: config_object
  4. label: 'Cookie Content Blocker'
  5. mapping:
  6. providers:
  7. type: sequence
  8. label: 'Providers'
  9. sequence:
  10. type: cookie_content_blocker_media.provider.[%key]
  11. cookie_content_blocker_media.provider.*:
  12. type: mapping
  13. label: 'Provider'
  14. mapping:
  15. blocked:
  16. type: boolean
  17. label: 'Block media provided by this provider'
  18. show_preview:
  19. type: boolean
  20. label: 'Show a preview for blocked content'
  21. preview_style:
  22. type: string
  23. label: 'Preview style'
  24. blocked_message:
  25. type: text_format
  26. label: 'Message for blocked media from this provider'