我有一个 reactjs Web 应用程序,其中有以下代码行
文件:index.html
<script src="https://cdn.ckeditor.com/4.14.1/standard/ckeditor.js"></script>
文件:调查.tsx
import * as SurveyReact from 'survey-react';
import * as widgets from "surveyjs-widgets";
widgets.ckeditor(SurveyReact);
如何在这个场景中自定义 ckeditor 的配置属性或工具栏元素?