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