You are here

glossify_taxonomy.schema.yml in Glossify 8

modules/glossify_taxonomy/config/schema/glossify_taxonomy.schema.yml

File

modules/glossify_taxonomy/config/schema/glossify_taxonomy.schema.yml
View source
  1. # Schema for the configuration files of the Taxonomy tooltip module.
  2. glossify_taxonomy.filters:
  3. type: filter
  4. label: 'Taxonomy tooltip filter'
  5. mapping:
  6. glossify_taxonomy_case_sensitivity:
  7. type: boolean
  8. label: 'Case sensitive'
  9. glossify_taxonomy_first_only:
  10. type: boolean
  11. label: 'First match only'
  12. glossify_taxonomy_type:
  13. type: string
  14. label: 'Type'
  15. glossify_taxonomy_vocabs:
  16. type: string
  17. label: 'Taxonomy vocabularies'
  18. glossify_taxonomy_urlpattern:
  19. type: string
  20. label: 'URL pattern'