esc_html__( 'Project Format', 'vamtam-consulting' ),
'type' => 'separator',
),
array(
'name' => esc_html__( 'Project Data Type', 'vamtam-consulting' ),
'desc' => wp_kses_post( __('Image - uses the featured image (default)
Gallery - use the featured image as a title image but show additional images too
Video/Link - uses the "portfolio data url" setting
Document - acts like a normal post
HTML - overrides the image with arbitrary HTML when displaying a single project.
', 'vamtam-consulting') ),
'id' => 'portfolio_type',
'type' => 'radio',
'options' => array(
'image' => esc_html__( 'Image', 'vamtam-consulting' ),
'gallery' => esc_html__( 'Gallery', 'vamtam-consulting' ),
'video' => esc_html__( 'Video', 'vamtam-consulting' ),
'link' => esc_html__( 'Link', 'vamtam-consulting' ),
'document' => esc_html__( 'Document', 'vamtam-consulting' ),
'html' => esc_html__( 'HTML', 'vamtam-consulting' ),
),
'default' => 'image',
),
array(
'name' => esc_html__( 'Featured Project', 'vamtam-consulting' ),
'id' => 'featured-project',
'type' => 'checkbox',
'default' => false,
),
);