fix(amis-saas-9318): 支持react18;富文本编辑器控件配置项支持搜索

Change-Id: I093d58b6ce914eb6905a28a07e878f679c6e01a3
This commit is contained in:
wibetter 2023-03-09 15:28:50 +08:00
parent cc1eb42e52
commit f47ccd9d0e

View File

@ -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: '插件',