+Nested repeaters cannot be supported technically. Therefore a check is made to prevent this. However, a nested repeater can only be detected if the field name ends for example with ` _repeater1234`. For example, if your MatrixRepeater field is named like this: `content_repeater` or `content_repeater123`, this field is identified as nested and the module does not load. In version 2.0.1 the identification has been changed so that a field ending with the name `repeater` is only detected as nested if at least a two-digit number sequence follows. **But to avoid this problem completely, make sure that your repeater matrix field does NOT end with the name "repeater".**
0 commit comments