Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi There,
Is there any way to integrated “Black Studio TinyMCE” as a field into my custom widget?
Following is one of the way I tried :
$form_options = array(
'title' => array(
'type' => 'text',
'label' => __( 'About Title', 'my-widgets' ),
),
'about_icon' => array(
'type' => 'icon',
'label' => __( 'About Icon', 'my-widgets' ),
),
'desc_text' => array(
'type' => 'textarea',
'label' => __('Description', 'my-widgets'),
),
'desc' => array(
'type' => 'wp-widget-black-studio-tinymce',
'label' => __('Editor','my-widgets'),
)
);
I have tried other various ways but no success.
Can you please guide me in the right direction?
Thanks,
Vrushank