Reroll 2786587 for 10.3.x
2 unresolved threads
2 unresolved threads
Closes #2786587
Merge request reports
Activity
added 196 commits
-
7189e167...0b6cc939 - 194 commits from branch
project:10.3.x
- 0bd08b0a - Reroll 2786587 for 10.3.x
- 032af0ff - CS & PHPStan fixes
-
7189e167...0b6cc939 - 194 commits from branch
added 65 commits
-
032af0ff...0face051 - 63 commits from branch
project:10.3.x
- 4dd616b2 - Reroll 2786587 for 10.3.x
- 859fbb19 - CS & PHPStan fixes
-
032af0ff...0face051 - 63 commits from branch
32 32 */ 33 33 const FORM_BELOW = 1; 34 34 35 /** 36 * Replying to the deepest comment creates a new comment on the same level. 37 */ 38 const THREAD_DEPTH_REPLY_MODE_ALLOW = 0; 39 40 /** 41 * Replying to the deepest comment is not allowed. 42 */ 43 const THREAD_DEPTH_REPLY_MODE_DENY = 1; 79 79 default_mode: 80 80 type: integer 81 81 label: 'Threading' 82 thread_limit: 83 type: mapping 84 label: 'Thread limiting' 85 mapping: 86 depth: 87 type: integer 88 label: 'Thread depth' 89 mode: 90 type: integer 91 label: 'Limit mode'
Please register or sign in to reply