HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

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.

1185

Flyout wrapper

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

1280

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.

796

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.