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