diff --git a/core/modules/contact/config/contact.schema.yml b/core/modules/contact/config/contact.schema.yml index d9b4381..8b122cb 100644 --- a/core/modules/contact/config/contact.schema.yml +++ b/core/modules/contact/config/contact.schema.yml @@ -30,5 +30,5 @@ contact.settings: type: integer "interval": type: integer - "user_default_enabled": - type: boolean + "user_default_enabled": + type: boolean diff --git a/core/modules/system/config/system.schema.yml b/core/modules/system/config/system.schema.yml index 3514260..fc07761 100644 --- a/core/modules/system/config/system.schema.yml +++ b/core/modules/system/config/system.schema.yml @@ -79,18 +79,23 @@ system.site: type: text "page": type: mapping + label: "Pages" mapping: "403": type: path + label: "Default 403 (access denied) page" "404": type: path + label: "Default 404 (not found) page" "front": type: path label: "Front page path" "admin_compact_mode": type: boolean + label: "Admin compact mode" "weight_select_max": type: integer + label: "Weight field maximum value" system.maintenance: type: mapping