Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
embed_block
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
embed_block
Merge requests
!5
Issue
#3316336
: Add support for Ckeditor 5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3316336
: Add support for Ckeditor 5
issue/embed_block-3316336:3316336-add-support-for
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Alexandre Dias
requested to merge
issue/embed_block-3316336:3316336-add-support-for
into
8.x-1.x
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 1
17fba0f1
2 years ago
8.x-1.x (base)
and
latest version
latest version
3d3d0f54
2 commits,
3 months ago
version 1
17fba0f1
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Plugin/Filter/EmbedBlockFilter.php
+
1
−
1
Options
@@ -18,7 +18,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* id = "embed_block",
* title = @Translation("Embed Block"),
* description = @Translation("Allows to place blocks into content."),
* type = Drupal\filter\Plugin\FilterInterface::TYPE_
MARKUP_LANGUAG
E,
* type = Drupal\filter\Plugin\FilterInterface::TYPE_
TRANSFORM_IRREVERSIBL
E,
* )
*/
class
EmbedBlockFilter
extends
FilterBase
implements
ContainerFactoryPluginInterface
{
Loading