mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 20:18:03 +08:00
Merge remote-tracking branch 'baidu/master'
This commit is contained in:
commit
b4aa03a2a0
2
.github/ISSUE_TEMPLATE/usage-question.md
vendored
2
.github/ISSUE_TEMPLATE/usage-question.md
vendored
@ -2,7 +2,7 @@
|
||||
name: Usage question
|
||||
about: amis 使用方法问题
|
||||
title: ''
|
||||
labels: document
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
@ -467,4 +467,4 @@ class MyComponent extends React.Component<any, any> {
|
||||
|
||||
##### richTextToken: string
|
||||
|
||||
内置 rich-text 为 frolaEditor,想要使用,请自行购买,或者自己实现 rich-text 渲染器。
|
||||
内置 rich-text 为 frolaEditor,想要使用,请自行购买,或者用免费的 Tinymce,不设置 token 默认就是 Tinymce。
|
||||
|
@ -357,8 +357,17 @@ export type SchemaFunction = string | Function;
|
||||
|
||||
export interface BaseSchema {
|
||||
type: SchemaType;
|
||||
|
||||
/**
|
||||
* 容器 css 类名
|
||||
*/
|
||||
className?: SchemaClassName;
|
||||
|
||||
/**
|
||||
* 配合 definitions 一起使用,可以实现无限循环的渲染器。
|
||||
*/
|
||||
$ref?: string;
|
||||
|
||||
/**
|
||||
* 是否禁用
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user