app_func_input.php 873 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. return array
  3. (
  4. 'update' => array
  5. (
  6. 'field' => array
  7. (
  8. 'name' => array
  9. (
  10. 'type' => 'textarea',
  11. 'autosize' => array('minRows' => 2),
  12. ),
  13. 'key' => array
  14. (
  15. 'type' => 'textarea',
  16. 'autosize' => array('minRows' => 2),
  17. ),
  18. 'option' => array
  19. (
  20. 'type' => 'textarea',
  21. 'autosize' => array('minRows' => 2),
  22. ),
  23. 'type',
  24. 'match' => array
  25. (
  26. 'width' => '40',
  27. 'type' => 'switch',
  28. 'show' => '{match}',
  29. 'active_value' => 1,
  30. 'inactive_value' => 2,
  31. ),
  32. ),
  33. 'drag' => 'sort',
  34. ),
  35. );