You are here

autofloat.schema.yml in AutoFloat 8

config/schema/autofloat.schema.yml

File

config/schema/autofloat.schema.yml
View source
  1. # Schema for the configuration files of the AutoFloat module.
  2. autofloat.settings:
  3. type: config_entity
  4. label: 'AutoFloat settings'
  5. mapping:
  6. start:
  7. type: integer
  8. label: 'Start with the first image on the..'
  9. css:
  10. type: boolean
  11. label: 'Use autofloat.css'
  12. target:
  13. type: string
  14. label: 'Elements to target'
  15. selector:
  16. type: string
  17. label: 'Additional classes to float'
  18. rejector:
  19. type: string
  20. label: 'Additional div classes to ignore'
  21. filter_settings.autofloat:
  22. type: filter
  23. label: 'AutoFloat'
  24. mapping:
  25. notice:
  26. type: string
  27. label: 'Note'