Skip to content

Instantly share code, notes, and snippets.

View Kleisli's full-sized avatar

Till Kleisli Kleisli

  • Basel, Switzerland
View GitHub Profile
@Kleisli
Kleisli / tx_news_domain_model_news.php
Created October 4, 2017 14:15
TYPO3 v8 Change image cropping configurations only for tx_news articles
<?php
$GLOBALS['TCA']['tx_news_domain_model_news']['columns']['fal_media']['config']['overrideChildTca']['columns']['crop'] = [
'config' => [
'cropVariants' => [
'default' => [
'title' => 'Normal',
'allowedAspectRatios' => [
'Preview' => [
'title' => '~2:1',