json['text'] = $this->text; $this->json['section_id'] = $this->section_id; $this->json['icon'] = $this->icon; } public function content_template() { ?>
<# if ( data.section_id ) { #> <# if ( data.icon ) { #> <# } #> {{ data.text }} <# } #>