Skip to content

Commit

Permalink
Merge pull request tvalimaa#5 from tvalimaa/ckeditor5
Browse files Browse the repository at this point in the history
Ckeditor 5 support
  • Loading branch information
tvalimaa authored May 9, 2023
2 parents 2ab2784 + b5997f5 commit f69ea35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iframe_cookie_consent.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Iframe cookie consent
description: Hide and show content based on the visitor's consent
type: module
package: Custom
core_version_requirement: ^8 || ^9
core_version_requirement: ^9.5 || ^10
2 changes: 1 addition & 1 deletion src/Plugin/Filter/IframeCookieConsent.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* id = "iframecookieconsent",
* title = @Translation("Iframe cookie consent"),
* description = @Translation("Hide and show content based on the visitor's consent"),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
* type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
* )
*/
class IframeCookieConsent extends FilterBase {
Expand Down

0 comments on commit f69ea35

Please sign in to comment.