I'm not sure whether i've done it right, i've added the toolbar config like this: ``` javascript { 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.