json['palette'] = $this->palette; $this->json['choices']['alpha'] = ( isset( $this->choices['alpha'] ) && $this->choices['alpha'] ) ? 'true' : 'false'; $this->json['mode'] = $this->mode; } /** * Render content is still called, so be sure to override it with an empty function in your subclass as well. */ protected function render_content() { } }