You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `renderNode` keys should be the `value` of one of the following `BLOCKS` and `INLINES` properties as defined in [`contentful_rich_text/types`](https://github.com/JOOLHealth/contentful_rich_text/tree/master/lib/types):
132
+
133
+
-`BLOCKS`
134
+
-`DOCUMENT`
135
+
-`PARAGRAPH`
136
+
-`HEADING_1`
137
+
-`HEADING_2`
138
+
-`HEADING_3`
139
+
-`HEADING_4`
140
+
-`HEADING_5`
141
+
-`HEADING_6`
142
+
-`UL_LIST`
143
+
-`OL_LIST`
144
+
-`LIST_ITEM`
145
+
-~~`QUOTE`~~ // not implemented yet
146
+
-`HR`
147
+
-~~`EMBEDDED_ENTRY`~~ // not implemented yet
148
+
-~~`EMBEDDED_ASSET`~~ // not implemented yet
149
+
150
+
-`INLINES`
151
+
-`EMBEDDED_ENTRY` (this is different from the `BLOCKS.EMBEDDED_ENTRY`) // not implemented yet
152
+
-`HYPERLINK` // not implemented yet
153
+
-~~`ENTRY_HYPERLINK`~~ // not implemented yet
154
+
-~~`ASSET_HYPERLINK`~~ // not implemented yet
155
+
156
+
The `renderMark` keys should be the value of one of the following `MARKS` properties as defined in [`contentful_rich_text/types`](https://github.com/JOOLHealth/contentful_rich_text/tree/master/lib/types):
0 commit comments