|
@@ -58,31 +58,6 @@ return array
|
|
|
'update' => 'hidden',
|
|
|
'value' => Dever::input('search_option_content_id')
|
|
|
),
|
|
|
-
|
|
|
- 'name' => array
|
|
|
- (
|
|
|
- 'type' => 'varchar-80',
|
|
|
- 'name' => '标题-不填不显示',
|
|
|
- 'default' => '',
|
|
|
- 'desc' => '标题',
|
|
|
- 'match' => 'option',
|
|
|
- 'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
- 'search' => 'fulltext',
|
|
|
- //增加预览
|
|
|
- 'preview' => true,
|
|
|
- ),
|
|
|
-
|
|
|
- 'desc' => array
|
|
|
- (
|
|
|
- 'type' => 'varchar-500',
|
|
|
- 'name' => '摘要-不填不显示',
|
|
|
- 'default' => '',
|
|
|
- 'desc' => '摘要',
|
|
|
- 'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
- ),
|
|
|
-
|
|
|
|
|
|
'pic' => array
|
|
|
(
|
|
@@ -93,7 +68,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '1',
|
|
|
- 'place' => '150',
|
|
|
+ 'place' => '750*1386',
|
|
|
),
|
|
|
|
|
|
'text' => array
|
|
@@ -125,6 +100,7 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => 1,
|
|
|
+ 'place' => '120*120',
|
|
|
),
|
|
|
|
|
|
array
|
|
@@ -159,7 +135,8 @@ return array
|
|
|
'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => 1,
|
|
|
- 'show' => 'type=2'
|
|
|
+ 'place' => '750*1386',
|
|
|
+ 'show' => 'type=2',
|
|
|
),
|
|
|
|
|
|
array
|