'post_text',
'default_editor' => 'TinyMce',
);
$wpEditor = wp_editor($meta, "rad_".$field['name']."_wysiwyg", $settings);
return <<
HTML;
}
public static function text($meta, $postID, $field)
{
return <<
HTML;
// {{ template }}
}
public static function number($meta, $postID, $field)
{
return <<
HTML;
}
public static function textarea($meta, $postID, $field)
{
return <<
HTML;
}
public static function repeater($meta, $postID, $field)
{
return <<
HTML;
}
public static function image($meta, $postID, $field)
{
return <<
HTML;
}
public static function file($meta, $postID, $field)
{
return <<
HTML;
}
public static function flexRepeater()
{
return <<
Add Variation
{{/raw}}
HTML;
}
public static function metaBoxToggler($hidden)
{
// die(var_dump($hidden));
return <<#{{group-name}} {display: none;}
HTML;
}
}