wpfw_ewei_shopv2/plugin/diyform/config.php
2023-02-14 19:57:32 +08:00

6 lines
371 B
PHP

<?php
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'diyform', 'name' => '自定义表单', 'v3' => true, 'menu' => array('plugincom' => 1, 'items' => array(array('title' => '模版管理', 'route' => 'temp'), array('title' => '分类管理', 'route' => 'category'), array('title' => '基础设置', 'route' => 'set'))));