Configure clever-ish text for access denied page
It's nicely formatted, anyway
This commit is contained in:
parent
ab42706c73
commit
9305d14a1e
1 changed files with 11 additions and 0 deletions
11
config/sync/customerror.settings.yml
Normal file
11
config/sync/customerror.settings.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
403:
|
||||
title: 'Access denied'
|
||||
body: "<section class=\"section\" data-headerbg=\"light\">\r\n <div class=\"container\">\r\n <div class=\"flow content\">\r\n <div class=\"flow_middle\">\r\n <p class=\"subtitle is-3 is-mono\">I'm sorry, you do not have permission to be here.</p>\r\n </div>\r\n <div class=\"flow_full\">\r\n <div class=\"columns is-centered-vert\">\r\n <div class=\"column\">\r\n <blockquote class=\"is-marine\">\r\n<p class=\"subtitle is-4\">Knocked once<br />\r\nTried to tell 'em I've been there<br />\r\nDoor slammed<br />\r\nHospitality's thin there</p>\r\n<cite>Marvin Moore, \"Green Door\"</cite>\r\n </blockquote>\r\n </div>\r\n <div class=\"column\">\r\n <ul class=\"icon-list icon-list-cols\">\r\n <li class=\"agc-locked is-marine is-2\"></li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>"
|
||||
theme: ''
|
||||
404:
|
||||
title: 'Requested page not found'
|
||||
body: 'Requested page not found.'
|
||||
theme: ''
|
||||
redirect: ''
|
||||
_core:
|
||||
default_config_hash: DIuRxgLzDh82NlGr5h67xrsGSi4HzpJenEqDeWfYKc8
|
Loading…
Reference in a new issue