tx_solr.cssFiles¶
Here you can configure what CSS files you want to use for different areas of the extension. The section is a definition of key-value pairs where the key is the name of a part of the extension and the value points to the CSS file to be used for styling it.
To prevent loading of a file just set it empty like this:
plugin.tx_solr.cssFiles.results =
or clear the setting like this:
plugin.tx_solr.cssFiles.results >
To prevent the extension from loading any default CSS files simple clear the whole cssFiles settings:
plugin.tx_solr.cssFiles >
results¶
Type: | String |
---|---|
TS Path: | plugin.tx_solr.cssFiles.results |
Default: | EXT:solr/Resources/Css/PiResults/results.css |
Since: | 2.0 |
Defines the stylesheet to be used for styling the search results page.
pagebrowser (removed)¶
Type: | String |
---|---|
TS Path: | plugin.tx_solr.cssFiles.pagebrowser |
Default: | EXT:pagebrowse/res/styles_min.css |
Since: | 2.0 |
Removed: | 3.1 |
Defines the stylesheet to be used for styling the page browser.