Feature #3430
Configuration of stylesheets
| Status: | Resolved | Start date: | 2009-05-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | Templating | |||
| Target version: | 1.0 | |||
| Votes: | 0 |
Description
It should be configurable, whether stylesheets are used or not and if custom stylesheets should be used.
Associated revisions
[Bug 3430] Add a function createBackEndUserGroup to the testingFramework,r=oliver
History
Updated by Fabien Udriot about 4 years ago
A typical TS configuration:
plugin.tx_addresses {
stylesheetFile = EXT:addresses/Resources/Public/Stylesheets/index.css
}
Maybe, we could merge index.css and show.css. This would avoid an additional HTTP request for a such small file. Just a suggestion!
Updated by Fabien Udriot about 4 years ago
- Category set to Templating
- Target version set to 1.0
Updated by Susanne Moog about 4 years ago
Fabien Udriot wrote:
A typical TS configuration:
[...]
Maybe, we could merge index.css and show.css. This would avoid an additional HTTP request for a such small file. Just a suggestion!
I dislike having additional definitions that are not needed on a page, so I'm for leaving them as they are currently. I'll think about the TS structure a bit and probably implement this next weekend.
Updated by Fabien Udriot about 4 years ago
I dislike having additional definitions that are not needed on a page, so I'm for leaving them as they are currently. I'll think about the TS structure a bit and probably implement this next weekend.
No problemo!
Updated by Susanne Moog about 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
the stylesheets are now fully configurable via typoscript.