From ab42706c73d5013903df0fb5282db27d2338f6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 18 Nov 2018 17:42:23 -0500 Subject: [PATCH] Enable custom error module & configure site to use it --- config/sync/core.extension.yml | 1 + config/sync/system.site.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 42bbff1..42fcb79 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -32,6 +32,7 @@ module: contact: 0 contextual: 0 ctools: 0 + customerror: 0 datetime: 0 datetime_range: 0 dblog: 0 diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml index f58b990..67a785a 100644 --- a/config/sync/system.site.yml +++ b/config/sync/system.site.yml @@ -3,8 +3,8 @@ name: Agaric mail: ask@agaric.com slogan: 'Building the open web' page: - 403: '' - 404: '' + 403: /customerror/403 + 404: /customerror/404 front: /node/1 admin_compact_mode: false weight_select_max: 100