<?php
/**
 * Metadata for configuration manager plugin
 * Additions for the Eventum plugin
 *
 * @author     Elan Ruusamäe <glen@delfi.ee>
 */
$meta['url']      = array('string', '_pattern' => '{^(?:$|https?://\S+$)}i');
$meta['username'] = array('string');
$meta['password'] = array('password');

//Setup VIM: ex: et ts=2 enc=utf-8 :
