From dd27859edf54ccd25d6a55938493bfaa9452cdbf Mon Sep 17 00:00:00 2001 From: MarkejN Date: Tue, 27 Feb 2024 11:52:29 +0100 Subject: [PATCH] Add configuration --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0ccd2..cd35036 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This extension tries to store ProvenExpert content locally whenever possible, so ## Cache -The API response is cached and automatically updated every hour. You can manually clear the cache by either: +The API response is cached and automatically updated every hour (default). You can manually clear the cache by either: - saving the corresponding frontend module or - purging the ProvenExpert cache via the system maintenance @@ -47,3 +47,10 @@ This provides a simple HTML field into which you can paste HTML code generated i ### ProvenExpert RichSnippet Creates a new rich snippet for google rating. Available options at [developer.provenexpert.com/#rating-summary-richsnippet](https://developer.provenexpert.com/#rating-summary-richsnippet). + +## Configuration + +```yaml +contao_proven_expert: + cache_lifetime: 3600 +```