From f47ccd9d0e1afcad4e71332d9db1ad82871ef058 Mon Sep 17 00:00:00 2001 From: wibetter <365533093@qq.com> Date: Thu, 9 Mar 2023 15:28:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(amis-saas-9318):=20=E6=94=AF=E6=8C=81react1?= =?UTF-8?q?8;=E5=AF=8C=E6=96=87=E6=9C=AC=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E9=85=8D=E7=BD=AE=E9=A1=B9=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I093d58b6ce914eb6905a28a07e878f679c6e01a3 --- packages/amis-editor/src/plugin/Form/InputRichText.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/amis-editor/src/plugin/Form/InputRichText.tsx b/packages/amis-editor/src/plugin/Form/InputRichText.tsx index e3ec8a765..89f9100a6 100644 --- a/packages/amis-editor/src/plugin/Form/InputRichText.tsx +++ b/packages/amis-editor/src/plugin/Form/InputRichText.tsx @@ -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: '插件',