Issue #3460644: 'image_style_*' is not a supported key getting issue with ckeditor5
1 open thread
- fixed
is not a supported key
by adding schema.yml for the filters - configuration structure has been updated to conform 10.3 requirements, related issues:
Merge request reports
Activity
added 1 commit
- 85c879df - Add hook_post_update() to update structure of settings for filters in existing...
added 1 commit
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