Feature Toggles
TYPO3
Show in appDescription
This skill covers Feature Toggles which allows developers and integrators to enable or disable specific functionalities or features dynamically without altering the codebase. This technique is used in TYPO3 mainly to hide breaking changes for existing installations migrating from older versions.
Goals
- I know the concept and purpose of feature toggles in TYPO3.
- I know how to check the state of a feature toggle in your own extensions.
Maintainer

Andreas Wolf