mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix(amis-saas-9318): 支持react18;富文本编辑器控件配置项支持搜索
Change-Id: I093d58b6ce914eb6905a28a07e878f679c6e01a3
This commit is contained in:
parent
cc1eb42e52
commit
f47ccd9d0e
@ -250,6 +250,7 @@ export class RichTextControlPlugin extends BasePlugin {
|
||||
name: 'options.plugins',
|
||||
visibleOn: 'data.vendor === "tinymce"',
|
||||
value: [...tinymceOptions].join(','),
|
||||
searchable: true,
|
||||
maxTagCount: 5,
|
||||
overflowTagPopover: {
|
||||
title: '插件',
|
||||
@ -262,6 +263,7 @@ export class RichTextControlPlugin extends BasePlugin {
|
||||
name: 'options.toolbar',
|
||||
multiple: true,
|
||||
label: '工具栏',
|
||||
searchable: true,
|
||||
maxTagCount: 5,
|
||||
overflowTagPopover: {
|
||||
title: '插件',
|
||||
|
Loading…
Reference in New Issue
Block a user