json['id'] = $this->id;
$this->json['value'] = $this->value();
$this->json['link'] = $this->get_link();
}
/**
* Overwrite this method as we are rendering the template with JS.
*
* @access protected
* @since 1.0
* @return void
*/
protected function render_content() {}
/**
* Underscore JS template to handle the control's output.
*/
public function content_template() {
?>
<# if ( data.label ) { #>
{{ data.label }}
<# } #>
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>
<# if ( typeof ogf_font_array != 'undefined' ) { #>
<# } #>