Project

General

Profile

Actions

Feature #104020

closed

add new feature toggle viewhelper

Added by Christian Rath-Ulrich 20 days ago. Updated 16 days ago.

Status:
Resolved
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 #1

Updated by Garvin Hicking 20 days ago

  • Tracker changed from Bug to Feature
  • TYPO3 Version deleted (13)
Actions #2

Updated by Garvin Hicking 16 days ago

  • Status changed from New to Needs Feedback
  • Assignee set to Simon Praetorius
Actions #3

Updated by Gerrit Code Review 16 days ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84719

Actions #4

Updated by Gerrit Code Review 16 days ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84719

Actions #5

Updated by Gerrit Code Review 16 days ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/84719

Actions #6

Updated by Simon Praetorius 16 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF