diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index 6888a56..ba8fa15 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -37,7 +37,10 @@ system.site: label: 'Weight element maximum value' langcode: type: string - label: 'Default language' + label: 'Language code' + default_langcode: + type: string + label: 'Site default language code' mail_notification: type: string label: 'Notification email address'