cmsexperts/unlocalizedcrop

This package is abandoned and no longer maintained. The author suggests using the b13/unlocalizedcrop package instead.

Disables cropping for translated records. Cropping of localized records are automatically taken from the original language

Installs: 2 916

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 1

Open Issues: 0

Type:typo3-cms-extension

1.0.1 2016-08-05 10:10 UTC

This package is auto-updated.

Last update: 2020-04-30 09:47:35 UTC


README

This is a TYPO3 extension that disables the cropping functionality for file references that are a translation. This means, that they have a reference to a record in another language.

Under the hood, the cropping information from the original record is always kept in sync.

When do I need this extension?

Imagine you have a TYPO3 installation with multiple translations. If you want to make sure the cropping value is the same across all translations, use the extension. This way, you only need to modify the cropping information in the original language, and the change will be applied to all translations.

It does limit your capabilities, because nobody could ever set a custom cropping information for a translation, however we consider this a best practice for the use cases that we encountered. If you need to have custom cropping information (or even a different picture), then it's not a translation anymore but just a record in a specific language.

How to install

You can set this up via composer (composer require cmsexperts/unlocalizedcrop) or via TER (extension name "unlocalizedcrop"), it runs with TYPO3 v7 and TYPO3 v8.

There is a extbase command controller to migrate an existing installation with existing sys_file_reference records in translations to have everything in sync from the beginning.

License

The extension is licensed under GPL v2+, same as the TYPO3 Core.

For details see LICENSE.txt in this repository.

Credits

  • Initial development: Benni Mack
  • sponsored by b:dreizehn, Germany (www.b13.de)