Extending CUE

CUE is more than a simple editor for Content Engine - it's an extensible platform. It includes two extension mechanisms that you can use to add your own functionality and to integrate external services into your editorial workflows. The extension mechanisms are:

Web components

CUE web components are HTML/CSS/Javascript components that you can use to add custom functionality to specific content types. See Web Components for further information.

Enrichment services

Enrichment services are a very powerful and flexible mechanism for extending CUE's functionality. An enrichment service is an HTTP service that communicates with CUE via a very simple protocol. You can implement your own enrichment services to provide additional functionality and integrate CUE with other systems in various ways. See Enrichment Services for further information.