Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / modules / contrib / tocify / templates / tableofcontents.html.twig
1 <div class="table-of-contents"
2      data-context="{{ context }}"
3      data-theme="{{ _theme }}"
4      data-selectors="{{ selectors }}"
5      data-show-and-hide="{{ show_and_hide }}"
6      data-show-effect="{{ show_effect }}"
7      data-show-effect-speed="{{ show_effect_speed }}"
8      data-hide-effect="{{ hide_effect }}"
9      data-hide-effect-speed="{{ hide_effect_speed }}"
10      data-smooth-scroll="{{ smooth_scroll }}"
11      data-smooth-scroll-speed="{{ smooth_scroll_speed }}"
12      data-scroll-to="{{ scroll_to }}"
13      data-show-and-hide-on-scroll="{{ show_and_hide_on_scroll }}"
14      data-highlight-on-scroll="{{ highlight_on_scroll }}"
15      data-highlight-offset="{{ highlight_offset }}"
16      data-extend-page="{{ extend_page }}"
17      data-extend-page-offset="{{ extend_page_offset }}"
18      data-history="{{ history }}"
19      data-hash-generator="{{ hash_generator }}"
20      data-highlight-default="{{ highlight_default }}"
21      data-ignore-selector="{{ ignore_selector }}"
22      data-scroll-history="{{ scroll_history }}">
23     Table of contents
24 </div>