我正在使用 Redux,我想选择一个帖子/页面表单选择列表。但我想选择一些帖子类型(或全部)。这是我在这个领域的 Redux 代码。
'fields' => array(
array(
'id' => 'featured_post_type',
'type' => 'select',
'multi' => false,
'data' => 'pages',
'args' => array('post_type' => array('nyheter_grenene', 'nyheter_forbundet', 'stup') ),
'title' => __('Featured Post', TD),
'subtitle' => __('Selected post will be displayed in page top menu', TD),
//'desc' => __('Page will be marked as front for this post type', TD),
),
),