diff --git a/packages/base/Configuration/TCA/Overrides/tx_news_domain_model_news.php b/packages/base/Configuration/TCA/Overrides/tx_news_domain_model_news.php new file mode 100644 index 0000000..5e231c7 --- /dev/null +++ b/packages/base/Configuration/TCA/Overrides/tx_news_domain_model_news.php @@ -0,0 +1,18 @@ + [ + 'default' => [ + 'title' => 'Default', + 'allowedAspectRatios' => [ + '16-9' => [ + 'title' => '16:9', + 'value' => 16 / 9 + ], + ], + 'selectedRatio' => '16-9', + ], + ], +];