Feature #17634
closedRemove default CSS
100%
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 metypo3\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)
Updated by Georg Ringer about 17 years ago
sorry can someone move this topic into the right section
Updated by Susanne Moog over 13 years ago
- 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
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I1bf2566e14b2f50e16ee0ed4b64a29c3acc1f563 has been pushed to the review server.
It is available at http://review.typo3.org/1810
Updated by Susanne Moog over 13 years ago
- Status changed from Accepted to Under Review
Updated by Susanne Moog over 13 years ago
Test with:
config.removeDefaultCss = 1
Documentation Changes:
TSref after removeDefaultJS:
removeDefaultCss boolean Remove CSS generated by _CSS_DEFAULT_STYLE configuration of extensions.
Updated by Susanne Moog over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 35534b6fe96fef0c57e3e0e1b9d814aef0bceed7.
Updated by Chris topher over 13 years ago
Please don't forget to add the new option to http://wiki.typo3.org/Pending_Documentation
Updated by Chris topher over 13 years ago
Thanks for adding the documentation, Susanne!
Updated by Xavier Perseguers over 13 years ago
- Target version changed from 4.6.0 to 1281
Updated by Chris topher almost 13 years ago
- Subject changed from remove default CSS removeDefaultCSS to Remove default CSS
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed