friendsoftypo3 / cms-func
Brings the backend Web->functions main module for extensions to hook in
Installs: 43 636
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 6
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.0
Replaces
- friendsoftypo3/func: *
- typo3-ter/func: *
- typo3/cms-func: *
This package is auto-updated.
Last update: 2024-10-28 16:52:14 UTC
README
TYPO3 extension func
This extension brings the "Web->Functions" module to the TYPO3 backend. It acts as a container for other extensions to hook in, the two core extensions wizard_crpages and wizard_sortpages known from TYPO3 core version 8 and previous versions did that. With the integration of these two extensions into the backend pages context menus, the "func" extension became obsolete and has been removed from the core.
The extension is now available as composer package and TER extension as backwards compatible layer if other extensions use the container functionality of "func".