You are here

glossify_node.schema.yml in Glossify 8

modules/glossify_node/config/schema/glossify_node.schema.yml

File

modules/glossify_node/config/schema/glossify_node.schema.yml
View source
  1. # Schema for the configuration files of the Glossify node tooltip module.
  2. glossify_node.filters:
  3. type: filter
  4. label: 'Taxonomy tooltip filter'
  5. mapping:
  6. glossify_node_case_sensitivity:
  7. type: boolean
  8. label: 'Case sensitive'
  9. glossify_node_first_only:
  10. type: boolean
  11. label: 'First match only'
  12. glossify_node_type:
  13. type: string
  14. label: 'Type'
  15. glossify_node_bundles:
  16. type: string
  17. label: 'Node types'
  18. glossify_node_urlpattern:
  19. type: string
  20. label: 'URL pattern'