We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8049c8 + a9ed800 commit a2bb983Copy full SHA for a2bb983
docs/5.x/reference/field-types/matrix.md
@@ -460,8 +460,8 @@ Then define the form inputs for any additional entries that should be appended t
460
```twig
461
{{ hiddenInput('fields[myFieldHandle][sortOrder][]', 'new:1') }}
462
463
-{# Prefix the entry’s input names with `fields[myFieldHandle][blocks][new:1]` #}
464
-{% namespace "fields[myFieldHandle][blocks][new:1]" %}
+{# Prefix the entry’s input names with `fields[myFieldHandle][entries][new:1]` #}
+{% namespace "fields[myFieldHandle][entries][new:1]" %}
465
{# This hidden `type` input will be expanded like the example above: #}
466
{{ hiddenInput('type', 'text') }}
467
0 commit comments