'el-icon-screen', 'fields' => array( array( 'id' => 'post-video-url', 'type' => 'text', 'title' => esc_html__('Video URL', 'blogup'), 'subtitle' => esc_html__('Youtube Video URL for e.g http://www.youtube.com/embed/wTcNtgA6gHs', 'blogup'), 'default' => '', ), array( 'id' => 'post-video-length', 'type' => 'text', 'title' => esc_html__('Video Length', 'blogup'), 'subtitle' => esc_html__('Youtube Video Length', 'blogup'), 'default' => '', ), ) );