Method: Scrivito::Configuration.default_image_transformation=
- Defined in:
- lib/scrivito/configuration.rb
.default_image_transformation=(value) ⇒ Object
Set the default image transformation.
When delivering binary Objs, the default image transformation will be applied if Obj#apply_image_transformation? returns true
.
If not changed the default image transformation is an empty transformation (an empty Hash
). Set it to false
to disabled the default image transformation completely.
296 297 298 |
# File 'lib/scrivito/configuration.rb', line 296 def default_image_transformation=(value) @default_image_transformation = value end |