Skip to content

List of Custom Toolbar Options #106

@dmerfeld

Description

@dmerfeld

Is there a master list of all the supported toolbar item names?

The Documentation example is great, but it would be helpful to know a full listing or a listing of those in use by default.

I was able to guess alignment, but I'd like to know them all.

data() {
        return {
          content: '',
          customToolbar: [
            ['bold', 'italic', 'underline'],
            [{ 'list': 'ordered'}, { 'list': 'bullet' }],
            [{ 'align': ''},{ 'align': 'justify'}, { 'align': 'right' }],
            ['link', 'video']
          ]
        }
      }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions