* reviewed and fixed iframe height when HTML formatted textarea is used;

This commit is contained in:
Mykyta Synelnikov
2024-10-03 14:38:51 +03:00
parent 27cbebbe3e
commit 90413c32e5
6 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -2805,7 +2805,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
'media_buttons' => false,
'wpautop' => false,
'editor_class' => $this->get_class( $key, $data ),
'editor_height' => $data['height'],
'editor_height' => absint( $data['height'] ),
'tinymce' => array(
'toolbar1' => 'formatselect,bullist,numlist,bold,italic,underline,forecolor,blockquote,hr,removeformat,link,unlink,undo,redo',
'toolbar2' => '',