我想删除“添加图像”按钮及其文本框。有没有办法通过设置 assetManager 的配置或其他方式来做到这一点?
this.editor = new grapesjsEditor.init({
container: this.forGrapesjs,
components: this.value,
assetManager: {
embedAsBase64: 1,
uploadText: 'Drag file here or upload',
upload: 0
}
});
请查看 assetManager 配置。我已将其设置为上传 0,这是错误的。