Skip to content

Instantly share code, notes, and snippets.

@low
Created March 20, 2014 14:59
Show Gist options
  • Save low/9665729 to your computer and use it in GitHub Desktop.
Save low/9665729 to your computer and use it in GitHub Desktop.
Add LV support to an EE fieldtype, the most basic way: add this to a fieldtype class.
function display_var_field($data)
{
return $this->_display_field("var[{$this->var_id}]", $data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment