我无法在CMB2中找到古腾堡编辑(repo). 我已经关注了example file 但不起作用。
我已设置\'mb_callback_args\' => [ \'__block_editor_compatible_meta_box\' => true ]
但没什么区别。
$cmb = new_cmb2_box( [
\'id\' => \'book_item_meta_box\',
\'title\' => __( \'Book Data Section\', \'booker\' ),
\'object_types\' => [ \'book\', ],
\'context\' => \'normal\',
\'priority\' => \'high\',
\'show_names\' => true,
\'mb_callback_args\' => [ \'__block_editor_compatible_meta_box\' => true ],
] );
有什么帮助吗?