Minor fixes throughout the system.
This commit is contained in:
@@ -46,7 +46,17 @@ export default function ShopTemplateEditorComponent({
|
||||
/>
|
||||
<button onClick={exportJson}>json</button>
|
||||
<button onClick={exportHtml}>html</button>
|
||||
<EmailEditor ref={emailEditorRef} />
|
||||
<EmailEditor
|
||||
ref={emailEditorRef}
|
||||
options={{
|
||||
customJS: [
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
window.location.host +
|
||||
"/editor.js",
|
||||
],
|
||||
}}
|
||||
/>
|
||||
QUERY
|
||||
<Input.TextArea
|
||||
value={editorContent.gql}
|
||||
|
||||
Reference in New Issue
Block a user