minor description improvement
This commit is contained in:
parent
4b3b048754
commit
61a604567d
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ DigiComp:
|
||||||
|
|
||||||
That would allow you to bypass the maintenance answer, if you had a cookie named 'name' with a value of 'value'. If you set 'value' to `null` only the name is matched.
|
That would allow you to bypass the maintenance answer, if you had a cookie named 'name' with a value of 'value'. If you set 'value' to `null` only the name is matched.
|
||||||
|
|
||||||
You can extend the exception behavior, by implementing the `AllowModuleInterface` and add it to `DigiComp.FlowMaintenanceMode.allowModules`. This list handled by positional array sorter. You can use position keys to order them, or set their value to null to exclude them from being used.
|
You can extend the exception behavior, by implementing the `AllowModuleInterface` and add it to `DigiComp.FlowMaintenanceMode.allowModules`. This list is handled by `PositionalArraySorter`. You can use position keys to order them, or set their value to null to exclude them from being used.
|
||||||
|
|
Loading…
Reference in a new issue