Skip to content

Commit 101a3aa

Browse files
authored
Allow nullable settings value
1 parent 23a739b commit 101a3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
'value' => [
286286
'title_nl' => 'Waarde',
287287
'type' => 'longtext',
288-
'validate' => 'required',
288+
'validate' => 'nullable',
289289
],
290290
],
291291
],

0 commit comments

Comments
 (0)