Is there a way to configure the tabindex of the textbox without hacking the source

Hi all,

I’d like to set the tabindex of the created editor textbox to “1”.
Is there a way to do so, without hacking the source code?

Thank you in advance,
Simon

Add EditorView.contentAttributes.of({tabindex: "1"}) to you configuration.