xref: /template/minimal/conf/metadata.php (revision f862b1d398235a8d5dffa840f306e20fbfb523c3)
1<?php
2/*
3 * configuration metadata
4 *
5 */
6
7$meta['fullWidthSite']    = array('onoff');
8$meta['showPageInfo']     = array('onoff');
9$meta['siteHeaderPosition'] = array('multichoice','_choices' => array('Top','Above page'));
10$meta['siteFooterPosition'] = array('multichoice','_choices' => array('Bottom','Below page'));
11$meta['showToc']     	  = array('onoff');