FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
190 stars 229 forks source link

Update AbstractRecordResourceViewHelper.php and resolve deprecation #1776

Closed Werghemmi closed 2 years ago

Werghemmi commented 2 years ago

replace the deprecated property :php:TypoScriptFrontendController->fePreview The Context API has a new Aspect called "frontend.preview". It can be used to determine whether the frontend is currently in preview mode. .. code-block:: php GeneralUtility::makeInstance(Context::class)->getPropertyFromAspect('frontend.preview', 'isPreview');