trying to make image form controls optionally force image file types... not quite working yet
This commit is contained in:
parent
9791c99d3b
commit
0ad578ffb9
4 changed files with 23 additions and 1 deletions
|
|
@ -160,6 +160,7 @@ sub formField {
|
|||
$orderedValues->{$ov} = $values->{$ov};
|
||||
}
|
||||
$properties->{options} = $orderedValues;
|
||||
$properties->{forceImageOnly} = $self->get("forceImageOnly");
|
||||
my $default;
|
||||
if ($skipDefault) {
|
||||
} elsif (defined $self->session->form->process($properties->{name})) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue