diff --git a/src/Fieldtypes/Html.php b/src/Fieldtypes/Html.php index 7dc437b553..5f074e798e 100644 --- a/src/Fieldtypes/Html.php +++ b/src/Fieldtypes/Html.php @@ -6,5 +6,14 @@ class Html extends Fieldtype { - // + protected static $title = 'HTML'; + protected $icon = 'code'; + + protected $configFields = [ + 'html' => [ + 'display' => 'HTML', + 'type' => 'code', + 'mode' => 'htmlmixed', + ], + ]; }