Skip to content
Snippets Groups Projects
Commit 47e04036 authored by Vukile Langa's avatar Vukile Langa
Browse files

refactor(editors): sort hhmi config options alphabetically

parent ed416509
No related branches found
No related tags found
1 merge request!624Fix "Trying to insert alt-text overwrites the caption"
...@@ -162,15 +162,15 @@ const Hhmi = () => { ...@@ -162,15 +162,15 @@ const Hhmi = () => {
</SubmitButton> </SubmitButton>
</ButtonContainer> </ButtonContainer>
<Wax <Wax
config={config}
autoFocus autoFocus
ref={editorRef} config={config}
customValues={{ showFeedBack: submitted, testMode }} customValues={{ showFeedBack: submitted, testMode }}
fileUpload={file => renderImage(file)} fileUpload={file => renderImage(file)}
value={content} layout={HhmiLayout}
// targetFormat="JSON" // targetFormat="JSON"
readonly={readOnly} readonly={readOnly}
layout={HhmiLayout} ref={editorRef}
value={content}
// onChange={source => console.log(source)} // onChange={source => console.log(source)}
/> />
</> </>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment