xref: /template/sprintdoc/conf/metadata.php (revision 95823334d443d78b26b2aba8490b427072d430b7)
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
13$meta['header_layout'] = array(
14                            'multichoice',
15                            '_choices' => array(
16                                'header-default',
17                                'header-compact',
18                            ),
19                        );
20