Skip to content

Toolbar option "link" and others do not show up #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ri0t opened this issue Jul 28, 2015 · 2 comments
Open

Toolbar option "link" and others do not show up #2

ri0t opened this issue Jul 28, 2015 · 2 comments

Comments

@ri0t
Copy link

ri0t commented Jul 28, 2015

I'm not sure whether i've done it right, i've added the toolbar config like this:

            {
                key: 'text',
                tinymceOptions: {
                    "toolbar": [
                        "styleselect | bold italic | link unlink | link image",
                        "alignleft aligncenter alignright | link | undo redo"
                    ]
                }
            }

But all the link buttons do not appear :(
If i change the order or take something else out, i can see the options are being used.

@davidlgj
Copy link

Hi @ri0t sorry for such a late answer. The options are just passed along to tinymce so I think the problem is with tinymce.

@lucasgranberg
Copy link

link is a plugin that is not loaded by default. Add

{
...
plugins: "link"
...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants