Matt Steen

Results 2 issues of Matt Steen

Within a mapper, I'm trying to add some additional data derived from my contentful content. However, the field is not required and I get an error: "'empty_field_error': The field 'restrictions'...

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')