app_func_input.php 722 B

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