Hi,
The option forecolor
works as well on my demo site. If you want to show the forecolor in the second toolbar, you can try to use this code
'options' => array(
'textarea_rows' => 8,
'teeny' => true,
'media_buttons' => false,
'quicktags' => false,
'tinymce' => array(
'keep_styles' => false,
'paste_remove_styles' => true,
'paste_remove_spans' => true,
'paste_as_text' => true,
'toolbar1' => 'bold,italic,strikethrough,bullist,numlist,blockquote,hr,alignleft,aligncenter,alignright,link,unlink,wp_more,spellchecker,wp_fullscreen,wp_adv',
'toolbar2' => 'forecolor' //here
),
),
Refer to this documentation https://codex.wordpress.org/TinyMCE