From 14cae9d115eb9bf8d3c3a8587fd438372e9ff28d Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 20 Feb 2014 11:54:37 +0000 Subject: [PATCH] Issue #2197873 by Sutharsan: Clean-up system.schema.yml to remove deprecated system.fast_404. --- .../system/config/schema/system.schema.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/core/modules/system/config/schema/system.schema.yml b/core/modules/system/config/schema/system.schema.yml index 5dbdcbf9240..6b82e60903a 100644 --- a/core/modules/system/config/schema/system.schema.yml +++ b/core/modules/system/config/schema/system.schema.yml @@ -147,23 +147,6 @@ system.date_format.*: type: string label: 'Default language' -system.fast_404: - type: mapping - label: 'Fast 404 settings' - mapping: - enabled: - type: boolean - label: 'Enabled' - paths: - type: string - label: 'Paths' - exclude_paths: - type: string - label: 'Exclude paths' - html: - type: string - label: 'HTML' - system.filter: type: mapping label: 'Filter settings'