File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
site-src/guides/epp-configuration Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -330,15 +330,14 @@ The Feature Gates section has the follwoing form:
330330
331331` ` ` yaml
332332featureGates:
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.
You can’t perform that action at this time.
0 commit comments