Project

General

Profile

Actions

Feature #104020

closed

add new feature toggle viewhelper

Added by Christian Rath-Ulrich about 1 month ago. Updated 13 days ago.

Status:
Closed
Priority:
Should have
Category:
Fluid
Target version:
Start date:
2024-06-10
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

to respect the typo3 feature toggles https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/FeatureToggles.html

as example if you have an env variable TYPO3__SYS__features__mySuperFeature=%const(bool:true)%

you should be able to use somthing like:

<f:if condition="{f:featureFlag(featureKey: 'mySuperFeature')}">

</f:if>

Actions

Also available in: Atom PDF