diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index d41d414..d4d08b9 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: 'Customized language types' + sequence: + - type: string + label: 'Language type' + system.logging: type: mapping label: 'Logging settings'