<?php
/**
Configuration Manager for Mailto plugin
*/

$meta['mailto_acl_admin_only']	= array('onoff');  /// TODO better type of input ?
$meta['mailto_acl_grps']		= array('string'); /// TODO better type of input ?
$meta['mailto_dformat']			= array('string'); /// TODO better type of input ?
$meta['mailto_signature']		= array('');
$meta['mailto_from']			= array('string'); /// TODO better type of input ? regexp ?
$meta['mailto_bcc']				= array('string'); /// TODO better type of input ? regexp ?

