Feature #17634
closed
Added by Georg Ringer about 17 years ago.
Updated over 11 years ago.
Description
Similiar to removeDefaultJS removeDefaultCSS just dont include any temporary CSS. This is especially usefull because you can exclude all the default CSS styles from an extension.
Of course also css_styled_content.. so you can/need include really all by yourself which is very ok - let the people decide
what you think?
I can't make difs, but I hope you forgive me
typo3\sysext\cms\tslib\class.tslib_pagegen.php
- 499
- if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.'])) {
+ if (is_array($GLOBALS['TSFE']->tmpl->setup['plugin.']) && !$GLOBALS['TSFE']->config['config']['removeDefaultCSS']) {
(issue imported from #M6412)
sorry can someone move this topic into the right section
- Category changed from Communication to TypoScript
- Status changed from New to Accepted
- Assignee set to Susanne Moog
- Target version changed from 0 to 4.6.0
- PHP Version changed from 4.3 to 5.3
Patch set 1 of change I1bf2566e14b2f50e16ee0ed4b64a29c3acc1f563 has been pushed to the review server.
It is available at http://review.typo3.org/1810
- Status changed from Accepted to Under Review
Test with:
config.removeDefaultCss = 1
Documentation Changes:
TSref after removeDefaultJS:
removeDefaultCss boolean Remove CSS generated by _CSS_DEFAULT_STYLE configuration of extensions.
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Target version changed from 4.6.0 to 1281
- Subject changed from remove default CSS removeDefaultCSS to Remove default CSS
- Status changed from Resolved to Closed
- Target version deleted (
1281)
Also available in: Atom
PDF