You are here

hierarchical_term_formatter.schema.yml in Hierarchical Term Formatter 8

config/schema/hierarchical_term_formatter.schema.yml

File

config/schema/hierarchical_term_formatter.schema.yml
View source
  1. field.formatter.settings.hierarchical_term_formatter:
  2. type: mapping
  3. label: 'Hierarchical Term Formatter settings'
  4. mapping:
  5. display:
  6. type: string
  7. label: 'Whether to display all elements or a specified amount'
  8. link:
  9. type: boolean
  10. label: 'Whether the terms should link to the entity'
  11. wrap:
  12. type: string
  13. label: 'The HTML structure to wrap elements'
  14. separator:
  15. type: string
  16. label: 'The string that should separate each term'
  17. reverse:
  18. type: boolean
  19. label: 'Whether display order should be in descendant fashion'