1<?php 2/** 3 * Metadata for configuration manager plugin 4 * Additions for the Eventum plugin 5 * 6 * @author Elan Ruusamäe <glen@delfi.ee> 7 */ 8$meta['url'] = array('string', '_pattern' => '{^(?:$|https?://\S+$)}i'); 9$meta['username'] = array('string'); 10$meta['password'] = array('password'); 11 12//Setup VIM: ex: et ts=2 enc=utf-8 : 13