Skip to content
Snippets Groups Projects
Commit ca46b464 authored by Chris Wu's avatar Chris Wu Committed by Lucas Hedding
Browse files

Issue #3387476 by amourow, heddn: Fix missing schema

parent 5e8bddc6
No related branches found
No related tags found
1 merge request!3Add missing schema
Pipeline #237779 passed with warnings
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment