Skip to content

Instantly share code, notes, and snippets.

@neroze
Created February 18, 2017 16:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neroze/ccea5899de39ece5f6dab3773108ee4d to your computer and use it in GitHub Desktop.
Save neroze/ccea5899de39ece5f6dab3773108ee4d to your computer and use it in GitHub Desktop.
vc_map( array(
"name" => __("Team Wrapper", "my-text-domain"),
"base" => "team_wrapper",
'category' =>__('Team', 'rhthm'),
"as_parent" => array('only' => 'team_mate'), // Use only|except attributes to limit child shortcodes (separate multiple values with comma)
"content_element" => true,
"show_settings_on_create" => false,
"is_container" => true,
"js_view" => 'VcColumnView'
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment