Skip to content

Commit

Permalink
[5.x] Fix HTML fieldtype (#10364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight authored Jun 25, 2024
1 parent c03460e commit b9cad86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fieldtypes/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protected function configFieldItems(): array
'instructions' => __('statamic::fieldtypes.html.config.html_instruct'),
'type' => 'code',
'mode' => 'htmlmixed',
'mode_selectable' => false,
],
],
],
Expand Down

0 comments on commit b9cad86

Please sign in to comment.