You are here

automated_crop.yml in Automated Crop 8

config/schema/automated_crop.yml

File

config/schema/automated_crop.yml
View source
  1. image.effect.automated_crop:
  2. type: mapping
  3. label: 'Automated Crop effect configuration'
  4. mapping:
  5. width:
  6. label: 'Width'
  7. type: integer
  8. height:
  9. label: 'Height'
  10. type: integer
  11. min_width:
  12. label: 'Min Width'
  13. type: integer
  14. min_height:
  15. label: 'Min Height'
  16. type: integer
  17. max_width:
  18. label: 'Max Width'
  19. type: integer
  20. max_height:
  21. label: 'Max Height'
  22. type: integer
  23. aspect_ratio:
  24. label: 'Aspect Ratio'
  25. type: string