false, 'subtitle' => false, 'link' => false, 'linktitle' => false, 'image' => false, 'thumbsize' => 'large' ), $atts ) ); ob_start(); ?>
esc_html__( "Custom card", "vlogger" ), "base" => "vlogger-customcard", "icon" => get_template_directory_uri(). '/img/custom-card.png', "description" => esc_html__( "Customizable full size card with photo background", "vlogger" ), "category" => esc_html__( "Theme shortcodes", "vlogger"), "params" => array( array( "type" => "textfield", "heading" => esc_html__( "Title", "vlogger" ), "param_name" => "title" ), array( "type" => "textfield", "heading" => esc_html__( "Subtitle", "vlogger" ), "param_name" => "subtitle" ), array( "type" => "textfield", "heading" => esc_html__( "Link", "vlogger" ), "param_name" => "link" ), array( "type" => "textfield", "heading" => esc_html__( "Link anchor text", "vlogger" ), "param_name" => "linktitle" ), array( "type" => "attach_image", "heading" => esc_html__( "Image", "vlogger" ), "param_name" => "image" ), array( "type" => "dropdown", "heading" => esc_html__( "Image size", "vlogger" ), "param_name" => "thumbsize", "std" => "large", 'value' => array( __("Thumbnail", "vlogger") =>"thumbnail", __("Medium", "vlogger") =>"medium", __("Large", "vlogger") =>"large", __("Full", "vlogger") => "full" ), "description" => esc_html__( "Choose the post template for the items", "vlogger" ) ), ) ) ); }}