1<?php
2/**
3 * Metadata configuration for countdown plugin.
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Luis Machuca Bezzaza <luis [dot] machuca [at] gulix [dot] cl>
7 */
8
9$meta['include_date'] = array('onoff');
10$meta['use_today']    = array('onoff');
11$meta['with_hours']   = array('onoff');
12$meta['with_hours']   = array('onoff');
13/// The two following configurations are in a beta state
14$meta['business_days'] = array('onoff');
15$meta['time_message'] = array('onoff');
16
17