|
@@ -75,7 +75,7 @@ return array
|
|
|
'name' => '描述',
|
|
|
'default' => '',
|
|
|
'desc' => '请输入描述',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'textarea',
|
|
|
'search' => 'fulltext',
|
|
|
'list' => true,
|
|
@@ -99,7 +99,7 @@ return array
|
|
|
'name' => '链接-填写此项则直接跳转到该链接',
|
|
|
'default' => '',
|
|
|
'desc' => '请输入标题',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'text',
|
|
|
'search' => 'fulltext',
|
|
|
'list' => true,
|