This module extends Inline Entity Form to add support for Paragraphs. It allows paragraphs to work with entity embed via Wysiwyg plugin. It provides an entity browser plugin to allow the user to select the paragraph type, create and embed it.
It works in a similar way of Paragraphs Entity Embed The main differences are:
- It uses the native content type provided by []Paragraphs](https://www.drupal.org/project/paragraphs) This makes it seamlessly work with existing paragraphs.
- It uses Entity Browser There is no code, only configuration.
- It uses Entity Embed There is no code, only configuration.
- It extends Inline Entity Form This makes the amount of code significantly small.
- Use composer to require the module and enable it as usual
- Edit the 'Paragraphs' Embed type in /admin/config/content/embed and select the bundles
- Configure the Wysiwyg editor in /admin/config/content/formats and add the button to embed
Paragraphs
SelectDisplay embedded entities
Make sure you have<drupal-entity data-entity-type data-entity-uuid data-entity-embed-display data-entity-embed-display-settings data-align data-caption data-embed-button>
in Allowed HTML tags
- Support for nested paragraphs. It doesn't play well with Bootstrap Paragraphs module. There is some error to do with language field on the database when we try to add a Column paragraph with children. See https://www.drupal.org/node/2564327 https://www.drupal.org/project/paragraphs/issues/2877484