znt/extension/lite/execution/ext/config/lite.php

3 lines
156 B
PHP

<?php
$config->execution->form->create['code'] = array('type' => 'string', 'required' => true, 'control' => 'text', 'default' => '', 'filter' => 'trim');