Waze Travel Time: optional inclusive/exclusive filters (#5208)
* Waze Travel Time: optional inclusive/exclusive filters documentation update about the new optional filtering params * Update
This commit is contained in:
parent
9dce793b65
commit
e06c9adce7
1 changed files with 8 additions and 0 deletions
|
@ -48,4 +48,12 @@ name:
|
||||||
required: false
|
required: false
|
||||||
default: "Waze Travel Time"
|
default: "Waze Travel Time"
|
||||||
type: string
|
type: string
|
||||||
|
incl_filter:
|
||||||
|
description: A substring that has to be present in the description of the selected route (a simple case-insensitive matching).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
excl_filter:
|
||||||
|
description: A substring that has to be NOT present in the description of the selected route (a simple case-insensitive matching).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue