Fixed default value for download type
This commit is contained in:
parent
eadb9ada36
commit
d0ef4e92db
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ sub definition {
|
||||||
# download
|
# download
|
||||||
downloadType=>{
|
downloadType=>{
|
||||||
fieldType=>"text",
|
fieldType=>"text",
|
||||||
defaultValue=>"",
|
defaultValue=>"none",
|
||||||
},
|
},
|
||||||
downloadFilename=>{
|
downloadFilename=>{
|
||||||
fieldType=>"text",
|
fieldType=>"text",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue