Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
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
drupal
Merge requests
!4628
Issue
#3382787
: Add responsive_image field widget in form display for image type field
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3382787
: Add responsive_image field widget in form display for image type field
issue/drupal-3382787:3382787-add-responsiveimage-field
into
11.x
Overview
29
Commits
11
Pipelines
19
Changes
3
Open
sorlov
requested to merge
issue/drupal-3382787:3382787-add-responsiveimage-field
into
11.x
1 year ago
Overview
17
Commits
11
Pipelines
19
Changes
3
Expand
0
0
Merge request reports
Compare
11.x
version 25
6f15b061
1 year ago
version 24
b7fade79
1 year ago
version 23
3c667423
1 year ago
version 22
9447e985
1 year ago
version 21
06297a79
1 year ago
version 20
23cc68a1
1 year ago
version 19
e97d8934
1 year ago
version 18
88287b90
1 year ago
version 17
0521d2c5
1 year ago
version 16
50d6c066
1 year ago
version 15
0e058c01
1 year ago
version 14
7a23f569
1 year ago
version 13
1f64e6d7
1 year ago
version 12
63f53666
1 year ago
version 11
7a5c424f
1 year ago
version 10
dd9d388e
1 year ago
version 9
29227fab
1 year ago
version 8
8d56ac53
1 year ago
version 7
20eb76e1
1 year ago
version 6
d0bc4a6c
1 year ago
version 5
5b07c5a0
1 year ago
version 4
b553eaa2
1 year ago
version 3
7b6d207d
1 year ago
version 2
35251a37
1 year ago
version 1
98a236ed
1 year ago
11.x (HEAD)
and
latest version
latest version
fc531487
11 commits,
1 year ago
version 25
6f15b061
10 commits,
1 year ago
version 24
b7fade79
9 commits,
1 year ago
version 23
3c667423
8 commits,
1 year ago
version 22
9447e985
7 commits,
1 year ago
version 21
06297a79
7 commits,
1 year ago
version 20
23cc68a1
7 commits,
1 year ago
version 19
e97d8934
7 commits,
1 year ago
version 18
88287b90
7 commits,
1 year ago
version 17
0521d2c5
7 commits,
1 year ago
version 16
50d6c066
6 commits,
1 year ago
version 15
0e058c01
5 commits,
1 year ago
version 14
7a23f569
5 commits,
1 year ago
version 13
1f64e6d7
5 commits,
1 year ago
version 12
63f53666
4 commits,
1 year ago
version 11
7a5c424f
3 commits,
1 year ago
version 10
dd9d388e
2 commits,
1 year ago
version 9
29227fab
1 commit,
1 year ago
version 8
8d56ac53
1 commit,
1 year ago
version 7
20eb76e1
4 commits,
1 year ago
version 6
d0bc4a6c
3 commits,
1 year ago
version 5
5b07c5a0
2 commits,
1 year ago
version 4
b553eaa2
1 commit,
1 year ago
version 3
7b6d207d
1 commit,
1 year ago
version 2
35251a37
1 commit,
1 year ago
version 1
98a236ed
1 commit,
1 year ago
3 files
+
246
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
core/modules/responsive_image/config/schema/responsive_image.schema.yml
+
13
−
0
Options
@@ -74,3 +74,16 @@ field.formatter.settings.responsive_image:
attribute
:
type
:
string
label
:
'
Loading
attribute'
field.widget.settings.responsive_image_image
:
type
:
field.widget.settings.image_image
label
:
'
Responsive
image
field
display
format
settings'
mapping
:
preview_responsive_image_style
:
type
:
string
nullable
:
true
label
:
'
Preview
responsive
image
style'
constraints
:
ConfigExists
:
prefix
:
'
responsive_image.styles.'
Loading