Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webform
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
webform
Merge requests
!453
Issue
#3439662
: Allow a WebformEmailHandler to specify the language of an email message
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3439662
: Allow a WebformEmailHandler to specify the language of an email message
issue/webform-3439662:3439662-email-language-switcher
into
6.3.x
Overview
0
Commits
11
Pipelines
12
Changes
7
Open
Issue #3439662: Allow a WebformEmailHandler to specify the language of an email message
Jacob Rockowitz
requested to merge
issue/webform-3439662:3439662-email-language-switcher
into
6.3.x
Apr 9, 2024
Overview
0
Commits
11
Pipelines
12
Changes
7
Closes
#3439662
0
0
Merge request reports
Compare
6.3.x
version 11
060b2103
6 months ago
version 10
2f894774
8 months ago
version 9
2f894774
8 months ago
version 8
e4f05f8f
Apr 18, 2024
version 7
435d3d23
Apr 18, 2024
version 6
cc9eaf1b
Apr 10, 2024
version 5
0a66f359
Apr 10, 2024
version 4
91fb1f50
Apr 10, 2024
version 3
2a9803c6
Apr 10, 2024
version 2
3d9d2b2e
Apr 9, 2024
version 1
e9b2c8e4
Apr 9, 2024
6.3.x (HEAD)
and
latest version
latest version
207e88b5
11 commits,
6 months ago
version 11
060b2103
10 commits,
6 months ago
version 10
2f894774
9 commits,
8 months ago
version 9
2f894774
48 commits,
8 months ago
version 8
e4f05f8f
8 commits,
Apr 18, 2024
version 7
435d3d23
7 commits,
Apr 18, 2024
version 6
cc9eaf1b
6 commits,
Apr 10, 2024
version 5
0a66f359
5 commits,
Apr 10, 2024
version 4
91fb1f50
4 commits,
Apr 10, 2024
version 3
2a9803c6
3 commits,
Apr 10, 2024
version 2
3d9d2b2e
2 commits,
Apr 9, 2024
version 1
e9b2c8e4
1 commit,
Apr 9, 2024
7 files
+
141
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
config/schema/webform.plugin.handler.schema.yml
+
3
−
0
View file @ e69cebca
Edit in single-file editor
Open in Web IDE
Show full file
@@ -131,6 +131,9 @@ webform.handler.email:
theme_name
:
type
:
string
label
:
'
Theme
name'
langcode
:
type
:
string
label
:
Language
parameters
:
label
:
'
Parameters'
type
:
ignore
Loading