Go to the source code of this file.
◆ $GLOBALS
$GLOBALS[ 'TCA'][ 'pages'] = array_replace_recursive($GLOBALS['TCA']['pages'], $tca) |
◆ $openGraphCropConfiguration
$openGraphCropConfiguration |
Initial value:= [
'config' => [
'cropVariants' => [
'default' => [
'disabled' => true,
],
'social' => [
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.crop_variant.social',
'coverAreas' => [],
'cropArea' => [
'x' => '0.0',
'y' => '0.0',
'width' => '1.0',
'height' => '1.0'
],
'allowedAspectRatios' => [
'1.91:1' => [
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.ratio.191_1',
'value' => 1.91 / 1
],
'NaN' => [
'title' => 'LLL:EXT:core/Resources/Private/Language/locallang_wizards.xlf:imwizard.ratio.free',
'value' => 0.0
],
],
'selectedRatio' => '1.91:1',
],
],
],
]
Definition at line 4 of file pages.php.
◆ $tca