Open-Federation / json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on React.
https://hellosean1025.github.io/json-schema-visual-editor/
MIT License
1.02k stars 224 forks source link

添加 Object 模板 #30

Open linonetwo opened 5 years ago

linonetwo commented 5 years ago

例如我希望用户能一键创建一个:

{
  name: string,
  width: number,
}

这样的 object 。

我希望能够注册自己的自定义 object 类型 mycustomformtype 到菜单里:

屏幕快照 2019-08-06 下午2 51 16