More options for Editor #5695
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
there are many cases that would use options in quill, such as:
var options = {
debug: 'info',
modules: {
toolbar: '#toolbar'
},
placeholder: 'Compose an epic...',
readOnly: true,
theme: 'snow'
};
var editor = new Quill('#editor', options);
but in p-editor, options is defined afterViewInited and cannot be modify afterwards.
The text was updated successfully, but these errors were encountered: