1<?php 2/** 3 * Options for the davcard plugin 4 * 5 * @author Andreas Boehler <dev@aboehler.at> 6 */ 7 8$meta['default_client_id'] = array('string'); 9$meta['popup_content'] = array(''); 10$meta['date_format'] = array('string'); 11