1<?php 2/** 3 * Options for the duoshuo plugin 4 * 5 * @author Matt <caijiamx@gmail.com> 6 */ 7 8$meta['auto'] = array('onoff','_caution' => 'warning'); 9$meta['shortname'] = array('string','_pattern' => '/^[0-9a-zA-Z\-]+$/');