This project is not covered by Drupal’s security advisory policy.

This module contains a collection of useful toolsfor the Paragraphs module.
Currently it contains these modules:

Paragraphs Auto Add

This module adds an option to append empty paragraph items of any type to entity add/edit forms via get parameters.
After installation you can use links like this:
node/add/foo?paragraphs-tools-autoadd=node:field_par1:text|node:field_par1:image|node:field_par2:link

Paragraphs Set Mode

This module adds an option to set the edit mode on a paragraph item on entity create/edit pages via get parameters.
After installation you can use links like this:
node/add/foo?paragraphs-tools-setmode=preview:node:field_par1|edit:node:field_par1:0

Combining both

The two functionalities (need not but) can be combined e.g. like this:
node/add/foo?paragraphs-tools-autoadd=node:field_par1:text&paragraphs-tools-setmode=edit:node:field_par1

If you want to pre-populate paragraphs you may also be interested in our Field clone module.

Choose one

This module replaces the "Add paragraphs via select" with ajaxified options.

Tweaks

This module provides some visual tweaks in the paragraphs widget settings.

Project information

Releases