Hi,
I'm trying post filed select of all post types and page.
But post_type option have only one type.
How to add array for post_type of post field?
now builder generate code
'fields' => array (
array (
'id' => 'nw_post',
'type' => 'post',
'name' => 'title-example',
'post_type' => 'post',
'field_type' => 'select',
'query_args' => array (
'post_type' => 'array(\'page\', \'test-custom-post-type-name\')',
),
),
),