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: |
|---|---|---|---|
showLevels | int+ | The number of levels to show in the sitemap. | 5 |
expandLevels | int+ | The number of levels to expand at start. | 0 |
expAllLink | boolean | Include the link for expanding/collapsing all sections on a click. | 1 |
excludeList | string | A comma list of the PIDs you don't want to appear in the sitemap. | |
linkTarget | string | The target of the links in the sitemap. | _self |
picture.expand | string | The url of the picture used to expand the sitemap. | EXT:dropdown_sitemap/pi1/plus.gif |
picture.collapse | string | The url of the picture used to collapse the sitemap. | EXT:dropdown_sitemap/pi1/minus.gif |
picture.params | string | The parameters of the picture used to expand/collapse the sitemap. | hspace="5" vspace="0" border="0" align="middle" |
picture.width | int+ | The width of the picture used to expand/collapse the sitemap. | 10 |
picture.height | int+ | The height of the picture used to expand/collapse the sitemap. | 10 |
list.tag | string | The HTML tag to used for the list elements. Possible values: ol ul | ol |
list.type | string | The type of the HTML list element. Possible values for ol: 1 a A i I Possible values for ul: circle disc square | 1 |
[tsref:plugin.tx_dropdownsitemap_pi1.]