Skip to content

Commit

Permalink
closing bracket missing
Browse files Browse the repository at this point in the history
The closing bracket on the toolbarOptions for the directive example is missing.
  • Loading branch information
kerkness authored and ifox committed May 15, 2023
1 parent a3d7479 commit c43d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1_docs/4_form-fields/02_wysiwyg.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Wysiwyg::make()
@formField('wysiwyg', [
'name' => 'case_study',
'label' => 'Case study text',
'toolbarOptions' => [ [ 'header' => [1, 2, false] ],
'toolbarOptions' => [ [ 'header' => [1, 2, false] ] ],
'placeholder' => 'Case study text',
'maxlength' => 200,
'editSource' => true,
Expand Down

0 comments on commit c43d412

Please sign in to comment.