Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gutenberg
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gutenberg
Merge requests
!112
MR of patch
#27
by mnlund
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
MR of patch
#27
by mnlund
issue/gutenberg-3107837:3107837-cannot-add-custom
into
8.x-2.x
Overview
0
Commits
1
Pipelines
1
Changes
5
Open
MR of patch #27 by mnlund
vegardjo
requested to merge
issue/gutenberg-3107837:3107837-cannot-add-custom
into
8.x-2.x
Feb 13, 2024
Overview
0
Commits
1
Pipelines
1
Changes
5
Closes
#3107837
0
0
Merge request reports
Compare
8.x-2.x
8.x-2.x (HEAD)
and
latest version
latest version
7b2881a2
1 commit,
Feb 13, 2024
5 files
+
34
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
js/drupal-media.es6.js
+
1
−
1
View file @ 838b6da7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -57,7 +57,7 @@
},
allowedTypes
:
{
type
:
'
array
'
,
default
:
[
'
image
'
,
'
video
'
,
'
audio
'
,
'
application
'
],
default
:
drupalSettings
.
gutenberg
.
drupalSettings
||
[
'
image
'
,
'
video
'
,
'
audio
'
,
'
application
'
],
},
},
edit
({
attributes
,
className
,
setAttributes
,
isSelected
,
clientId
})
{
Loading