Classic Element Toggle Field Stopped Working

Hi there,

It looks like after updating to Cornerstone 6.0.8, some of the Classic Elements stopped working as well.

For example, the toggle field. I have this in my code:

	'show_excerpt' => array(
		'type' => 'toggle',
		'ui'   => array(
			'title'   => __( 'Enable excerpt', '__x__' ),
			'tooltip' => __( 'Add excerpts text to post blocks.', '__x__' ),
		),
		'condition' => array(
			'category' => $category_list
		)		
	),			

And $show_excerpt always returns true.

Are you still going to support classic elements moving forward?

Thanks!

Hi @jadealombro,

Classic elements are still supported. The challenge is that although there’s an API, we are only testing our internal elements so there’s still a chance for breaking changes. If you want to send me an email (secure note) with your element code I could take a look at what might have changed.