November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Dec 07, 2015
Jan 07, 2022
CMS UI
Closed, Fixed
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