Overrides WizardPluginBase::rowStyleOptions
protected function rowStyleOptions() { $options = []; $options['teasers'] = $this->t('teasers'); $options['full_posts'] = $this->t('full posts'); $options['titles'] = $this->t('titles'); $options['titles_linked'] = $this->t('titles (linked)'); $options['fields'] = $this->t('fields'); return $options; }