xref: /template/sprintdoc/conf/metadata.php (revision d4c5a4240d4ad400c94011005d6e7ec5a4fa5948)
1<?php
2
3$meta['sidebar_sections'] = array(
4                                'multichoice',
5                                '_choices' => array(
6                                    'h1',
7                                    'h1,h2',
8                                    'h1,h2,h3,h4,h5',
9                                    'li.level1 > .li',
10                                ),
11                            );
12