modiimedia / contentful-hugo

A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Field Overrides

joshmossas opened this issue · comments

Add the ability to override field names and field values. The field name override can be a simple name input. The field value override should be a method that accepts the value from the contentful API as a prop. Devs could then do whatever they want with the response and return the desired value.

taken care of in #31