Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 327 Bytes

JavaScript library with a set of helpers for Prismic

Get link url from any kind of Prismic Link: DocumentLink, WebLink, MediaLink

PrismicHelpers.Link.url(mydoc.data.myLink, ctx.linkResolver)

Convert a Date as string from the API to an ISO Date:

PrismicHelpers.Date(mydoc.data.mydate)