[ 'name' => tra('Storage'), 'description' => tra('Location where tracker attachment files are stored'), 'type' => 'list', 'options' => [ 'y' => tra('Database'), 'n' => tra('Filesystem'), ], 'default' => 'y', 'tags' => ['basic'], ], 't_use_dir' => [ 'name' => tra('Directory path'), 'description' => tra("Path of a directory on Tiki's host, such as /var/www/. For confidentiality, this directory should not be web accessible. PHP must be able to read/write to the directory."), 'type' => 'text', 'size' => 50, 'default' => '', 'tags' => ['basic'], ], ]; }