Adds an attribute linkTarget to the model, which will be represented as target attribute in view.
linkTarget
target
How to add "target" attribute to a tag in ckeditor5? - Stack Overflow
a
Static
Readonly
Defines linkTarget model-attribute, which is represented on downcast (to data and for editing) as target attribute.
Also registers a postFixer to change the default link target like specified in the editor config.
Adds an attribute
linkTarget
to the model, which will be represented astarget
attribute in view.See
How to add "target" attribute to
a
tag in ckeditor5? - Stack Overflow