watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Build model types from contentful-schema.json #98

Closed gburgett closed 4 years ago

gburgett commented 6 years ago

If contentful-schema.json is present, use that to build models instead of reaching out to the API to get all content types.

This should be configurable in WCC::Contentful.configure

gburgett commented 4 years ago

fixed in https://github.com/watermarkchurch/wcc-contentful/pull/135