Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to remove the import button and the right view when I use the editor only? #10

Closed
zhaoxiangyulove opened this issue Aug 14, 2018 · 2 comments

Comments

@zhaoxiangyulove
Copy link

wx20180814-210840
wx20180814-210957
I only use the editor view, how to set the config to implement?Thanks!

@gaoxiaomumu
Copy link
Collaborator

如果只想要右侧的 showEditor={false} 或者不加 showEditor属性
image
无法只想要左侧的

@hellosean1025
Copy link
Collaborator

Try:

import AceEditor from 'json-schema-editor-visual/package/components/AceEditor/AceEditor.js'
export default ()=>(
      <AceEditor />
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants