Jump to category:
How do I enable the collapse/expand behaviour of the navigation tree?
By default after setting up Daisy and creating a site with the daisy-wiki-add-site tool, the navigation tree of the site will always be displayed fully.
To enable the expand/collapse behaviour, you need to set the contextualizedTree property in the siteconf.xml.
This is done by opening the siteconf.xml file of the site in question:
<wikidata directory>/sites/<sitename>/siteconf.xml
and look in there for the following:
<contextualizedTree>false</contextualizedTree>
and change the false to true.
After this change, you do not need to restart the Daisy Wiki, but it might take a few seconds before the change is noticed.
More information about the siteconf.xml can be found in the sites documentation.
Other articles in this category:




There are no comments.