DocumentionUmo EditorConfigurationFeatures and Extensions

Features and Extensions Configuration

This page explains how to configure features and extensions in Umo Editor. For custom extensions, see Custom Extensions.

Default Configuration

{
  extensions: [],
  disableExtensions: [], // Added in v8.0.0
}

Configuration Description

extensions

Description: List of custom extensions.

Type: Array

Default: []

Allowed Values: Valid Tiptap extensions.

disableExtensions

Description: List of features or extensions to disable. Disabled items will not be available or shown in the menu. New in v8.0.0

Type: Array

Default: []

Allowed Values:

Umo Editor: highlight, task-list, line-height, margin, quote, code, select-all, import-word, markdown, print, link, image, video, audio, file, text-box, details, code-block, symbol, chinese-date, emoji, tag, columns, callout, mention, option-box, hard-break, hr, bookmark, footnote, toc, template, web-page, qrcode, barcode, signature, math, diagrams, echarts, mermaid, chinese-case, watermark, background, fullscreen, preview, layout-page, layout-web, zoom, zoom-original, zoom-auto, skin, theme, locale, reset, export-image, export-pdf, export-text, share, embed, …

Umo Editor Next:icon, plantuml, flowchart, import-umo, import-word, import-excel, import-ppt, import-wps, import-markdown, import-text, import-web, export-umo, export-image, export-pdf, export-word, export-text, export-html …