Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
media_library_extras
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
media_library_extras
Merge requests
!2
Issue
#3228196
: Make it possible to configure the width and height of the media library
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3228196
: Make it possible to configure the width and height of the media library
issue/media_library_extras-3228196:3228196-dimensions
into
8.x-1.x
Overview
1
Commits
3
Pipelines
0
Changes
4
1 unresolved thread
Hide all comments
Open
Adam G-H
requested to merge
issue/media_library_extras-3228196:3228196-dimensions
into
8.x-1.x
3 years ago
Overview
1
Commits
3
Pipelines
0
Changes
4
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 2
dff53229
3 years ago
version 1
de5c5187
3 years ago
8.x-1.x (HEAD)
and
latest version
latest version
be3c8a0d
3 commits,
3 years ago
version 2
dff53229
2 commits,
3 years ago
version 1
de5c5187
1 commit,
3 years ago
4 files
+
342
−
34
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/media_library_extras.schema.yml
+
6
−
0
Options
@@ -5,3 +5,9 @@ field.widget.third_party.media_library_extras:
create
:
type
:
boolean
label
:
'
Allow
media
to
be
added
in
the
library'
width
:
type
:
integer
label
:
'
Width
of
the
media
library
modal
dialog,
as
a
percentage'
height
:
type
:
integer
label
:
'
Height
of
the
media
library
modal
dialog,
as
a
percentage'
Loading