提交 5928893c 编写于 作者: ijianbo's avatar ijianbo

精选栏目加入是否可用选项

上级 12714ea5
...@@ -99,6 +99,12 @@ function minapper_admin_menu() ...@@ -99,6 +99,12 @@ function minapper_admin_menu()
'placeholder' => '请输入链接' 'placeholder' => '请输入链接'
) )
), ),
array(
'id' => 'enable',
'type' => 'checkbox',
'title' => '是否启用',
//'label' => '是否启用?'
),
array( array(
'id' => 'title', 'id' => 'title',
'type' => 'text', 'type' => 'text',
...@@ -190,6 +196,12 @@ function minapper_admin_menu() ...@@ -190,6 +196,12 @@ function minapper_admin_menu()
'placeholder' => '请输入链接' 'placeholder' => '请输入链接'
) )
), ),
array(
'id' => 'enable',
'type' => 'checkbox',
'title' => '是否启用',
//'label' => '是否启用?'
),
array( array(
'id' => 'title', 'id' => 'title',
'type' => 'text', 'type' => 'text',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册