PluginProbe
Force Refresh / 3.2.0
Force Refresh v3.2.0
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / config / feature-flags.php

feature-flags.php in Force Refresh 3.2.0, at config/feature-flags.php

16 lines 365 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Feature flag definitions for Force Refresh.
4 *
5 * Each entry maps a flag name to a boolean. Set a flag to true to enable the
6 * corresponding feature, or false to disable it.
7 *
8 * @package ForceRefresh
9 */
10
11 return array(
12 'scheduledRefresh' => true,
13 'troubleshootingTerminal' => false,
14 'troubleshootingSubmitDebug' => true,
15 );
16