- Issue created by @YevKo
When adding an icon to the paragraph, the folowing error occurs and blocks the upload:
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "file_validate_extensions" plugin does not exist. Valid plugin IDs for Drupal\Core\Validation\ConstraintManager are: ...
Install a module on the core 11.1, create a paragraph type and try to upload an image to the Paragraph icon field
The function is deprecated in Drupal 11: https://api.drupal.org/api/drupal/core%21modules%21file%21file.module/fu...
Need to use the 'file.validator' service instead
https://www.drupal.org/node/3363700 →
Patch that fixes the deprecation error is attached.
Active
1.3
Code