1<?php 2/** 3 * Options for the datapopup plugin 4 * 5 * @author Andreas Boehler <dev@aboehler.at> 6 */ 7 8 9$meta['hide_settings'] = array('onoff'); 10$meta['disable_sync'] = array('onoff'); 11$meta['disable_ics'] = array('onoff'); 12