Advertisement
mehedicse11

Testimonial add on class 22

Jul 29th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.93 KB | None | 0 0
  1. vc_map(array(
  2.     "name" => __("mhc testimonial box", "tz"),
  3.     "base" => "mhc_testimonial_box",
  4.     "category" => __("mhc", "tz"),
  5.     "params" => array(
  6.         array(
  7.             "type" => "textfield",
  8.             "heading" => __("Title", "tz"),
  9.             "param_name" => "title",
  10.             "description" => __("", "tz")
  11.         ),
  12.         array(
  13.             "type" => "textfield",
  14.             "heading" => __("Position", "tz"),
  15.             "param_name" => "position",
  16.             "description" => __("", "tz")
  17.         ),
  18.         array(
  19.             "type" => "attach_image",
  20.             "heading" => __("Photo", "tz"),
  21.             "param_name" => "photo",
  22.             "description" => __("", "tz")
  23.         ),
  24.         array(
  25.             "type" => "textarea",
  26.             "heading" => __("Testimonial", "tz"),
  27.             "param_name" => "desc",
  28.             "description" => __("", "tz")
  29.         )
  30.     )
  31.  
  32.     ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement