1<?php 2/** 3Configuration Manager for Mailto plugin 4*/ 5 6$meta['mailto_acl_admin_only'] = array('onoff'); /// TODO better type of input ? 7$meta['mailto_acl_grps'] = array('string'); /// TODO better type of input ? 8$meta['mailto_dformat'] = array('string'); /// TODO better type of input ? 9$meta['mailto_signature'] = array(''); 10$meta['mailto_from'] = array('string'); /// TODO better type of input ? regexp ? 11$meta['mailto_bcc'] = array('string'); /// TODO better type of input ? regexp ? 12 13