tyrion / gridsome-plugin-netlify-cms-paths

Fix markdown image paths to work with Netlify CMS
10 stars 5 forks source link

Allow multiple CoverFields #7

Open MrMacStripe opened 4 years ago

MrMacStripe commented 4 years ago

Right now you can convert one frontmatter field on load thanks to this plugin. I have a lot of pages where the user should be able to choose images for multiple elements on one page. It would be great to be able to pass multiple elements to the cover field option in an array. coverField: ['image-left', 'image-right', 'image-bottom']

Is that possible?