You are here

views.style.schema.yml in Views Flexbox 8

config/schema/views.style.schema.yml

File

config/schema/views.style.schema.yml
View source
  1. views.style.flexbox:
  2. type: views_style
  3. label: 'Flexbox'
  4. mapping:
  5. style:
  6. type: string
  7. label: 'CSS Library Attachement'
  8. direction:
  9. type: string
  10. label: 'Flex Direction'
  11. justify:
  12. type: boolean
  13. label: 'Justify Content'
  14. align_items:
  15. type: string
  16. label: 'Align Items'
  17. align_content:
  18. type: string
  19. label: 'Align Content'
  20. item_class_default:
  21. type: boolean
  22. label: 'Default item classes'
  23. item_class_custom:
  24. type: string
  25. label: 'Custom item classes'