Added tinymce buttons relevant to the short description
This commit is contained in:
parent
fbfdc0ea95
commit
5da7cc05ce
|
@ -25,7 +25,7 @@ class WC_Meta_Box_Product_Short_Description {
|
|||
'textarea_name' => 'excerpt',
|
||||
'quicktags' => array( 'buttons' => 'em,strong,link' ),
|
||||
'tinymce' => array(
|
||||
'theme_advanced_buttons1' => 'bold,italic,link,unlink',
|
||||
'theme_advanced_buttons1' => 'bold,italic,strikethrough,separator,bullist,numlist,separator,blockquote,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,separator,undo,redo,separator',
|
||||
'theme_advanced_buttons2' => '',
|
||||
),
|
||||
'editor_css' => '<style>#wp-excerpt-editor-container .wp-editor-area{height:175px; width:100%;}</style>'
|
||||
|
|
Loading…
Reference in New Issue