DEFAULT_TARGETS: DefaultTargetOptions = ...

Default targets to choose from.

  • _self: Open in current tab. This is also the assumed default, if no linkTarget is set.

  • _blank: Open in new tab.

  • _embed: Show Embedded. Artificial target for xlink:show="embed".

  • _other: Open in named frame.

    _other is the fallback, when no other of the configured targets match. Thus, it especially represents custom named targets (named frames).

    Artificial target for xlink:show="other".

    In context of CoreMedia RichText 1.0 it is expected to create a pair of xlink:show="other" and an attribute xlink:role which contains the custom name. Only for an empty name, the value _other will be used within CKEditor model layer for linkTarget.

    _other may be used as the only target option to choose from, which simulates the ability to provide the target attribute just as in raw HTML without any extra toggle buttons.

    It is strongly recommended adding at least _other as option, along with custom options you may provide. Otherwise, you may find linkTarget attributes in the model, which cannot be represented in the UI.