We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c83f50 commit a7b9dcdCopy full SHA for a7b9dcd
config/statamic-cache-requester.php
@@ -2,6 +2,17 @@
2
3
return [
4
5
+ /*
6
+ |--------------------------------------------------------------------------
7
+ | Events
8
9
+ |
10
+ | By default, cache requester will scan and request all images for an entry
11
+ | when it is saved. You can toggle that behaviour here.
12
13
+ */
14
+ 'request_on_entry_save' => true,
15
+
16
/*
17
|--------------------------------------------------------------------------
18
| Queue
0 commit comments