Skip to content

Enable textAngular options for wysiwyg field #1057

Open
@cperryk

Description

@cperryk

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']])

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions