contentful_middleman
contentful_middleman copied to clipboard
Contentful Middleman is an extension to use the Middleman static site generator (Ruby) together with the API-driven Contentful CMS.
Is it possible for the YAML files to use a different field from the `content-type` besides `id` for the filenames? For example, instead of a randomly generated `1zRi7GqdPiwcEgK4sE60YU.yaml` filename based...
I think the example provided in the [BackrefMapper](https://github.com/contentful/contentful_middleman/blob/master/examples/mappers/backref.rb) is incorrect (does not match the rest of the example description): BackrefMapper(EMPLOYEE_CONTENT_TYPE_ID, 'department', 'employees') I think it should be: BackrefMapper(PRODUCT_CONTENT_TYPE_ID, 'company', 'products')