This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Black Studio TinyMCE as a Field

10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread