Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
video_embed_field
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
video_embed_field
Merge requests
!25
Issue
#3427548
: t() calls should be avoided in classes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3427548
: t() calls should be avoided in classes
issue/video_embed_field-3427548:3427548-t-calls-should
into
master
Overview
0
Commits
240
Pipelines
1
Changes
92
Open
Alberto Paderno
requested to merge
issue/video_embed_field-3427548:3427548-t-calls-should
into
master
1 year ago
Overview
0
Commits
240
Pipelines
1
Changes
92
Expand
Closes
#3427548
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
ae90f082
240 commits,
1 year ago
92 files
+
6898
−
394
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
92
Search (e.g. *.vue) (Ctrl+P)
config/schema/video_embed_field.schema.yml
0 → 100644
+
82
−
0
Options
field.formatter.settings.video_embed_field_thumbnail
:
type
:
mapping
label
:
'
Thumbnail
formatter
settings.'
mapping
:
image_style
:
type
:
string
label
:
'
Image
Style'
link_image_to
:
type
:
string
label
:
'
Link
image
to'
field.formatter.settings.video_embed_field_video
:
type
:
mapping
label
:
'
Video
formatter
settings.'
mapping
:
autoplay
:
type
:
boolean
label
:
'
Autoplay'
responsive
:
type
:
boolean
label
:
'
Responsive'
width
:
type
:
integer
label
:
'
Width'
height
:
type
:
integer
label
:
'
Height'
field.formatter.settings.video_embed_hybrid
:
type
:
mapping
label
:
'
Colorbox
hybrid
formatter
settings.'
mapping
:
autoplay
:
type
:
boolean
label
:
'
Autoplay'
responsive
:
type
:
boolean
label
:
'
Responsive'
width
:
type
:
integer
label
:
'
Width'
height
:
type
:
integer
label
:
'
Height'
image_style
:
type
:
string
label
:
'
Image
Style'
link_image_to
:
type
:
string
label
:
'
Link
image
to'
modal_max_width
:
type
:
integer
label
:
'
Modal
max
width'
field.formatter.settings.video_embed_field_lazyload
:
type
:
field.formatter.settings.video_embed_hybrid
label
:
'
Lazy
load
formatter
settings.'
field.formatter.settings.video_embed_field_colorbox
:
type
:
field.formatter.settings.video_embed_hybrid
label
:
'
Colorbox
formatter
settings.'
mapping
:
modal_max_width
:
type
:
integer
label
:
'
Modal
max
width'
field.field_settings.video_embed_field
:
type
:
mapping
label
:
'
Video
field
settings.'
mapping
:
allowed_providers
:
type
:
sequence
label
:
'
Allowed
Providers'
sequence
:
type
:
string
field.value.video_embed_field
:
type
:
mapping
mapping
:
value
:
type
:
string
label
:
'
Video
URL'
Loading