Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

dennisinteractive/paragraphs_inline_entity_form

Repository files navigation

Paragraphs Inline Entity Form

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:

Required modules

Installation

  1. Use composer to require the module and enable it as usual
  2. Edit the 'Paragraphs' Embed type in /admin/config/content/embed and select the bundles
  3. Configure the Wysiwyg editor in /admin/config/content/formats and add the button to embed Paragraphs Select Display 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

Todo