Skip to content

Commit

Permalink
Allow nullable settings value
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk authored Mar 8, 2022
1 parent 23a739b commit 101a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
'value' => [
'title_nl' => 'Waarde',
'type' => 'longtext',
'validate' => 'required',
'validate' => 'nullable',
],
],
],
Expand Down

0 comments on commit 101a3aa

Please sign in to comment.