config.php: add resource_version configuration option

This commit is contained in:
Zankaria 2024-08-21 11:26:22 +02:00
parent 285c151be9
commit 454405e5f8

View file

@ -1145,6 +1145,9 @@
// code to work. // code to work.
$config['javascript_image_dispatch'] = false; $config['javascript_image_dispatch'] = false;
// Resource versioning for cache busting the javascript.
$config['resource_version'] = 0;
/* /*
* ==================== * ====================
* Video embedding * Video embedding