dever 5 năm trước cách đây
mục cha
commit
0ef4df81c3
1 tập tin đã thay đổi với 4 bổ sung27 xóa
  1. 4 27
      app/content/database/dialogue.php

+ 4 - 27
app/content/database/dialogue.php

@@ -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