Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideRecipesAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

UI wrapper types

Describes wrapper types for the editor in the Optimizely Content Management System (CMS) user interface.

The wrapper type determines how the editor displays in the on-page editing mode. You can configure the default wrapper type for custom properties with an editor descriptor.

Floating wrapper

The default floating wrapper opens the editor in a dialog next to the edited content. See Configure the default editor wrapper.

Flyout wrapper

The Flyout wrapper opens the editor in a panel on the right-hand side of the page.

Content-editable wrapper

Content-editable wrapper enables editing directly into the property on the underlying page. You need to build an editor to support content editability. Do not use this as the default editor wrapper type.

Inline wrapper

The inline wrapper opens the editor within the property overlay. The Content-editable wrapper made the inline wrapper obsolete. Avoid using an inline wrapper; do not use it as the default editor wrapper type.