Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
embed
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
Merge requests
!3
Only allow SVG files when using CKEditor5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Only allow SVG files when using CKEditor5
issue/embed-3310328:3310328-only-allow-svgs
into
8.x-1.x
Overview
0
Commits
11
Pipelines
1
Changes
4
Merged
IMMACULATE X
requested to merge
issue/embed-3310328:3310328-only-allow-svgs
into
8.x-1.x
2 years ago
Overview
0
Commits
11
Pipelines
1
Changes
4
Expand
Closes
#3310328
0
0
Merge request reports
Compare
8.x-1.x
version 11
8185322a
2 years ago
version 10
9e7bc18a
2 years ago
version 9
7b83bdb7
2 years ago
version 8
7540844f
2 years ago
version 7
8e154a31
2 years ago
version 6
8d046bc4
2 years ago
version 5
d99a0e64
2 years ago
version 4
29662fd4
2 years ago
version 3
9fe2c37f
2 years ago
version 2
5c547f75
2 years ago
version 1
f98e5723
2 years ago
8.x-1.x (base)
and
latest version
latest version
8185322a
11 commits,
2 years ago
version 11
8185322a
11 commits,
2 years ago
version 10
9e7bc18a
10 commits,
2 years ago
version 9
7b83bdb7
9 commits,
2 years ago
version 8
7540844f
8 commits,
2 years ago
version 7
8e154a31
7 commits,
2 years ago
version 6
8d046bc4
6 commits,
2 years ago
version 5
d99a0e64
5 commits,
2 years ago
version 4
29662fd4
5 commits,
2 years ago
version 3
9fe2c37f
5 commits,
2 years ago
version 2
5c547f75
4 commits,
2 years ago
version 1
f98e5723
1 commit,
2 years ago
4 files
+
61
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/schema/embed.schema.yml
+
2
−
2
Options
@@ -31,13 +31,13 @@ embed.button.*:
label
:
'
Image
icon
data'
mapping
:
uri
:
type
:
string
type
:
uri
label
:
'
Image
file
URI'
data
:
type
:
string
label
:
'
Base-64
encoded
image
contents'
icon_uuid
:
type
:
string
type
:
uuid
label
:
'
Deprecated
icon
image
file
entity
UUID'
embed.embed_type_settings.*
:
Loading