Skip to content
Snippets Groups Projects

Issue #3294280: Pattern settings is not available in the Views.

1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -92,6 +92,16 @@ class Pattern extends StylePluginBase {
);
}
/**
* {@inheritdoc}
*/
public function defineOptions(){
$options = parent::defineOptions();
$options['variants'] = ['default' => FALSE];
$options['pattern'] = ['default' => FALSE];
return $options;
}
/**
* {@inheritdoc}
*
Loading