rabin 8 months ago
parent
commit
4ab4bdc1c2
2 changed files with 8 additions and 6 deletions
  1. 3 6
      src/place/manage/agent.php
  2. 5 0
      src/place/manage/vip.php

+ 3 - 6
src/place/manage/agent.php

@@ -61,12 +61,9 @@ return array
             ),
             'content' => array
             (
-                'type' => 'editor',
-                'editorMenu' => array
-                (
-                    'uploadImage' => 1,
-                    'uploadVideo' => 3,
-                ),
+                'type' => 'textarea',
+                //'rows' => 4,
+                'autosize' => array('minRows' => 4),
             ),
 
             'vip_fee' => array

+ 5 - 0
src/place/manage/vip.php

@@ -72,12 +72,17 @@ return array
             ),
             'content' => array
             (
+                /*
                 'type' => 'editor',
                 'editorMenu' => array
                 (
                     'uploadImage' => 1,
                     'uploadVideo' => 3,
                 ),
+                */
+                'type' => 'textarea',
+                //'rows' => 4,
+                'autosize' => array('minRows' => 4),
             ),
 
             'place/vip_price' => array