src/menu/components/editor/braft-editor/options.jsx
@@ -18,6 +18,13 @@ const cardWrapForm = [ { type: 'text', field: 'title', label: '标题', initval: wrap.title || '', required: false }, { type: 'text', field: 'name', label: '组件名称', initval: wrap.name || '', @@ -73,6 +80,16 @@ ] }, { type: 'number', field: 'minHeight', label: '最小高度', initval: wrap.minHeight || '', min: 0, max: 3000, precision: 0, required: false }, { type: 'multiselect', field: 'blacklist', label: '黑名单',