mirror of
https://github.com/donlon/cloudflare-error-page.git
synced 2025-12-19 14:59:28 +00:00
editor/ui: support modifying 'visit ... for more information' text
This commit is contained in:
@@ -81,6 +81,9 @@ A demo server using Flask is also available in [flask_demo.py](examples/flask_de
|
||||
``` JavaScript
|
||||
params = {
|
||||
"title": "Catastrophic infrastructure failure",
|
||||
"more_information": {
|
||||
"for": "no information",
|
||||
},
|
||||
"browser_status": {
|
||||
"status": "error",
|
||||
"status_text": "Out of Memory",
|
||||
@@ -151,6 +154,7 @@ params = {
|
||||
"hidden": false,
|
||||
"text": "cloudflare.com",
|
||||
"link": "https://www.cloudflare.com/",
|
||||
"for": "more information",
|
||||
},
|
||||
|
||||
// Configuration for the Browser/Cloudflare/Host status
|
||||
|
||||
Reference in New Issue
Block a user