Disabling a clock configuration
To disable a configuration in the clock, the setting property is
prefixed with the
$disable
directive:
$disable:{setting name}
For example, to stop the clocks from downloading project labor metric information, add this line to the configuration update’s settings file:
$disable:approval.swipe.types = 01
, or
$disable:approval.swipe.types
After the configuration update is completed, the setting takes this format:
#!approval.swipe.types = 01
As displayed above, the symbols
#!
are prefixed to the setting. This combination
indicates that this setting is no longer relevant in the clock(s) where the
update was applied.