forked from p96170835/amis
966 B
966 B
Rich-Text
富文本编辑器
-
type
请设置成rich-text
-
saveAsUbb
是否保存为 ubb 格式 -
reciever
默认的图片保存 API/api/upload/image
-
size
框的大小,可以设置成md
或者lg
来增大输入框。 -
buttons
默认为[ 'paragraphFormat', 'quote', 'color', '|', 'bold', 'italic', 'underline', 'strikeThrough', '|', 'formatOL', 'formatUL', 'align', '|', 'insertLink', 'insertImage', 'insertTable', '|', 'undo', 'redo', 'html', ];
-
options
Object 类型,给富文本的配置信息。请参考 https://www.froala.com/wysiwyg-editor/docs/options -
更多配置请参考 FormItem
{
"type": "rich-text",
"name": "html",
"label": "Rich Text"
}