Skip to content
Snippets Groups Projects
Commit 04d47b0f authored by Benjamin Mack's avatar Benjamin Mack Committed by Anja Leichsenring
Browse files

[FEATURE] Allow cObject registration during runtime

Instead of having a hard-coded list of available
content Objects with complex hook registration,
any extension can now register its own cObject
by adding or overwriting an AbstractContentObject
in ext_localconf.php via
$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects']

This way it is also possible to move legacy content objects
to other extensions than EXT:frontend.

Resolves: #64386
Releases: master
Change-Id: Iac3e13cb32fa99685c6ff9e284ff8c49b26f9759
Reviewed-on: http://review.typo3.org/36146


Reviewed-by: default avatarHelmut Hummel <helmut.hummel@typo3.org>
Tested-by: default avatarHelmut Hummel <helmut.hummel@typo3.org>
Reviewed-by: default avatarBenjamin Mack <benni@typo3.org>
Tested-by: default avatarBenjamin Mack <benni@typo3.org>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent 70cec6e8
No related merge requests found
Showing
with 183 additions and 88 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment