B2B-88: add starter kit structure and elements
This commit is contained in:
5
packages/cms/wordpress/src/content-renderer.tsx
Normal file
5
packages/cms/wordpress/src/content-renderer.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
export function WordpressContentRenderer(props: { content: unknown }) {
|
||||
return <div dangerouslySetInnerHTML={{ __html: props.content as string }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user