Try our conversational search powered by Generative AI!

Remove support for legacy dot syntax for dojo modules

Fixed in

EPiServer.CMS.UI 10.0.2

(Or a related package)

Created

Dec 07, 2015

Updated

Jan 07, 2022

Area

CMS UI

State

Closed, Fixed


Description

Breaking changes
Dojo modules must use the slash syntax. The dot to slash conversion that happens in CMS has been removed.

From (Dot notation):

epi-cms.editing.ContentPicker

To (AMD path):

epi-cms/editing/ContentPicker

Aliases for epi/cms widgets are removed

As a result of these changes to remove support for dot notation, we also removed the aliases that made it possible to require epi-cms widgets using epi/cms. Change your dependecies to use epi-cms.

From:

epi/cms/form/SearchTextBox

To:

epi-cms/form/SearchTextBox

From:

epi/cms/form/PageInfoPicker

To:

epi-cms/form/PageInfoPicker