Skip to content

Commit 97066c8

Browse files
cmbuckleyalek13
authored andcommitted
Fix BlockElement factory spec for Checkboxes (Fixes #60)
1 parent 3addf64 commit 97066c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BlockElement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ abstract class BlockElement extends Payload
1919
*/
2020
protected static $validFor = [
2121
'button' => ['Button', ['section', 'actions']],
22-
'checkbox' => ['Checkbox', ['section', 'actions', 'input']],
22+
'checkboxes' => ['Checkboxes', ['section', 'actions', 'input']],
2323
'datepicker' => ['DatePicker', ['section', 'actions', 'input']],
2424
'image' => ['Image', ['section', 'context']],
2525
'multi_static_select' => ['MultiSelect', ['section', 'input']],

0 commit comments

Comments
 (0)