Is it a bug or just my blueprint because if I have two instances of the editor plugin and different allowed options, every instance uses the allowed options of the second instance.
fields:
textblock01:
type: editor
allowed:
- paragraph
textblock02:
type: editor
allowed:
- paragraph
- ul
textblock01
uses textblock02
's allowed options.
Also: on text-highlight, the editor only shows the buttons B, I, Code, Link instead of the whole palette like on the editor’s github page – do I need to “activate” them somehow?