We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875dac9 commit 4d1dcc5Copy full SHA for 4d1dcc5
1 file changed
src/lib/utils/api.ts
@@ -2,7 +2,7 @@ import { documentToHtmlString } from "@contentful/rich-text-html-renderer";
2
import { BLOCKS, INLINES } from "@contentful/rich-text-types";
3
import type { ContentfulClientApi, ContentType, Entry } from "contentful";
4
import contentful from "contentful";
5
-
+
6
type ContentWrapperGetOptions = {
7
/**
8
* Use draft data from the Contentful preview API if the ContentWrapper is authorized to do so.
0 commit comments