Skip to content

Commit 4d9fc5c

Browse files
committed
Updates to documentation
Signed-off-by: Shmuel Kallner <[email protected]>
1 parent 150c998 commit 4d9fc5c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

site-src/guides/epp-configuration/config-text.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,14 @@ The Feature Gates section has the follwoing form:
330330

331331
```yaml
332332
featureGates:
333-
enableDataLayer: true
334-
enableFlowControl: false
333+
- dataLayer
334+
- flowControl
335335
```
336336

337-
Each sub-field of the Feature Gates section enables one experimental feature. The sub-fields are:
337+
The Feature Gates section is an array of flags, each of which enables one experimental feature.
338+
The available values for these elements are:
338339

339-
- `enableDataLayer` which, if present and has a value of true, enables the experimental Datalayer APIs.
340-
- `enableFlowControl` which, if present and has a value of true, enables the experimental FlowControl
341-
feature.
340+
- `dataLayer` which, if present, enables the experimental Datalayer APIs.
341+
- `flowControl` which, if present, enables the experimental FlowControl feature.
342342

343-
In all cases if the sub-field isn't present or has a value of false, that experimental feature will
344-
be disabled.
343+
In all cases if the appropriate element isn't present, that experimental feature will be disabled.

0 commit comments

Comments
 (0)