verbb / field-manager

Field Manager is a Craft CMS plugin to make it easy to manage your fields and field groups.
MIT License
199 stars 16 forks source link

Fix error when importing Neo block type with `null` field layout #92

Closed ttempleton closed 1 year ago

ttempleton commented 1 year ago

Neo block types have their field layout set to null if nothing existed on the block type's field layout when saving the Neo field. However, trying to import a Neo field with a block type that has a null field layout currently causes an error. This pull request fixes that error.

Fixes #82.

engram-design commented 1 year ago

Thanks for taking the time to put this together @ttempleton !