You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,11 @@ routeEnhancers:
54
54
condition.json: 3132
55
55
...
56
56
```
57
+
### Extension Settings
58
+
59
+
**Condition container loop count**
60
+
WARNING! Changing this setting can lead to breaking the front end for powermail cond forms. Only adjust this setting if you know what you are doing. Defines the number of loops that are run through when parsing the conditions. This is a safety measure to prevent infinite loops in the event of incorrect conditions.
61
+
Default value conditionLoopCount = 100
57
62
58
63
## Trouble shoot: upload fields
59
64
@@ -105,6 +110,7 @@ This way the initial asynchronous call will be skipped which reduces the flicker
0 commit comments