Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. vc_map( array(
  2. "name" => __( "Product", "vc-addons" ),
  3. "base" => "sim-product",
  4. "class" => "",
  5. "category" => __( "Visual Composer Addons", "vc-addons"),
  6. "icon" => 'icon-sim-heading',
  7. "description" => __('Select Product Color ', 'test-vc-addons'),
  8. "params" => array(
  9. array(
  10. "type" => "colorpicker",
  11. "heading" => __( "Color", "simform-vc-addons" ),
  12. "param_name" => "color",
  13. ) ,
  14. )
  15.  
  16. )
  17. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement