Hi.
I cant add metabox for custom post type with builder. Builder is not generate the code for custom post type even i select custom post type from settings of builder for metabox.
Like below code
function your_prefix_register_meta_boxes( $meta_boxes ) {
$meta_boxes[] = array (
'id' => 'untitled',
'title' => 'untitled',
'pages' => array(
'post',
'page',
>>>'custpm-post-type', >>this is not generated with builder!