Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b447b1b commit d86565fCopy full SHA for d86565f
1 file changed
src/Limenius/Liform/Transformer/ArrayTransformer.php
@@ -58,7 +58,7 @@ public function transform(FormInterface $form, $extensions = [], $widget = null)
58
$schema = [
59
'type' => 'array',
60
'title' => $form->getConfig()->getOption('label'),
61
- 'items' => $children[0],
+ 'items' => $children,
62
];
63
64
$schema = $this->addCommonSpecs($form, $schema, $extensions, $widget);
0 commit comments