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.
1 parent 0c528a3 commit 877c02cCopy full SHA for 877c02c
src/lib/Twig/Components/ListFieldTrait.php
@@ -123,5 +123,6 @@ protected function validateListFieldProps(OptionsResolver $resolver): void
123
124
protected function configureListFieldItemOptions(OptionsResolver $itemsResolver): void
125
{
126
+ // Intentionally left blank; consuming components override to extend item option definitions.
127
}
128
0 commit comments