Add validation for $type and $id parameters because they are required by the Pimcore element service which has strict_types declaration.
By default, FormBuilder sets these two parameters as null for empty languages. For example, because of that, the user was not able to load configuration that contains the Snippet type field.
Add validation for
$type
and$id
parameters because they are required by the Pimcore element service which has strict_types declaration.By default, FormBuilder sets these two parameters as null for empty languages. For example, because of that, the user was not able to load configuration that contains the
Snippet type
field.