Merge remote-tracking branch 'baidu/master'

This commit is contained in:
2betop 2020-09-18 11:27:54 +08:00
commit b4aa03a2a0
3 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name: Usage question
about: amis 使用方法问题
title: ''
labels: document
labels: ''
assignees: ''
---

View File

@ -467,4 +467,4 @@ class MyComponent extends React.Component<any, any> {
##### richTextToken: string
内置 rich-text 为 frolaEditor想要使用请自行购买或者自己实现 rich-text 渲染器
内置 rich-text 为 frolaEditor想要使用请自行购买或者用免费的 Tinymce不设置 token 默认就是 Tinymce

View File

@ -357,8 +357,17 @@ export type SchemaFunction = string | Function;
export interface BaseSchema {
type: SchemaType;
/**
* css
*/
className?: SchemaClassName;
/**
* definitions 使
*/
$ref?: string;
/**
*
*/