There is a bug when merging default setting values for the formatter configuration when encountering a null value. This leads to unexpected behavior or errors during configuration loading.
We propose adding a validation step to ensure that the 'settings' index is an array within the 'configuration' array before merging with the default settings. If the validation fails, we can either set 'settings' to an empty array.
Needs work
3.4
Miscellaneous