Chris@0: 'item-list']; Chris@0: return $options; Chris@0: } Chris@0: Chris@0: /** Chris@0: * {@inheritdoc} Chris@0: */ Chris@0: public function buildOptionsForm(&$form, FormStateInterface $form_state) { Chris@0: parent::buildOptionsForm($form, $form_state); Chris@0: $form['wrapper_class'] = [ Chris@0: '#title' => $this->t('Wrapper class'), Chris@0: '#description' => $this->t('The class to provide on the wrapper, outside rows.'), Chris@0: '#type' => 'textfield', Chris@0: '#default_value' => $this->options['wrapper_class'], Chris@0: ]; Chris@0: } Chris@0: Chris@5: {% endif %} Chris@0: }