This is an old revision of the document!
$GLOBALS['TCA']['pages']['types']['1']['columnsOverrides']['media']['config']['overrideChildTca']['columns']['crop']['config']['cropVariants'] = [ 'desktop' => [ 'title' => 'Desktop', 'focusArea' => [ 'x' => 1 / 3, 'y' => 1 / 3, 'width' => 1 / 3, 'height' => 1 / 3, ], 'coverAreas' => [ [ 'x' => 0, 'y' => 0.7, 'width' => 0.4, 'height' => 0.3, ] ], 'allowedAspectRatios' => [ '21 : 1' => [ 'title' => '2,1 : 1', 'value' => 16/9, ] ] ], 'mobile' => [ 'title' => 'mobile', 'coverAreas' => [ [ 'x' => 0.6, 'y' => 0, 'width' => 0.4, 'height' => 0.3, ] ], 'allowedAspectRatios' => [ '21 : 1' => [ 'title' => '2,1 : 1', 'value' => 16/9, ] ] ], ];