Release Notes / Version 10.2107
Table Of Contents
The frontend workspace now produces a
frontend.zip
via yarn (
frontend/target/frontend.zip
). The
content-users.zip
does not contain the themes anymore and the content workspace has no dependency on the frontend workspace anymore.
The frontend workspace does not use the
ThemeImporterRunner
Java client anymore and the detour through serverexport-content has been removed.
The class
com.coremedia.blueprint.themeimporter.client.ThemeImporterRunner
has also been removed as this was its only usage.
Please use the theme-importer command-line-client to import themes directly into the Content-Server.
All theme-importer code now lives in studio-server workspace, because a part of it was already been used in the studio.
The theme-importer has also been extended to allow import from regular urls.
Be aware to import themes before the content because the content still contains links to themes, which would be removed when the themes do not already exist.
(CMS-14562)