Commit f22f5052 authored by IMMACULATE X's avatar IMMACULATE X Committed by renatog
Browse files

Issue #3310922 by immaculatexavier: Wrong filter type prevents this from being used with CKEditor 5

parent e5a851cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ use Drupal\Core\Security\TrustedCallbackInterface;
 *   module = "insert_view",
 *   title = @Translation("Insert View"),
 *   description = @Translation("Allows to embed views using the simple syntax: [view:name=display=args=limit:number]"),
 *   type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE,
 *   type = Drupal\filter\Plugin\FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE,
 * )
 */
class InsertView extends FilterBase implements TrustedCallbackInterface {