deluan / contentful-migrate

🐎 Schema migration tooling for Contentful, with state management
https://www.contentful.com/blog/2018/09/13/content-model-changes-scale-telus-cms-as-code/
MIT License
60 stars 37 forks source link

Replace deprecated changeEditorInterface method #85

Closed OriginalEXE closed 4 years ago

OriginalEXE commented 4 years ago

This PR replaces the deprecated changeEditorInterface method with changeFieldControl. API signature changed slightly (one more parameter added - for this tool it will always be builtin).

I updated the tests as well.

Fixes #81

deluan commented 4 years ago

Great! Thanks for the contribution. I'll merge and release an updated version later today