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!