You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
675 B
19 lines
675 B
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | YFCMF [ WE CAN DO IT MORE SIMPLE ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2015-2016 http://www.rainfer.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: rainfer <81818832@qq.com>
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
'display' => [
|
|
'title' => '是否显示:',
|
|
'type' => 'radio',
|
|
'options' => [
|
|
'1' => '显示',
|
|
'0' => '不显示'
|
|
],
|
|
'value' => '1'
|
|
],
|
|
];
|
|
|