editor

Declares this element's parent field element to be a field editor. Field editors are user interface extensions for Content Studio or CUE. The field editor type (and therefore the target editor application) is indicated by the type attribute.

Syntax
<editor
    type="(html|enrichment-service|web-component)"
    name="text"
  />
Attributes
type="(html|enrichment-service|web-component)"

Specifies the field editor type:

Allowed values are:

html

An html field editor is a Content Studio interface extension, written using HTML, Javascript and CSS. For details of how to create an html field editor, see Custom Field Editors.

enrichment-service

An enrichment-service field editor is a CUE interface extension, provided by an HTTP-based enrichment service. For more information about enrichment services and how to create them, see the latest CUE User Guide.

web-component

A web-component field editor is a CUE interface extension, written using HTML, Javascript and CSS. For more information about web components and how to create them, see the latest CUE User Guide.

name="text"

The name of the field editor. This name is mapped to the URL of the service provider or component.