TYPO3-Documentation / render-guides

Render the docs with phpdocumentor/guides
GNU General Public License v3.0
3 stars 8 forks source link

directory-tree expand/collapse icon switching #842

Open jonirouAtTalan opened 4 days ago

jonirouAtTalan commented 4 days ago

Hello,

For example on this page https://docs.typo3.org/permalink/t3sitepackage:typoscript-import-configuration the icon to expand a folder is a "-" and to collapse a folder the icon is a "+".

It is confusing, i think this should be better to switch the two icon.

Capture d’écran 2024-11-21 à 14 10 10

The code used for this is :

..  directory-tree::
    :level: 4
    :show-file-icons: true

    *   EXT:my_site_package/Configuration

        *   Sets

            *   SitePackage

                *   config.yaml
                *   setup.typoscript

        *   TypoScript

            *   Setup

                *   pageview.typoscript

Thank you