https://github.com/plone/plone.app.contenttypes/blob/4e0aa66e23ddf2ee3afdafb068114393a570c9e7/plone/app/contenttypes/browser/migration.py#L47 If I remember correctly using default=[] is a [big NO-NO according to Plone docs](https://5.docs.plone.org/develop/plone/forms/schemas.html#field-constructor-parameters).
plone.app.contenttypes/plone/app/contenttypes/browser/migration.py
Line 47 in 4e0aa66
If I remember correctly using default=[] is a big NO-NO according to Plone docs.