You are here

protected property FlexSlider::$usesFields in Flex Slider 8.2

Does the style plugin for itself support to add fields to its output.

This option only makes sense on style plugins without row plugins, like for example table.

Type: bool

Overrides StylePluginBase::$usesFields

File

flexslider_views/src/Plugin/views/style/FlexSlider.php, line 31

Class

FlexSlider
Style plugin to render each item in an ordered or unordered list.

Namespace

Drupal\flexslider_views\Plugin\views\style

Code

protected $usesFields = TRUE;