1
2.. include:: ../../Includes.txt
3
4=======================================================================
5Feature: #69394 - EXT:form - Directly load form wizard as inline wizard
6=======================================================================
7
8See :issue:`69394`
9
10Description
11===========
12
13The wizard of EXT:form is loaded directly as inline wizard. There is no need anymore
14to save and reload the newly created content element in order to be able to open the
15wizard. This is a huge usability improvement. Additionally there is no need to provide
16individual doc headers. Instead, the centralized doc headers of the module template
17API are used.
18
19The whole integration utilizes the nodeRegistry of formEngine and registers the wizard
20as new render type.
21
22Furthermore, all JavaScript is loaded via require.js.
23
24Since integrators and editors had massive problems with overridden form configuration
25the wizard cannot be deactivated anymore. Instead, the integrator can configure whether
26to load the form wizard by default or not. The following UserTS is integrated by default:
27
28`setup.default.tx_form.showWizardByDefault = 1`
29
30.. index:: Backend, ext:form
31