You are here

public property GeofieldBoundsWidget::$components in Geofield 8

Bounds widget components.

Type: array

File

src/Plugin/Field/FieldWidget/GeofieldBoundsWidget.php, line 26

Class

GeofieldBoundsWidget
Plugin implementation of the 'geofield_bounds' widget.

Namespace

Drupal\geofield\Plugin\Field\FieldWidget

Code

public $components = [
  'top',
  'right',
  'bottom',
  'left',
];