.. include:: /Includes.rst.txt .. _feature-104020-1718381897: ==================================================== Feature: #104020 - ViewHelper to check feature flags ==================================================== See :issue:`104020` Description =========== The `` ViewHelper allows integrators to check for feature flags from within Fluid templates. The ViewHelper follows the same rules as the underlying TYPO3 api, which means that undefined flags will be treated as `false`. Examples ======== Basic usage ----------- :: This is being shown if the flag is enabled feature / then / else --------------------- :: Flag is enabled Flag is undefined or not enabled Impact ====== Feature flags can now be checked from within Fluid templates. .. index:: Fluid, ext:fluid