.. include:: /Includes.rst.txt .. _columns-imageManipulation: ========================== type = 'imageManipulation' ========================== .. contents:: Table of contents: :local: :depth: 1 .. _columns-imageManipulation-introduction: Introduction ============ The type "imageManipulation" generates a button showing an image cropper in the backend for image files. It is typically only used in FAL relations. The crop information is stored as an JSON array into the field. .. _columns-imageManipulation-examples: Examples ======== .. figure:: ../../Images/TypeImageManipulationButton.png :alt: Image manipulation button in FAL :class: with-shadow Image manipulation button in FAL .. figure:: ../../Images/TypeImageManipulationCropper.png :alt: Image manipulation cropper modal :class: with-shadow Image manipulation cropper modal .. code-block:: php 'crop' => [ 'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_tca.xlf:sys_file_reference.crop', 'config' => [ 'type' => 'imageManipulation', ], ], .. _columns-imageManipulation-properties: Properties ========== .. contents:: :local: :depth: 1 .. _columns-imageManipulation-properties-allowedExtensions: allowedExtensions ----------------- .. include:: ../Properties/ImageManipulationAllowedExtensions.rst.txt .. _columns-imageManipulation-properties-behaviour: behaviour --------- .. include:: ../Properties/CommonBehaviour.rst.txt behaviour => allowLanguageSynchronization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../Behaviour/CommonAllowLanguageSynchronization.rst.txt .. _columns-imageManipulation-properties-cropVariants: cropVariants ------------ .. include:: ../Properties/ImageManipulationCropVariants.rst.txt .. _columns-imageManipulation-properties-fieldControl: fieldControl ------------ .. include:: ../Properties/CommonFieldControl.rst.txt .. _columns-imageManipulation-properties-fieldInformation: fieldInformation ---------------- .. include:: ../Properties/CommonFieldInformation.rst.txt .. _columns-imageManipulation-properties-fieldWizard: fieldWizard ----------- .. include:: ../Properties/CommonFieldWizard.rst.txt The following fieldWizards are available for this type: .. contents:: :local: :depth: 1 fieldWizard => defaultLanguageDifferences ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/DefaultLanguageDifferences.rst.txt fieldWizard => localizationStateSelector ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/LocalizationStateSelector.rst.txt fieldWizard => otherLanguageContent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/OtherLanguageContent.rst.txt .. _columns-imageManipulation-properties-fileField: file_field ---------- .. include:: ../Properties/ImageManipulationFileField.rst.txt .. _columns-imageManipulation-properties-readOnly: readOnly -------- .. include:: ../Properties/CommonReadOnly.rst.txt