Error: Class "Drupal\focal_point\Plugin\Field\FieldWidget\SvgImageWidget" not found in include() (Line 23 in /web/modules/contrib/focal_point/src/Plugin/Field/FieldWidget/FocalPointImageWidget.php)
Try to open media in any media entity browser, where focal point is configured
add:
use Drupal\svg_image\Plugin\Field\FieldWidget\SvgImageWidget;
to /web/modules/contrib/focal_point/src/Plugin/Field/FieldWidget/FocalPointImageWidget.php
Closed: outdated
2.1
Other Code