You are here

fences.schema.yml in Fences 8.2

config/schema/fences.schema.yml

File

config/schema/fences.schema.yml
View source
  1. field.formatter.third_party.fences:
  2. type: mapping
  3. label: 'Fences configuration'
  4. mapping:
  5. fences_field_tag:
  6. type: string
  7. label: 'The field HTML tag'
  8. fences_field_classes:
  9. type: string
  10. label: 'The field CSS classes'
  11. fences_field_item_tag:
  12. type: string
  13. label: 'The field item HTML tag'
  14. fences_field_item_classes:
  15. type: string
  16. label: 'The field item CSS classes'
  17. fences_label_tag:
  18. type: string
  19. label: 'The field label HTML tag'
  20. fences_label_classes:
  21. type: string
  22. label: 'The field label CSS classes'