12345678910111213141516171819202122 |
- <?php
- return array
- (
- 'update' => array
- (
- 'field' => array
- (
- 'table',
- 'key' => array
- (
- 'type' => 'textarea',
- 'autosize' => array('minRows' => 2),
- ),
- 'value' => array
- (
- 'type' => 'textarea',
- 'autosize' => array('minRows' => 2),
- ),
- 'type',
- ),
- ),
- );
|