From b33a682d0d7a0a6a8b9720be6d6326ab5ea56342 Mon Sep 17 00:00:00 2001 From: Frans Saris <franssaris@gmail.com> Date: Fri, 10 Nov 2017 11:54:40 +0100 Subject: [PATCH] [BUGFIX] Add missing code-block:: php line in feature rst file Resolves: #82964 Releases: master, 8.7 Change-Id: Iccaae0c2aeefa7c82b3df50956424509acea4233 Reviewed-on: https://review.typo3.org/54612 Reviewed-by: Riccardo De Contardi <erredeco@gmail.com> Reviewed-by: Andreas Fernandez <typo3@scripting-base.de> Tested-by: Andreas Fernandez <typo3@scripting-base.de> --- ...ImplementMultipleCroppingVariantsInImageManipulationTool.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst index cc605e8a1d52..5e390bd2059e 100644 --- a/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst +++ b/typo3/sysext/core/Documentation/Changelog/8.6/Feature-75880-ImplementMultipleCroppingVariantsInImageManipulationTool.rst @@ -165,6 +165,8 @@ as this is the default field name for image manipulation in `sys_file_reference` It is also possible to set the cropping configuration only for a specific tt_content element type by using the `columnOverrides` feature: +.. code-block:: php + $GLOBALS['TCA']['tt_content']['types']['textmedia']['columnsOverrides']['assets']['config']['overrideChildTca']['columns']['crop']['config'] = [ 'cropVariants' => [ 'default' => [ -- GitLab