diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index d41d414f5a8a6e5eab55c536615a90131aa87987..e0d9dce21e9055db34f7e4bfa26680320cec82e3 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -128,6 +128,23 @@ system.filter: - type: string label: 'Protocol' +system.language.types: + type: mapping + label: 'Language types' + mapping: + all: + type: sequence + label: 'All language types' + sequence: + - type: string + label: 'Language type' + configurable: + type: sequence + label: 'Configurable language types' + sequence: + - type: string + label: 'Language type' + system.logging: type: mapping label: 'Logging settings'