Here's the complete reference of the TypoScript options for the plugin. Remember that you can set each one through the constant editor.
Property: | Data type: | Description: | Default: |
|---|---|---|---|
recursive | boolean | Also check for stylesheet(s) on the top pages. | 0 |
importRules | boolean | Use CSS @import rules. Otherwise, use a <link> tag for each stylesheet. | 1 |
xHTML | boolean | Use XHTML rules for the geeration of tags. | 1 |
cssComments | boolean | Add CSS comments in the HTML source code. | 1 |
cssMedia | string | The media of the stylesheet(s). | all |
css Type | string | The type of the stylesheet(s). | text/css |
linkRel | string | Only if importRules is not set. The rel parameter of the <link> tag. | stylesheet |
linkCharset | string | Only if importRules is not set. The charset parameter of the <link> tag. | utf-8 |
[tsref:plugin.tx_cssselect_pi1.]