public function build()
 {
     parent::build();
 }
 public function build()
 {
     return array_merge(parent::build(), ['tag' => $this->tag, 'showText' => $this->showText]);
 }