User Tools

Site Tools


typo3_cropping_tool

This is an old revision of the document!


TYPO3 Cropping Tool

$GLOBALS['TCA']['pages']['types']['1']['columnsOverrides']['media']['config']['overrideChildTca']['columns']['crop']['config']['cropVariants'] = [
    'desktop' => [
        'title' => 'Desktop',
        '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,
            ]
        ]
    ],
];
typo3_cropping_tool.1539856670.txt.gz · Last modified: 2018/10/18 11:57 by admin