Skip to content

Commit

Permalink
set min number to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Jun 17, 2017
1 parent bdef149 commit 7f49b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/components/com_media/config.xml
Expand Up @@ -14,9 +14,10 @@

<field
name="upload_maxsize"
type="text"
type="number"
label="COM_MEDIA_FIELD_MAXIMUM_SIZE_LABEL"
description="COM_MEDIA_FIELD_MAXIMUM_SIZE_DESC"
min="0"
size="50"
default="10"
/>
Expand Down

0 comments on commit 7f49b94

Please sign in to comment.