Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
language_suggestion
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
language_suggestion
Commits
ca46b464
Commit
ca46b464
authored
Jul 29, 2024
by
Chris Wu
Committed by
Lucas Hedding
Jul 29, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3387476
by amourow, heddn: Fix missing schema
parent
5e8bddc6
No related branches found
No related tags found
1 merge request
!3
Add missing schema
Pipeline
#237779
passed with warnings
Jul 29, 2024
Stage: build
Stage: validate
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/schema/language_suggestion.schema.yml
+31
-0
31 additions, 0 deletions
config/schema/language_suggestion.schema.yml
with
31 additions
and
0 deletions
config/schema/language_suggestion.schema.yml
+
31
−
0
View file @
ca46b464
...
...
@@ -5,6 +5,9 @@ language_suggestion.settings:
enabled
:
type
:
boolean
label
:
'
Enabled'
debug
:
type
:
boolean
label
:
'
Debug'
always_redirect
:
type
:
boolean
label
:
'
Always
redirect'
...
...
@@ -32,6 +35,34 @@ language_suggestion.settings:
geoip_db_file
:
type
:
string
label
:
'
GeoIP
database
file'
_server_parameter
:
type
:
string
label
:
'
Server
parameter'
mapping
:
type
:
sequence
label
:
'
Language
mappings'
sequence
:
type
:
mapping
label
:
'
Language
mapping'
mapping
:
browser_lang
:
type
:
string
label
:
'
Browser
language'
message
:
type
:
string
label
:
'
Message'
continue_link
:
type
:
string
label
:
'
Continue
link'
url
:
type
:
string
label
:
'
URL'
custom_url
:
type
:
string
label
:
'
Custom
URL'
default_url
:
type
:
string
label
:
'
Default
URL'
language_suggestion.language_negotiation
:
type
:
config_object
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment