feat(SW-200): Added other options for description and images
This commit is contained in:
@@ -113,7 +113,6 @@ export function nodeToHtml(
|
||||
if ("type" in node === false) {
|
||||
return textNodeToHtml(node, fullRenderOptions)
|
||||
} else {
|
||||
console.log({ NODE: node, EMBEDS: embeds })
|
||||
if (fullRenderOptions[node.type] !== undefined) {
|
||||
if (node.type === RTETypeEnum.doc) {
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user