You are here

isotope.schema.yml in Isotope (with Masonry and Packery) 8

config/schema/isotope.schema.yml

File

config/schema/isotope.schema.yml
View source
  1. isotope.presentation.*:
  2. type: config_entity
  3. label: 'Isotope presentation config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. layout_mode:
  12. type: string
  13. label: 'Layout Mode'
  14. plugins:
  15. type: sequence
  16. label: 'Plugins'
  17. sequence:
  18. type: string
  19. transition_duration:
  20. type: string
  21. label: 'Transition Duration'
  22. url_filters:
  23. type: boolean
  24. label: 'Should filters be represented in URL?'
  25. is_fit_width:
  26. type: boolean
  27. label: 'isFitWidth'
  28. is_horizontal:
  29. type: boolean
  30. label: 'isHorizontal'
  31. stamp:
  32. type: string
  33. label: 'CSS selector of element to be stamped'
  34. horizontal_alignment:
  35. type: float
  36. label: 'horizontalAlignment'
  37. vertical_alignment:
  38. type: float
  39. label: 'verticalAlignment'
  40. is_origin_left:
  41. type: boolean
  42. label: 'isOriginLeft'