Skip to content

Commit

Permalink
New config field type "path"
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 21, 2024
1 parent f6364e3 commit c378278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MultiFlexi/Ui/ConfigFields.php
Expand Up @@ -26,7 +26,8 @@ public function __construct($name, $defaultValue = null, $properties = array())
'email' => _('Email'),
'password' => _('Password'),
'checkbox' => _('Yes/No'),
'file' => _('File upload')
'file' => _('File upload'),
'directory' => _('Directory path')
],
$defaultValue,
$properties
Expand Down

0 comments on commit c378278

Please sign in to comment.