fix: deprecate inconsistent config param case (#4172)
This commit is contained in:
@ -195,7 +195,7 @@ export default class Editor extends React.Component {
|
||||
onAddAsset={onAddAsset}
|
||||
getAsset={getAsset}
|
||||
buttons={field.get('buttons')}
|
||||
editorComponents={field.get('editorComponents')}
|
||||
editorComponents={field.get('editor_components')}
|
||||
hasMark={this.hasMark}
|
||||
hasInline={this.hasInline}
|
||||
hasBlock={this.hasBlock}
|
||||
|
@ -22,6 +22,6 @@ export default {
|
||||
],
|
||||
},
|
||||
},
|
||||
editorComponents: { type: 'array', items: { type: 'string' } },
|
||||
editor_components: { type: 'array', items: { type: 'string' } },
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user