Home>Support>Black Studio TinyMCE as a Field

Black Studio TinyMCE as a Field

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

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More