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']
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?