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

Bootstrap does not create the right scripts for the field with custom UI extensions. #192

Open ehsanmajd opened 3 years ago

ehsanmajd commented 3 years ago

According to the contentful-migration documentation, the second parameter of the changeFieldControl should be "extension" for the custom UI extensions.

I created a PR to fix the issue. https://github.com/deluan/contentful-migrate/pull/191