From 68df8e50f825397f367354fbf494423461df2dda Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 23 Dec 2021 11:26:18 +0100 Subject: [PATCH] docs(strats): mention required params --- website/docs/advanced/custom-activation-strategy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/docs/advanced/custom-activation-strategy.md b/website/docs/advanced/custom-activation-strategy.md index e7ca51fa64..0d2f6cdfcd 100644 --- a/website/docs/advanced/custom-activation-strategy.md +++ b/website/docs/advanced/custom-activation-strategy.md @@ -27,9 +27,7 @@ The strategy **name** is the only required parameter, but adding a good **descri ![The strategy configuration screen for the custom "TimeStamp" strategy. The "enableAfter" field says "2021-12-25 00:00".](/img/timestamp_use_strategy.png) -Parameters let you provide arguments to your strategy that it can access for evaluation. When creating a strategy, each parameter can be either required or optional. - -If a strategy has a required parameter and you don't give it a value when creating the strategy, the strategy will not activate? +Parameters let you provide arguments to your strategy that it can access for evaluation. When creating a strategy, each parameter can be either required or optional. This marking is to help the user understand what they need to fill out; they can still save the strategy without filling out a required field. Each parameter consists of three parts: