Skip to content
Snippets Groups Projects

Issue #3460644: 'image_style_*' is not a supported key getting issue with ckeditor5

Issue #3460644: 'image_style_*' is not a supported key getting issue with ckeditor5

#3460644

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 14 use Drupal\filter\Plugin\FilterBase;
15 use Drupal\filter\Plugin\FilterInterface;
13 16 use Symfony\Component\DependencyInjection\ContainerInterface;
14 17
15 18 /**
16 19 * Provides a filter to render inline images as image styles.
17 *
18 * @Filter(
19 * id = "filter_imagestyle",
20 * module = "inline_responsive_images",
21 * title = @Translation("Display image styles"),
22 * description = @Translation("Uses the data-image-style attribute on <img> tags to display image styles."),
23 * type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_REVERSIBLE
24 * )
25 20 */
21 #[Filter(
  • Please register or sign in to reply
    Loading