Skip to content
3 changes: 3 additions & 0 deletions templates/listing-form/fields/description.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
'media_buttons' => false,
'quicktags' => true,
'editor_height' => 200,
'tinymce' => array(
'plugins' => 'lists,link,wordpress,paste,textcolor,fullscreen,hr',
),
]
)
);
Expand Down