Problem/Motivation

Tested with @pdureau, currently some blocks are removed in UI Patterns:

  // Those blocks are not allowed in layout builder. Let's do the same.
  unset($definitions['system_messages_block']);
  unset($definitions['help_block']);
  unset($definitions['local_tasks_block']);
  unset($definitions['local_actions_block']);
  unset($definitions['system_main_block']);
  unset($definitions['page_title_block']);

We need to allow help, messages, local_tasks and local_actions so they will be available in Display Builder.

Also regarding the comment of Layout Builder, we have tested with Layout Builder and those blocks works in Layout Builder too.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

grimreaper created an issue. See original summary.

grimreaper’s picture

Assigned: grimreaper » Unassigned
Status: Active » Needs review

Not sure how to add the tests for that.

  • grimreaper committed fd02ba04 on 2.0.x
    [#3556521] feat: Allows special blocks
    
    By: grimreaper
    By: pdureau
    
just_like_good_vibes’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.