Skip to content

Show taxonomy

Zack edited this page May 1, 2018 · 6 revisions

Show taxonomy is an option to show or hide taxonomy panel from the HTML page.

To add the option in the toolbar add :

 popoto.tools.TOGGLE_TAXONOMY = true;

To add the taxonomy panel in your page add the following div :

 <div id="popoto-taxonomy" class="ppt-taxo-nav">

 </div>

Try live example here