We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a6955 commit 12a381fCopy full SHA for 12a381f
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