json['choices']['min'] = ( isset( $this->choices['min'] ) ) ? $this->choices['min'] : '0'; $this->json['choices']['max'] = ( isset( $this->choices['max'] ) ) ? $this->choices['max'] : '100'; $this->json['choices']['step'] = ( isset( $this->choices['step'] ) ) ? $this->choices['step'] : '1'; } protected function content_template() { ?> <# if ( data.tooltip ) { #> <# } #> <# if ( data.label ) { #> {{{ data.label }}} <# } #> <# if ( data.description ) { #> {{{ data.description }}} <# } #> {{ data.value }} <# if ( data.choices['suffix'] ) { #> {{ data.choices['suffix'] }} <# } #>