Please directly support inserting Paragraphs into Layout Builder without need for paragraph_blocks module.

Layout Builder on 8.9.1 does not seem to recognise Paragraphs as a visual component that can be added to a layout.

Blocks are though.

So the solution I used was to install Paragraph Blocks - https://www.drupal.org/project/paragraph_blocks - which acts as an adapter / wrapper around the paragraph to make it look like a block and so is therefore recognised by Layout Builder.

But Paragraph Blocks is not supported in 9 it would appear - I've raised a ticket: https://www.drupal.org/project/paragraph_blocks/issues/3154994

So there are 2 ways forward:
- get Paragraph Blocks supported in Drupal 9 - https://www.drupal.org/project/paragraph_blocks/issues/3154994
- or add Paragraph support in Layout Builder (this ticket).

Does Layour Builder in Drupal 9 support Paragraphs directly?

Thank you.

Comments

therobyouknow created an issue. See original summary.

therobyouknow’s picture

tim.plunkett’s picture

Layout Builder is a core module that provides an API.
Paragraphs is a contrib module that does not use the Layout Builder API.
Paragraphs Block is another contrib module that implements the Layout Builder API on behalf of Paragraphs.

#3154994: Update paragraph_blocks for Drupal 9 is your best bet.
Failing that, raise the issue with Paragraphs directly.
But core cannot do anything for a contrib module but provide the API.

therobyouknow’s picture

Status: Active » Closed (works as designed)

Thank you very much @tim.plunkett for responding. I agree that https://www.drupal.org/project/paragraph_blocks/issues/3154994 is my best bet.