Built-in editor aliases
Umbraco.TextBoxUmbraco.TextAreaUmbraco.RichTextandUmbraco.TinyMCEUmbraco.BlockList,Umbraco.BlockGridandUmbraco.SingleBlockUmbraco.MultipleTextstring
Block List and Block Grid support includes supported text editors nested inside other blocks. Omni walks each level, translates the readable values and retains the existing block hierarchy, keys, settings and order.
Contentment compatibility
Omni recognises selected persisted Contentment value shapes without taking a direct package dependency:
Umbraco.Community.Contentment.TextInputUmbraco.Community.Contentment.TextboxListUmbraco.Community.Contentment.ContentBlocksUmbraco.Community.Contentment.Notes
Values that are skipped
Umbraco.MarkdownEditor is currently unsupported. Rich text containing embedded blocks translates the markup, but skips the embedded block content and reports a warning.
Media and content pickers, URLs, aliases, keys, UDIs, booleans, numbers, dates, colours, settings and arbitrary JSON are not translated. Unsupported editors are shown in the preview report and skipped without guessing at safe write behaviour.
Custom editors
Editors that persist plain text or compatible rich text can be mapped through configuration. Complex persisted shapes can be supported with an IContentTranslationPropertyEditorAdapter. See custom property editors.