Skip to content

Commit

Permalink
GetDKAN#4159: Increase textfields maxlength - fix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-korn committed Apr 24, 2024
1 parent b3a5426 commit cdef38c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function testSchema() {
"#default_value" => "Some value.",
'#description_display' => 'before',
"#required" => FALSE,
"#maxlength" => 256,
],
"downloadURL" => [
"#type" => "url",
Expand Down

0 comments on commit cdef38c

Please sign in to comment.