Project

General

Profile

Feature #69394

Updated by Björn Jacob over 8 years ago

We want to load the form wizard directly as inline wizard. That way we'll achieve a lot of awesome things: 

 * UX improvement, i.e. wizard is loaded directly. There is no need anymore to save the new plugin and load the wizard afterwards in a new window. 
 * We move to require.js in order to make this feature work. 
 * We will create a new render type for the form engine which is kind of nice and proof of concept. 
 * -The The wizard will provide a new button which will show the configuration. The displayed field could be the well know bodytext field but is readonly.- readonly. 
 * -The The bodytext field is not writable anymore. That way we get rid of issues like #40945.- 

 Edit: we re-thought that feature. Only having the bodytext field as readonly would be breaking. So we decided to introduce a new setting within the user settings (like the RTE does). This field allows the user to disable the form wizard globally. #40945.

Back