If cpt sbmoffer has term sbmpriority with term_id 6, container with meta is showing
Container::make( 'post_meta', 'TEST')
->where( 'post_type', '=', 'sbmoffer' )
->where( 'post_term', '=', array(
'field' => 'term_id',
'value' => 6,
'taxonomy' => 'sbmpriority',
) )
->add_fields( array(
// Field::make( 'separator', 'testsep', 'Фильтры да/нет' )
) )