We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3addf64 commit 97066c8Copy full SHA for 97066c8
1 file changed
src/BlockElement.php
@@ -19,7 +19,7 @@ abstract class BlockElement extends Payload
19
*/
20
protected static $validFor = [
21
'button' => ['Button', ['section', 'actions']],
22
- 'checkbox' => ['Checkbox', ['section', 'actions', 'input']],
+ 'checkboxes' => ['Checkboxes', ['section', 'actions', 'input']],
23
'datepicker' => ['DatePicker', ['section', 'actions', 'input']],
24
'image' => ['Image', ['section', 'context']],
25
'multi_static_select' => ['MultiSelect', ['section', 'input']],
0 commit comments