Problem/Motivation

"Place block" module opens a modal to provide the options for configuring the block. The modal obscures what is happening on the page, interrupts the flow of the task and takes the user out of context.

Proposed resolution

Get modal out of the way so that the user does not lose the context of the block they are placing and move the form into the off-canvas configuration tray to make place blocks an "outside-in" experience.

Creating the simpler version of the block configuration form has already been started in #2729413: Open "Configure Blocks" contextual links in a Modal with a simplified (quick edit) form. This issue is dependent on the off-canvas tray pattern prototyped in [#]

Remaining tasks

User interface changes

The form for configuring a block should appear in the off-canvas tray.

Comments

tkoleary created an issue. See original summary.

tkoleary’s picture

tkoleary’s picture

tkoleary’s picture

tkoleary’s picture

webchick’s picture

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

webchick’s picture

Status: Needs work » Closed (duplicate)

This got rolled into the implementation patch at #2762505: Introduce "outside in" quick edit pattern to core.

naveenvalecha’s picture

Component: block.module » outside_in.module
tedbow’s picture

Component: outside_in.module » settings_tray.module

Changing to new settings_tray.module component. @drpal thanks for script help!