getPostId()) { $data = [ 'label' => __('Preview'), 'class' => 'preview', 'on_click' => 'window.open(\'' . $this->getPreviewUrl() . '\');', 'sort_order' => 35, ]; } return $data; } /** * @return string */ public function getPreviewUrl() { return $this->getUrl('*/*/preview', ['id' => $this->getPostId()]); } }