Task #100033
closedDeprecate $GLOBALS['TBE_STYLES']['stylesheet'] and $GLOBALS['TBE_STYLES']['stylesheet2']
100%
Description
$GLOBALS['TBE_STYLES']['stylesheet']
and $GLOBALS['TBE_STYLES']['stylesheet2']
are rarely used in public extensions and we seem to have no current documentation about those two configuration settings.
Since we have $GLOBALS['TBE_STYLES']['skins'][$nameOfSkin]['stylesheetDirectories']
configuration in place to include custom stylesheets from extensions, the settings $GLOBALS['TBE_STYLES']['stylesheet']
and $GLOBALS['TBE_STYLES']['stylesheet2']
can be deprecated.
Updated by Gerrit Code Review almost 2 years ago
- Status changed from New 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/+/77949
Updated by Gerrit Code Review almost 2 years 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/+/77949
Updated by Gerrit Code Review almost 2 years 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/+/77949
Updated by Gerrit Code Review almost 2 years ago
Patch set 4 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/+/77949
Updated by Gerrit Code Review almost 2 years ago
Patch set 5 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/+/77949
Updated by Torben Hansen almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f8f1b9f9863994943370e01f48d9406aee4225ba.
Updated by Benni Mack over 1 year ago
- Related to Task #101023: Remove $GLOBALS[TBE_STYLES] added