Skip to content

enable rescue mode for DX Core projects

Christian Menzel requested to merge bugfix/rescue-mode into master

In the current version "info.magnolia.widgetset.MagnoliaWidgetSet" is always defined as widgetset in the rescue-web.xml, but DX Core projects need the "info.magnolia.widgetset.MagnoliaProWidgetSet" to be able to start the Groovy console. I added a new value "rescueModeDX" to create the correct web.xml for DX Core projects.

Merge request reports