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 >