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.
Issue fork ui_patterns-3556521
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
Comment #3
grimreaperNot sure how to add the tests for that.
Comment #5
just_like_good_vibes