‪TYPO3CMS  9.5
pages.php File Reference

Go to the source code of this file.

Variables

 $openGraphCropConfiguration
 
 $tca
 
 $GLOBALS ['TCA']['pages'] = array_replace_recursive($GLOBALS['TCA']['pages'], $tca)
 

Variable Documentation

◆ $GLOBALS

$GLOBALS[ 'TCA'][ 'pages'] = array_replace_recursive($GLOBALS['TCA']['pages'], $tca)

Definition at line 232 of file pages.php.

◆ $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

$tca

Definition at line 35 of file pages.php.