1234567891011121314151617181920212223 |
- <?php return array ( 'title' => array ( 'id' => '1', 'moduleid' => '1', 'field' => 'title', 'name' => '标题', 'tips' => '', 'required' => '1', 'minlength' => '3', 'maxlength' => '80', 'pattern' => '', 'errormsg' => '标题必填3-80个字', 'class' => '', 'type' => 'title', 'setup' => 'array (
- \'thumb\' => \'1\',
- \'style\' => \'0\',
- \'size\' => \'\',
- )', 'ispost' => '1', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '1', ), 'keywords' => array ( 'id' => '2', 'moduleid' => '1', 'field' => 'keywords', 'name' => '关键词', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '', 'errormsg' => '', 'class' => '', 'type' => 'text', 'setup' => 'array (
- \'size\' => \'55\',
- \'default\' => \'\',
- \'ispassword\' => \'0\',
- )', 'ispost' => '1', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '1', ), 'description' => array ( 'id' => '3', 'moduleid' => '1', 'field' => 'description', 'name' => 'SEO简介', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '', 'errormsg' => '', 'class' => '', 'type' => 'textarea', 'setup' => 'array (
- \'rows\' => \'4\',
- \'cols\' => \'55\',
- \'default\' => \'\',
- )', 'ispost' => '1', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '1', ), 'content' => array ( 'id' => '4', 'moduleid' => '1', 'field' => 'content', 'name' => '内容', 'tips' => '', 'required' => '0', 'minlength' => '0', 'maxlength' => '0', 'pattern' => '', 'errormsg' => '', 'class' => '', 'type' => 'editor', 'setup' => 'array (
- \'toolbar\' => \'full\',
- \'default\' => \'\',
- \'height\' => \'\',
- \'showpage\' => \'1\',
- \'enablekeylink\' => \'0\',
- \'replacenum\' => \'\',
- \'enablesaveimage\' => \'0\',
- \'flashupload\' => \'1\',
- \'alowuploadexts\' => \'jpg,jpeg,gif,doc,rar,zip,xls\',
- )', 'ispost' => '1', 'unpostgroup' => '', 'listorder' => '0', 'status' => '1', 'issystem' => '1', ), );?>
|