1<?php
2/**
3 * Options for the odtsupport plugin
4 *
5 * @author Thomas Schäfer <thomas.schaefer@itschert.net>
6 */
7
8
9$meta['dateformat'] = array('string');
10$meta['serverurl'] = array('string');
11$meta['firstdefinitionwins'] = array('onoff');
12