Skip to content

Commit

Permalink
Removed SetRatioSize ImageCropMethod. Added more
Browse files Browse the repository at this point in the history
Added various imagecropmethods
  • Loading branch information
sanderha authored Oct 9, 2017
1 parent 4ff3e1d commit 33ad9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dataobjects/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Block extends DataObject
'VideoURL' => 'Varchar',
'Template' => 'Varchar',
'Active' => 'Boolean(1)',
'ImageCropMethod' => 'Enum("CroppedFocusedImage, SetRatioSize, CroppedImage, Fit, Fill", "CroppedFocusedImage")',
'ImageCropMethod' => 'Enum("CroppedFocusedImage, Fit, FitMax, Fill, FillMax, ScaleWidth, ScaleMaxWidth, ScaleHeight, ScaleMaxHeight, Pad", "CroppedFocusedImage")',
'ContentAsColumns' => 'Boolean(0)',
'ExtraCssClasses' => 'Varchar',

Expand Down

0 comments on commit 33ad9dc

Please # to comment.