From 90aa4083caa6b342175996e88c91da07002f8932 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 25 Mar 2019 17:29:35 -0700 Subject: [PATCH] improved order of page types - fixes #2337 --- system/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config/system.yaml b/system/config/system.yaml index 5b9c18054..04a6060bb 100644 --- a/system/config/system.yaml +++ b/system/config/system.yaml @@ -53,7 +53,7 @@ pages: special_chars: # List of special characters to automatically convert to entities '>': 'gt' '<': 'lt' - types: [html,htm,json,xml,txt,rss,atom] # list of valid page types + types: [html,htm,xml,txt,json,rss,atom] # list of valid page types append_url_extension: '' # Append page's extension in Page urls (e.g. '.html' results in /path/page.html) expires: 604800 # Page expires time in seconds (604800 seconds = 7 days) cache_control: # Can be blank for no setting, or a valid `cache-control` text value