FIX [review] processing review, but stuck at transformation of json string to array

This commit is contained in:
2023-03-10 12:56:05 +01:00
parent 5319991a6f
commit 67e68ac149
10 changed files with 16 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ class PickThirdpartyDynamicType extends AbstractType
->setDefault('multiple', false)
->setAllowedTypes('multiple', ['bool'])
->setDefault('compound', false)
->setDefault('suggested', null);
->setDefault('suggested', []);
}
public function getBlockPrefix()