Bug #28607
closedCSS path with TS
100%
Description
Easy configuration of the styled html output should be doable just by changing/overwriting css in the project file.
But tx_form_view_form > setCss includes the extension's standard css-file to additionalHeaderData['tx_form_css'].
Page.includeCSS is loaded in the final html output before that. So an easy css styling can not be done just by overwriting CSS-code in page.includeCSS.
- Add TS configuration in "Default TS (form)" static standard typoscript to change the css-file path. OR
- implement a switch to not load the extension's css-file.
Updated by Oliver Hader about 13 years ago
- Project changed from 135 to TYPO3 Core
Updated by Oliver Hader about 13 years ago
- Tracker changed from Feature to Bug
- Status changed from New to Accepted
- Target version set to 4.6.0
- PHP Version set to 5.3
- TYPO3 Version set to 4.6
Felix, I think having the possibility to override the CSS_DEFAULTS on the TypoScript plugin level can be considered as bug.
Besides that your additions of disabling the default CSS file and have an easy way to override it also makes sense.
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Gone With the Wind over 12 years ago
I'd be very much interested in the development of this issue. The manual doesn't mention anything yet... (neither latest 4.6 nor 4.7 beta)
Updated by Lorenz Ulrich over 12 years ago
Updated by Chris topher over 12 years ago
- Status changed from Accepted to Closed
- % Done changed from 0 to 100
See #32480.