Open
Description
It would be great to be able to pass textAngular options to a wysiwyg field, like so:
nga.field('post', 'wysiwyg', {
toolbar: [['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'pre', 'quote']]
})
Or perhaps this would be more consistent with the other fields?
nga.field('post', 'wysiwyg')
.toolbar([['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'pre', 'quote']])